RateRecord

RateRecord object: the description of rates information

created_at
string

the timestamp of created_at, example: 2022-05-18T09:17:38+00:00

id
string

rate id

updated_at
string

the timestamp of updated_at, example: 2022-05-18T09:17:38+00:00

status
string
Allowed values:
calculatingcalculatedfailed
rates
array[Rate]

rates array

charge_weight
Weight

Weight object: unit weight of the item

total_charge
Money

The money object is used to represent the currency amount.

shipper_account
object
required

Shipper Account (brief information for rate and manifest responses)

service_type
string
required

Service Types

service_name
string
required

name of service

pickup_deadline
string or null

A formatted date.

booking_cut_off
string or null

A formatted date.

delivery_date
string or null

A formatted date.

transit_time
integer or null

transit time

detailed_charges
array[object]

Courier charges, it may be different for different couriers

error_message
string or null

error information

info_message
string or null

other information of request/response

Example
preparing...