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

# SetStagedOrderShippingAddressAndCustomShippingMethodOutput type

Signature:

export declare type SetStagedOrderShippingAddressAndCustomShippingMethodOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderShippingAddressAndCustomShippingMethodOutput';
    type: Scalars['String'];
    address: AddressDraft;
    shippingMethodName: Scalars['String'];
    shippingRate: ShippingRate;
    taxCategoryResId?: Maybe<ResourceIdentifier>;
    externalTaxRate?: Maybe<ExternalTaxRateDraftOutput>;
};

References: StagedOrderUpdateActionOutput, Scalars, AddressDraft, ShippingRate, Maybe, ResourceIdentifier, ExternalTaxRateDraftOutput