{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Order API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "ID of an Order." }, { "name": "include", "value": "", "type": "query", "description": "Sub-resources to include in an Order, in a comma-separated list. The ID and the specified fields will be returned." } ] }, "docs": "Returns *Order* data. This will return order data immediately after an order is placed on the storefront.\n\n> #### Note\n> * Substitute your storefront domain for `yourstore.example.com`. \n> * The Send a Test Request feature is not currently supported for this endpoint." } ] } ], "bundled": true }