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

# SetStagedOrderShippingAddressAndCustomShippingMethod type

Signature:

export declare type SetStagedOrderShippingAddressAndCustomShippingMethod = {
    address: AddressInput;
    shippingMethodName: Scalars['String'];
    shippingRate: ShippingRateDraft;
    taxCategory?: InputMaybe<ResourceIdentifierInput>;
    externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};

References: AddressInput, Scalars, ShippingRateDraft, InputMaybe, ResourceIdentifierInput, ExternalTaxRateDraft