CartItemIncentive
Promotional incentive applied to a specific cart item.
Represents a discount, bonus, or special offer that affects the pricing or availability of an individual cart item.
type CartItemIncentive {
name: String
quantity: Int!
price: Float!
code: OrderItemIncentiveCode!
}
Fields
CartItemIncentive.name
● String
scalar
Display name of the item-level incentive.
Human-readable name describing the promotional offer applied to this specific cart item.
CartItemIncentive.quantity
● Int!
non-null scalar
Number of item units affected by the incentive.
Quantity of this cart item that qualifies for or is impacted by the promotional offer.
CartItemIncentive.price
● Float!
non-null scalar
Special price or discount value for the incentive.
Monetary amount representing the incentive benefit, such as a discounted price or discount amount.
CartItemIncentive.code
● OrderItemIncentiveCode!
non-null enum
Type code for the item incentive.
Classification code that identifies the specific type of promotional offer applied to this cart item.
Member Of
CartBaseItem
object ● CartMainItem
object