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

KeyDatatypeRequiredDescription
namestringThe name of the shipping location.
offsetnumberThe number of locations to skip.
limitnumberThe number of locations to return.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring