Readonly
actionOptional
Readonly
customCustom Fields for the Shipping Method.
Optional
Readonly
deliveriesDeliveries to be shipped with the referenced Shipping Method.
Optional
Readonly
externalTax Rate used to tax a shipping expense if the Cart has the External
TaxMode.
Readonly
shippingDetermines the shipping rate and Tax Rate of the Line Items.
Readonly
shippingUser-defined identifier for the Shipping that must be unique across the Cart with Multiple
ShippingMode.
Readonly
shippingRecourceIdentifier to a ShippingMethod to add to the Cart with Multiple
ShippingMode.
If the referenced Shipping Method has a predicate that does not match the Cart, an InvalidOperation error is returned.
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.
Adds a Shipping Method for a specified shipping address to a Cart with
Multiple
ShippingMode.