Alokai

CartDiscountDescriptionArgs

Cart discounts are recalculated every time LineItems or CustomLineItems are added or removed from the Cart or an order is created from the cart.

The number of active cart discounts that do not require a discount code (isActive=true and requiresDiscountCode=false) is limited to 100.

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

Referenced Types

On this page