17 September 2026
Pricing and DiscountsCartsOrdersQuotesGraphQL
You now have finer control over how a Direct Discount interacts with existing promotions on the Cart. Direct Discounts can now apply alongside Cart Discounts and Discount Codes on a Cart or Order, and can participate in best deal selection alongside Product Discounts and Cart Discounts. For more information, see the Pricing and Discounts overview.
Previously, either Direct Discounts or Discount Codes could apply to a Cart, but not both. Direct Discounts were also not part of the best deal selection.
Changes:
- [API] Added the
directDiscountsIgnoreCartDiscountsfield to Cart, CartDraft, Order, Quote, and QuoteRequest. - [API] Added the
participateInBestDealSelectionfield to DirectDiscount and DirectDiscountDraft. - [API] Added the Set DirectDiscountsIgnoreCartDiscounts update action to the Carts API.
- [API] Added the Set DirectDiscountsIgnoreCartDiscounts update action to the Order Edits API.
- [GraphQL API] Added the
directDiscountsIgnoreCartDiscountsfield to theCart,Order,Quote, andQuoteRequesttypes, and to theCartDraftinput type. - [GraphQL API] Added the
setDirectDiscountsIgnoreCartDiscountsinput field to theCartUpdateActionandStagedOrderUpdateActiontypes. - [GraphQL API] Added the
SetCartDirectDiscountsIgnoreCartDiscountsandSetStagedOrderDirectDiscountsIgnoreCartDiscountsinput types. - [GraphQL API] Added the
participateInBestDealSelectionfield to theDirectDiscount,DirectDiscountDraft, andDirectDiscountDraftOutputtypes.