Home > @vsf-enterprise/commercetools-types > SetCartLineItemPrice
# SetCartLineItemPrice type
Signature:
export declare type SetCartLineItemPrice = {
lineItemId: Scalars['String'];
externalPrice?: InputMaybe<BaseMoneyInput>;
};
References: Scalars, InputMaybe, BaseMoneyInput