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

# CustomLineItemNameArgs type

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.

Signature:

export declare type CustomLineItemNameArgs = {
    locale?: InputMaybe<Scalars['Locale']>;
    acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};

References: InputMaybe, Scalars