GET api/shipments?store_id={store_id}
Receive a list of shipments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentsRootObjectName | Description | Type | Additional information |
---|---|---|---|
shipments | Collection of ShipmentDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "shipments": [ { "id": 1, "name": "sample string 2" }, { "id": 1, "name": "sample string 2" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.