Get Order Shipment List

GET {{baseUrl}}/order.shipment.list.json?order_id=<string>&start=<integer>&count=<integer>&params=<string>&exclude=<string>&created_from=<string>&created_to=<string>&store_id=<string>

Get list of shipments by orders.

Request Params

KeyDatatypeRequiredDescription
order_idstringRetrieves order’s info specified by order id
startstringThis parameter sets the number from which you want to get entities
countstringThis parameter sets the entity amount that has to be retrieved. Max allowed count=250
paramsstringSet this parameter in order to choose which entity fields you want to retrieve
excludestringSet this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all
created_fromstringRetrieve entities from their creation date
created_tostringRetrieve entities to their creation date
store_idstringDefines store id where the webhook should be assigned