{ "opencollection": "1.0.0", "info": { "name": "Bolt API Reference Account Orders API", "version": "3.3.22" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create an order that was prepared outside the Bolt ecosystem.", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.bolt.com/v3/orders", "headers": [ { "name": "X-Publishable-Key", "value": "" }, { "name": "X-Merchant-Client-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create an order that was prepared outside the Bolt ecosystem. Some Bolt-powered flows automatically manage order creation - in those flows the order ID will be provided separately and not through this API." } ] } ], "bundled": true }