{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses inventory_return_locations API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "inventory_return_locations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the inventory return locations associated to the inventory model", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_models/:inventoryModelId/inventory_return_locations", "params": [ { "name": "inventoryModelId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the inventory return locations associated to the inventory model" }, { "info": { "name": "List all inventory return locations", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_return_locations" }, "docs": "List all inventory return locations" }, { "info": { "name": "Create an inventory return location", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_return_locations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an inventory return location" }, { "info": { "name": "Retrieve an inventory return location", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_return_locations/:inventoryReturnLocationId", "params": [ { "name": "inventoryReturnLocationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve an inventory return location" }, { "info": { "name": "Update an inventory return location", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_return_locations/:inventoryReturnLocationId", "params": [ { "name": "inventoryReturnLocationId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an inventory return location" }, { "info": { "name": "Delete an inventory return location", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/inventory_return_locations/:inventoryReturnLocationId", "params": [ { "name": "inventoryReturnLocationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete an inventory return location" }, { "info": { "name": "Retrieve the inventory return locations associated to the stock location", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stock_locations/:stockLocationId/inventory_return_locations", "params": [ { "name": "stockLocationId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the inventory return locations associated to the stock location" } ] } ], "bundled": true }