{ "opencollection": "1.0.0", "info": { "name": "UPS Shipping Address Validation Rating API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rating", "type": "folder" }, "items": [ { "info": { "name": "Shop Rates", "type": "http" }, "http": { "method": "POST", "url": "https://onlinetools.ups.com/api/rating/v1/Shop", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve rates for all available UPS services for a given shipment, allowing comparison of service levels, prices, and transit times." }, { "info": { "name": "Get Rate", "type": "http" }, "http": { "method": "POST", "url": "https://onlinetools.ups.com/api/rating/v1/Rate", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the rate for a specific UPS service for a given shipment." } ] } ], "bundled": true }