{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses price_list_schedulers API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "price_list_schedulers", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the price list schedulers associated to the market", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/markets/:marketId/price_list_schedulers", "params": [ { "name": "marketId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the price list schedulers associated to the market" }, { "info": { "name": "List all price list schedulers", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_list_schedulers" }, "docs": "List all price list schedulers" }, { "info": { "name": "Create a price list scheduler", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/price_list_schedulers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a price list scheduler" }, { "info": { "name": "Retrieve a price list scheduler", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_list_schedulers/:priceListSchedulerId", "params": [ { "name": "priceListSchedulerId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a price list scheduler" }, { "info": { "name": "Update a price list scheduler", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/price_list_schedulers/:priceListSchedulerId", "params": [ { "name": "priceListSchedulerId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a price list scheduler" }, { "info": { "name": "Delete a price list scheduler", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/price_list_schedulers/:priceListSchedulerId", "params": [ { "name": "priceListSchedulerId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a price list scheduler" }, { "info": { "name": "Retrieve the price list schedulers associated to the price list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_lists/:priceListId/price_list_schedulers", "params": [ { "name": "priceListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the price list schedulers associated to the price list" } ] } ], "bundled": true }