Optional ReadonlycustomCustom Fields for Shipping.
Optional ReadonlydeliveriesDeliveries to be shipped with the Shipping Method.
Optional ReadonlyexternalTax Rate used for taxing a shipping expense if the Cart has the External TaxMode.
ReadonlykeyUser-defined unique identifier for the Shipping in a Cart with Multiple ShippingMode.
ReadonlyshippingDetermines the shipping rate and Tax Rate of the associated Line Items.
Optional ReadonlyshippingShipping Methods added to the Cart with Multiple ShippingMode.
Optional ReadonlyshippingInput 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.