Getting shipping options
Lear how to get shipping options.
Getting a shipping option by identifier
To get a shipping option by identifier, specify the shipping options identifier (shippingOptionsId
) in the URI path.
See Shipping options for more information.
Getting all shipping options
You can also get all shipping options.
See shipping options query parameters for more information.
Shipping options
You can retrieve the shipping options for a cart or all shipping options. The shippingOptions
object in the response retrieves the discounted shipping rate based on the matching deployed shipping discount offer. A successful request returns the costWithDiscount
and formattedCostWithDiscount
.
Parameter | Description |
---|---|
| The sum of the shipping cost with discounts. |
| The sum of the shipping cost with a discount in locale currency format (for example, $ 19.14). Contact your Digital River team to set up the currency symbol, decimal separator, and number of fractional digits for the formatted cost with discount amount. |
Last updated