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