Retrieve available shipping options for a specific address and order.
| Header | Type | Description |
|---|---|---|
Authorization | string | Provide the customer token in the format Bearer <jwt>. |
x-shop-id | string | Identify the shop that owns the order. |
| Parameter | Type | Required | Description |
|---|---|---|---|
shippingAddressId | string | Yes | The shipping address ID to calculate shipping options for. |
orderId | string | Yes | The order ID to calculate shipping costs for. |
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
The shipping address ID to calculate shipping options for.
The order ID to calculate shipping costs for.