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