{ "opencollection": "1.0.0", "info": { "name": "Dana Aftermarket Availability Orders API", "version": "1.0" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Place an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.danaaftermarket.com/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Places a new order for parts through Dana's aftermarket platform with shipping and billing details." }, { "info": { "name": "Get order status", "type": "http" }, "http": { "method": "GET", "url": "https://api.danaaftermarket.com/orders/:orderId/status", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The order identifier." } ] }, "docs": "Retrieves the current status of an order including processing, shipping, and delivery information." } ] } ], "bundled": true }