Operations with warehouses

Operations with warehouses - GET

Get all warehouses from your store
GET /odata/warehouse

Request Type: GET

Enter the request URL: http://StoreURL/odata/warehouse

Auth type: Bearer Token - paste the token generated in the previous steps

Get warehouse by ID
GET /odata/warehouse('id')

Request Type: GET

Enter the request URL: http://StoreURL/odata/warehouse('id')

Auth type: Bearer Token - paste the token generated in the previous steps