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

# SetStagedOrderReturnItemCustomTypeOutput type

Signature:

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

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand