Skip to main content
POST
Refresh order quotes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Input for refreshing quotes for an order.

orderId
string | null

The id of the order to refresh quotes for

Example:

"ord_1234567890"

externalOrderId
string | null

The external id of the order to refresh quotes for

Example:

"ext_1234567890"

Response

OK

quotes
QuoteSerializer · object[]
required

The quotes of the order

Example: