Shipping price
Overview
The object below is returned directly or within a successful response from the following API requests:
Retrieve shipping price
Shipping price object
| Parameters | Type/Description | ||
|---|---|---|---|
| Shipping prices available |
Array of objects Details below |
||
| Name | String | ||
| Name of the shipping method available for the cart configuration. | |||
| Code | String | ||
| System-generated identified assigned to the shipping method. | |||
| TrackingURL | String | ||
| Tracking URL defined at shipping method leve. | |||
| Currency | String | ||
| Currency in which shipping prices are expressed. | |||
| PriceDetails | Object | ||
| Details below. | |||
| Net | Object | ||
| Shipping price for a NET price configuration. | |||
| TotalAmount | Int | ||
| Total shipping price charged from customers for a cart configuration. | |||
| BasePrice | Int | ||
| Shipping method base price amount. | |||
| OverweightAmount | Int | ||
| Overweight amount applied to the purchase. | |||
| CountrySurcharge | Int | ||
| Surcharge applied based on customer delivery country. | |||
| WeightSurcharge | Int | ||
| Surcharged applied based on total order weight. | |||
| OrderSurcharge | Int | ||
| Surcharged applied based on total order amount. | |||
| Gross | Object | ||
| Shipping price for a GROSS price configuration. | |||
| TotalAmount | Int | ||
| Total shipping price charged from customers for a cart configuration. | |||
| BasePrice | Int | ||
| Shipping method base price amount. | |||
| OverweightAmount | Int | ||
| Overweight amount applied to the purchase. | |||
| CountrySurcharge | Int | ||
| Surcharge applied based on customer delivery country. | |||
| WeightSurcharge | Int | ||
| Surcharged applied based on total order weight. | |||
| OrderSurcharge | Int | ||
| Surcharged applied based on total order amount. | |||