{ "opencollection": "1.0.0", "info": { "name": "NCR Voyix Commerce Platform APIs (Aloha) Catalog Order API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.ncr.com/order/orders", "headers": [ { "name": "nep-enterprise-unit", "value": "" }, { "name": "nep-service-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new check/order for a given location and revenue center. Requires the nep-enterprise-unit header identifying the location." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.ncr.com/order/3/orders/1/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ] }, "docs": "Retrieve a single order by its identifier." }, { "info": { "name": "Find Orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.ncr.com/order/3/orders/1/find", "params": [ { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for orders by criteria such as customer email, with paging." } ] } ], "bundled": true }