{ "opencollection": "1.0.0", "info": { "name": "Dana Aftermarket Availability Pricing API", "version": "1.0" }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "Get pricing", "type": "http" }, "http": { "method": "GET", "url": "https://api.danaaftermarket.com/pricing", "params": [ { "name": "partNumber", "value": "", "type": "query", "description": "The Dana part number." }, { "name": "quantity", "value": "", "type": "query", "description": "Quantity for pricing calculation." } ] }, "docs": "Retrieves current pricing for specified parts based on customer account and quantity." } ] } ], "bundled": true }