Quote and purchase a shipment in a single call

Convenience endpoint that combines rate quote and purchase into a single round trip when the seller already knows the desired service level. Returns the purchased shipment record directly.

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
serviceSelectionobjectRequired

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

requestedDocumentSpecificationobjectRequired
channelDetailsobjectRequired
returnToobjectOptional
shipDatedatetimeOptional
valueAddedServiceslist of objectsOptional

Response

Shipment purchased successfully
payloadobjectOptional

Errors

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