Fulfillment & ShippingRates
List available shipping rates
POST
/v1/shipping/rates/availableList available shipping rates. A successful request returns HTTP 200 with the documented response body.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Header Parameters
x-Store-Id?string
Store the request acts on. Not needed when the token is bound to a store.
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/available" \ -H "x-Store-Id: <store-id>" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "orderAmount": 1, "postalCode": "example_code", "totalWeight": 1, "sellerId": "7204558912004325301", "shippingProfileId": "7204558912004325301", "destination": { "address1": "example", "city": "example", "countryCode": "PE", "name": "Example resource", "company": "example", "address2": "example", "province": "example", "postalCode": "example_code" }, "items": [ { "sku": "SKU-001", "name": "Example resource", "brand": "example", "weight": 1, "price": 1, "quantity": 1, "height": 1, "width": 1, "length": 1 } ], "scheduledDate": "2026-08-01" }'[ { "shippingMethodId": "7204558912004325301", "name": "Example resource", "displayName": "Example resource", "type": "regular", "target": "automatic", "targetId": "7204558912004325301", "targetName": "Example resource", "price": 1 }]