Skip to content
Last updated

List Shipments

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 shipmentItems in the response, be sure to set the includeShipmentItems parameter to true.

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...