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

# SetStagedOrderLineItemCustomTypeOutput type

Signature:

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

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand