(supports custom properties)
Document representing a shipping item.
Property | Type | Constraints | Description |
---|---|---|---|
adjusted_price
|
Decimal | mandatory=true | The price of the shipping after applying all shipping-level adjustments. |
item_text
|
String | Some text describing the item in more detail. | |
price
|
Decimal | mandatory=true | The price of the shipping item. |
price_adjustments
|
[PriceAdjustment] | Array of shipping price adjustments. This array can be empty. |