{ "opencollection": "1.0.0", "info": { "name": "NCR Voyix Commerce Platform APIs 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": "NCR Voyix Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.ncr.com/order/3/orders/1", "headers": [ { "name": "nep-enterprise-unit", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new order at a site. Requires the nep-enterprise-unit header identifying the location." }, { "info": { "name": "NCR Voyix Get Order by Id", "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": "NCR Voyix Update Order by Id", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ncr.com/order/3/orders/1/:orderId", "headers": [ { "name": "nep-enterprise-unit", "value": "" } ], "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update mutable fields on an existing order at a site." }, { "info": { "name": "NCR Voyix Find Orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.ncr.com/order/3/orders/1/find", "params": [ { "name": "pageSize", "value": "1", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for orders by criteria such as customer email, with paging." } ] } ], "bundled": true }