{ "opencollection": "1.0.0", "info": { "name": "Shipwell v2 Core Carriers Quoting API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Quoting", "type": "folder" }, "items": [ { "info": { "name": "Request a quote / rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.shipwell.com/v2/quotes/", "body": { "type": "json", "data": "{}" } }, "docs": "Requests rates and quotes for a shipment (an RFQ). Modeled from the documented quoting resource group - confirm the exact path, request, and response schema against the live reference. (modeled)" }, { "info": { "name": "Retrieve a quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.shipwell.com/v2/quotes/:quoteId/", "params": [ { "name": "quoteId", "value": "", "type": "path", "description": "The ID of the quote." } ] }, "docs": "Retrieves a quote and its returned rates. (modeled)" } ] } ], "bundled": true }