{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Orders API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List customer orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/orders/:customerId/all", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "The unique identifier for the customer" } ] }, "docs": "Returns all orders for a specific customer." }, { "info": { "name": "Get an order", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/orders/:orderGroupId", "params": [ { "name": "orderGroupId", "value": "", "type": "path", "description": "The unique identifier for the order group" } ] }, "docs": "Retrieves a specific order by its order group identifier." }, { "info": { "name": "Search orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/orders/search/:start/:maxCount", "params": [ { "name": "start", "value": "", "type": "path", "description": "Starting index for results" }, { "name": "maxCount", "value": "", "type": "path", "description": "Maximum number of results to return" } ] }, "docs": "Searches for orders with pagination support." } ] } ], "bundled": true }