Home > @vsf-enterprise/commercetools-types > SetStagedOrderShippingAddressAndShippingMethod

# SetStagedOrderShippingAddressAndShippingMethod type

Signature:

export declare type SetStagedOrderShippingAddressAndShippingMethod = {
    address: AddressInput;
    shippingMethod?: InputMaybe<ResourceIdentifierInput>;
    externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};

References: AddressInput, InputMaybe, ResourceIdentifierInput, ExternalTaxRateDraft