Skip to content
Guides
API reference
stablesettings:read

Get live shipping quotes from carrier

Get real-time shipping rate quotes from an external carrier via shipping method connection

POST/v1/shipping/rates/live-quotes

Get real-time shipping rate quotes from an external carrier via shipping method connection

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/shipping/rates/live-quotes" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "options": null,  "code": null,  "message": null}