Get a list of shipping locations
GET {{baseUrl}}/companies/:companyId/shippingLocations
Returns the shipping locations for the company identified in the path and all merchant accounts belonging to the company. A shipping location includes the address where orders can be delivered, and an ID which you need to specify when ordering terminal products. To make this request, your API credential must have one of the following roles: * Management API—Terminal ordering read * Management API—Terminal ordering read and write
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | The name of the shipping location. | |
offset | number | The number of locations to skip. | |
limit | number | The number of locations to return. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |