{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses sku_list_items API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "sku_list_items", "type": "folder" }, "items": [ { "info": { "name": "List all SKU list items", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items" }, "docs": "List all SKU list items" }, { "info": { "name": "Create a SKU list item", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SKU list item" }, { "info": { "name": "Retrieve a SKU list item", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items/:skuListItemId", "params": [ { "name": "skuListItemId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a SKU list item" }, { "info": { "name": "Update a SKU list item", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items/:skuListItemId", "params": [ { "name": "skuListItemId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a SKU list item" }, { "info": { "name": "Delete a SKU list item", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_list_items/:skuListItemId", "params": [ { "name": "skuListItemId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a SKU list item" }, { "info": { "name": "Retrieve the sku list items associated to the SKU list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/sku_lists/:skuListId/sku_list_items", "params": [ { "name": "skuListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list items associated to the SKU list" }, { "info": { "name": "Retrieve the sku list items associated to the SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/skus/:skuId/sku_list_items", "params": [ { "name": "skuId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the sku list items associated to the SKU" } ] } ], "bundled": true }