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

# SetStagedOrderLineItemTotalPriceOutput type

Signature:

export declare type SetStagedOrderLineItemTotalPriceOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderLineItemTotalPriceOutput';
    type: Scalars['String'];
    lineItemId: Scalars['String'];
    externalTotalPrice?: Maybe<ExternalLineItemTotalPrice>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ExternalLineItemTotalPrice