@gradientedge/commercetools-utils
    Preparing search index...

    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;
    }

    Hierarchy (View Summary)

    Index

    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.