CartItemDiscount
Discount information for a cart item
This page contains
Fields
| id: ID! | Unique identifier of the discount |
| code: String | Applied discount code |
| numOfBillingCycles: Int | Number of billing cycles the discount applies to |
| discountAmountExceedsProductPrice: Boolean! | Indicates if the discount amount exceeds the product price |
| discountEndDate: String PREVIEW | End date of the discount (ISO 8601 format: YYYY-MM-DD) |
Parent objects of CartItemDiscount
| CartItem | A single item in the cart |