Get Shipment

To get a particular shipment, you need to make a call to the shipments endpoint and pass id as a path parameter to get the appropriate response.

Get Shipment

https://live.sendbox.co/shipping/shipments/:id

This gets a particular shipment by id

Path Parameters

Name

Type

Description

id

number

the shipment id

Headers

Name

Type

Description

Authorization

String

Authorization-key

Content-type

String

application/json

Staging URL: Staging URL: https://sandbox.staging.sendbox.co/shipping/shipments/:id

Last updated