Getting Started
Account Management
Token Management
Order Management
Shipment Management
Shipment Management
Shipment Rating
Rate shopping uses two endpoints. POST /public/quote returns rate quotes for an origin and destination ZIP without creating an order. POST /public/shipping-info returns rate quotes for an existing order. Both require the Authorization: Bearer header and return the same result shape: a prices array where each entry carries the rate, serviceLevel, and delivery estimate. See the dedicated pages for full request fields.