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

# SetStagedOrderItemShippingAddressCustomTypeOutput type

Signature:

export declare type SetStagedOrderItemShippingAddressCustomTypeOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderItemShippingAddressCustomTypeOutput';
    type: Scalars['String'];
    addressKey: Scalars['String'];
    custom: CustomFieldsCommand;
};

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand