Get shipping rate quotes

Returns a list of shipping rate quotes for the given shipment request. The seller can then call purchaseShipment with the selected rateId to commit to a label purchase.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
shipToobjectRequired
shipFromobjectRequired
packageslist of objectsRequired
channelDetailsobjectRequired
returnToobjectOptional
shipDatedatetimeOptional
When the shipment will be tendered to the carrier.
serviceSelectionobjectOptional

Optional seller-supplied filter to restrict the rate quote to a specific carrier(s) and/or service(s).

valueAddedServiceslist of objectsOptional

Response

Rate quotes returned successfully
payloadobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error