Interface StagedOrderSetShippingAddressAndShippingMethodAction

Sets the shipping address and Shipping Method together to prevent an inconsistent state.

interface StagedOrderSetShippingAddressAndShippingMethodAction {
    action: "setShippingAddressAndShippingMethod";
    address: _BaseAddress;
    externalTaxRate?: ExternalTaxRateDraft;
    shippingMethod?: ShippingMethodResourceIdentifier;
}

Properties

action: "setShippingAddressAndShippingMethod"
address: _BaseAddress

Value to set for shippingAddress.

externalTaxRate?: ExternalTaxRateDraft

An external Tax Rate can be set if the Cart has the External TaxMode.

Value to set.