For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Objects
OrderDiscounts
OBJECT
Copy page
A discount for an order.
Fields
nonCouponDiscountTotal
Money
Required
Non-coupon discount total.
Show 4 fields
couponDiscounts
list of
OrderCouponDiscounts
Required
List of discounts for an order.
Show 2 fields
totalDiscount
Money
Optional
Total discount applied to the order.
Show 4 fields
orderBasedAutoDiscountTotal
Money
Optional
Total automatic discounts applied at the order level.
Show 4 fields
manualDiscountTotal
Money
Optional
Total manual discounts applied to the order.
Show 4 fields
Referenced by
Fields
BaseOrder.discounts
Order.discounts
OrderWithPayments.discounts