{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses prices API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "prices", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the price associated to the price frequency tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_frequency_tiers/:priceFrequencyTierId/price", "params": [ { "name": "priceFrequencyTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the price associated to the price frequency tier" }, { "info": { "name": "Retrieve the prices associated to the price list", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_lists/:priceListId/prices", "params": [ { "name": "priceListId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the prices associated to the price list" }, { "info": { "name": "Retrieve the price associated to the price tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_tiers/:priceTierId/price", "params": [ { "name": "priceTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the price associated to the price tier" }, { "info": { "name": "Retrieve the price associated to the price volume tier", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/price_volume_tiers/:priceVolumeTierId/price", "params": [ { "name": "priceVolumeTierId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the price associated to the price volume tier" }, { "info": { "name": "List all prices", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/prices" }, "docs": "List all prices" }, { "info": { "name": "Create a price", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/prices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a price" }, { "info": { "name": "Retrieve a price", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/prices/:priceId", "params": [ { "name": "priceId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a price" }, { "info": { "name": "Update a price", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/prices/:priceId", "params": [ { "name": "priceId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a price" }, { "info": { "name": "Delete a price", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/prices/:priceId", "params": [ { "name": "priceId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a price" }, { "info": { "name": "Retrieve the prices associated to the SKU", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/skus/:skuId/prices", "params": [ { "name": "skuId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the prices associated to the SKU" } ] } ], "bundled": true }