get https://api.essentialhub.com/api/v2/shipments
You can pull shipments in a number of ways using this endpoint. You can search by date, by tracking number, by shipment id, carrier, status, or even batch.
Log in to see full request history
Response
You can pull shipments in a number of ways using this endpoint. You can search by date, by tracking number, by shipment id, carrier, status, or even batch.
xxxxxxxxxx
curl --request GET \
--url 'https://api.essentialhub.com/api/v2/shipments?shipment_batch_id=null&status=all' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: