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.
shipTo
shipFrom
packages
channelDetails
returnTo
shipDate
When the shipment will be tendered to the carrier.
serviceSelection
Optional seller-supplied filter to restrict the rate quote to a specific carrier(s) and/or service(s).
valueAddedServices
Response
Rate quotes returned successfully
payload
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error