(supports custom properties)
Document representing a shipment.
Property | Type | Constraints | Description |
---|---|---|---|
description
|
Localized<String> | The localized description of the shipping method. | |
id
|
String | mandatory=true, maxLength=256, nullable=false | The id of the shipping method. |
name
|
Localized<String> | The localized name of the shipping method. | |
price
|
Decimal | The shipping cost total, including shipment level costs and product level fix and surcharge costs. | |
shipping_promotions
|
[ShippingPromotion] | The array of active customer shipping promotions for this shipping method. This array can be empty. |