cURL
curl --request POST \ --url https://admin.aeoliancms.com/api/v1/shipping-rates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "variantIds": [ "<string>" ], "country": "<string>", "orderTotal": 123 } '
{ "variantRates": [ { "variantId": "<string>", "profileId": "<string>", "rates": [ { "id": "<string>", "name": "<string>", "price": "<string>", "deliveryDescription": "<string>", "deliveryTimeframeMin": 123, "deliveryTimeframeMax": 123, "minOrderPrice": "<string>", "maxOrderPrice": "<string>" } ] } ] }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
2-letter country code
Optional order total to filter rates by price range
Shipping rates for each variant
Show child attributes