DiscountCodeDescriptionArgs
With discount codes it is possible to give specific cart discounts to an eligible amount of users. They are defined by a string value which can be added to a cart so that specific cart discounts can be applied to the cart.
type DiscountCodeDescriptionArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};