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