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

# SetStagedOrderShippingAddressCustomTypeOutput type

Signature:

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

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand