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

# UpdateStagedOrderItemShippingAddressOutput type

Signature:

export declare type UpdateStagedOrderItemShippingAddressOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'UpdateStagedOrderItemShippingAddressOutput';
    type: Scalars['String'];
    address: AddressDraft;
};

References: StagedOrderUpdateActionOutput, Scalars, AddressDraft