Finds the rates/charges for a given set of lookup criteria.

Finds the rates/charges for a given set of lookup criteria.

Request
header Parameters
ShipStation-TransactionID
required
string
request-date
string
Request Body schema: application/json
Array
ship_engine_connect_app_id
required
string (UUID) [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}...

Stringified UUIDv4. See RFC 4112

rate_request_identifier
required
string

An optional identifier that the Carrier App can provide in the rate request. Helpful when multiple quotes are requested at once. Another use case would be to compute a hash based on the shipment configuration and use this as the key in a caching strategy within the Carrier App.

external_rate_card_id
required
string

Indicates which rate card to use when rating the shipment. This will correspond to the external_id used when creating/editing a rate card via the /RateCards endpoint.

required
object (Shipment)
explain
boolean
Default: "false"

Should the request include rate calculation information in the response

Responses
200

Ok

422

Validation Failed

post/rates
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
[
  • {
    }
]