Getting Started
Account Management
Token Management
Order Management
Shipment Management
Shipment Management
POST /public/quote
Returns all available shipping-rate quotes for a given origin/destination.
**Request:**
POST /public/quoteContent-Type: application/jsonAuthorization: Bearer <token>
Successful Response
HTTP 200
{
"success": true,
"result": {
"OrderID": 0,
"Prices": [ /* array of rate objects */ ]
}
}