{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer Core Addresses Stock Items API", "version": "4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stock Items", "type": "folder" }, "items": [ { "info": { "name": "List all stock items", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.commercelayer.io/api/stock_items" }, "docs": "List all stock items" }, { "info": { "name": "Create a stock item", "type": "http" }, "http": { "method": "POST", "url": "https://{organization}.commercelayer.io/api/stock_items" }, "docs": "Create a stock item" }, { "info": { "name": "Retrieve a stock item", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.commercelayer.io/api/stock_items/:stockItemId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Retrieve a stock item" }, { "info": { "name": "Update a stock item", "type": "http" }, "http": { "method": "PATCH", "url": "https://{organization}.commercelayer.io/api/stock_items/:stockItemId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Update a stock item" }, { "info": { "name": "Delete a stock item", "type": "http" }, "http": { "method": "DELETE", "url": "https://{organization}.commercelayer.io/api/stock_items/:stockItemId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Delete a stock item" } ] } ], "bundled": true }