CustomLineItemNameArgs
A custom line item is a generic item that can be added to the cart but is not bound to a product. You can use it for discounts (negative money), vouchers, complex cart rules, additional services or fees. You control the lifecycle of this item.
type CustomLineItemNameArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};