List all inventory return locations
GET https://{{subdomain}}.commercelayer.io/api/inventory_return_locations
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string | 
RESPONSES
status: OK
{"data":[{"id":"xYZkjABcde","type":"inventory_return_locations","links":{"self":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde"},"attributes":{"priority":1,"created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"stock_location":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/relationships/stock_location","related":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/stock_location"}},"inventory_model":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/relationships/inventory_model","related":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/inventory_model"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/inventory_return_locations/xYZkjABcde/versions"}}},"meta":{"mode":"test"}},{"other":"... 9 inventory_return_locations (first page)"}],"meta":{"record_count":140,"page_count":14},"links":{"first":"https://yourdomain.commercelayer.io/api/inventory_return_locations?page[number]=1\u0026page[size]=10","next":"https://yourdomain.commercelayer.io/api/inventory_return_locations?page[number]=2\u0026page[size]=10","last":"https://yourdomain.commercelayer.io/api/inventory_return_locations?page[number]=14\u0026page[size]=10"}}