Getting Started
Account Management
Token Management
Order Management
Shipment Management
Shipment Management
POST /public/shipping-info
Retrieves shipping rate quotes for an existing order
**Request:**
POST /public/shipping-infoContent-Type: application/jsonAuthorization: Bearer <token>
Successful Response
1HTTP 200
2{
3 "success": true,
4 "result": {
5 "Prices": [ /* array of rate objects */ ],
6 /* other fields */
7 }
8}