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

# SetStagedOrderCustomLineItemCustomTypeOutput type

Signature:

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

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand