{ "opencollection": "1.0.0", "info": { "name": "Sitecore CDP REST Audit Order Items API", "version": "v2.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Order Items", "type": "folder" }, "items": [ { "info": { "name": "List order items", "type": "http" }, "http": { "method": "GET", "url": "https://api-engage-eu.sitecorecloud.io/v2.1/guests/:guestRef/orders/:orderRef/items", "params": [ { "name": "guestRef", "value": "", "type": "path", "description": "The unique reference identifier for the guest profile" }, { "name": "orderRef", "value": "", "type": "path", "description": "The unique reference identifier for the order" } ] }, "docs": "Retrieves all line items within a specific order. Each item represents a product included in the order with its quantity and pricing." }, { "info": { "name": "Create an order item", "type": "http" }, "http": { "method": "POST", "url": "https://api-engage-eu.sitecorecloud.io/v2.1/guests/:guestRef/orders/:orderRef/items", "params": [ { "name": "guestRef", "value": "", "type": "path", "description": "The unique reference identifier for the guest profile" }, { "name": "orderRef", "value": "", "type": "path", "description": "The unique reference identifier for the order" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new line item to an existing order. Each item references a product and includes quantity and pricing information." } ] } ], "bundled": true }