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

# RemoveCartLineItem type

Signature:

export declare type RemoveCartLineItem = {
    lineItemId: Scalars['String'];
    quantity?: InputMaybe<Scalars['Long']>;
    externalPrice?: InputMaybe<BaseMoneyInput>;
    externalTotalPrice?: InputMaybe<ExternalLineItemTotalPriceDraft>;
    shippingDetailsToRemove?: InputMaybe<ItemShippingDetailsDraft>;
};

References: Scalars, InputMaybe, BaseMoneyInput, ExternalLineItemTotalPriceDraft, ItemShippingDetailsDraft