Get a list of shipping locations
GET {{baseUrl}}/merchants/:merchantId/shippingLocations
Returns the shipping locations for the merchant account identified in the path. 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 |