Optional
Readonly
customCustom Fields for Shipping.
Optional
Readonly
deliveriesDeliveries to be shipped with the Shipping Method.
Optional
Readonly
externalTax Rate used for taxing a shipping expense if the Cart has the External
TaxMode.
Readonly
keyUser-defined unique identifier for the Shipping in a Cart with Multiple
ShippingMode.
Readonly
shippingDetermines the shipping rate and Tax Rate of the associated Line Items.
Optional
Readonly
shippingShipping Methods added to the Cart with Multiple
ShippingMode.
Optional
Readonly
shippingInput used to select a ShippingRatePriceTier.
The data type of this field depends on the shippingRateInputType.type
configured in the Project:
- If `CartClassification`, it must be [ClassificationShippingRateInputDraft](ctp:api:type:ClassificationShippingRateInputDraft).
- If `CartScore`, it must be [ScoreShippingRateInputDraft](ctp:api:type:ScoreShippingRateInputDraft).
- If `CartValue`, it cannot be set.
Wraps all shipping-related information (such as address, rate, deliveries) per Shipping Method for Carts with multiple Shipping Methods.