Obtains a list of shipments that match the specified criteria.
IMPORTANT
Only valid shipments with labels generated in ShipStation will be returned in the response.
Orders that have been marked as Shipped either through the UI or the API will not appear as they are considered external shipments.
To include each shipment's associated
shipmentItemsin the response, be sure to set theincludeShipmentItemsparameter totrue.
- Production Serverhttps://ssapi.shipstation.com/shipments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://ssapi.shipstation.com/shipments?recipientName=string&recipientCountryCode=string&orderNumber=string&orderId=0&carrierCode=string&serviceCode=string&trackingNumber=string&createDateStart=2019-08-24T14%3A15%3A22Z&createDateEnd=2019-08-24T14%3A15%3A22Z&shipDateStart=2019-08-24&shipDateEnd=2019-08-24&voidDateStart=2019-08-24T14%3A15%3A22Z&voidDateEnd=2019-08-24T14%3A15%3A22Z&storeId=0&includeShipmentItems=false&sortBy=ShipDate&sortDir=ASC&page=1&pageSize=100'Loading...