{ "opencollection": "1.0.0", "info": { "name": "Ankorstore Stock Tracking and Logistics Applications Testing API", "version": "1.2.2-oas3.1" }, "items": [ { "info": { "name": "Testing", "type": "folder" }, "items": [ { "info": { "name": "Create Test Order", "type": "http" }, "http": { "method": "POST", "url": "http://www.ankorlocal.com:8000/api/testing/orders/create", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of resources to include (e.g: retailer,billingItems,orderItems.productVariant.product). If you include orderItems.productVariant you do not need to specify orderItems separately, it will be automatically included." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a test order ready to be confirmed based on the options provided.\n**ONLY AVAILABLE IN SANDBOX ENVIRONMENT**.\n" } ] } ], "bundled": true }