CartIncentive
No description
type CartIncentive {
name: String!
action: String!
affectedItems: [CartBaseItem!]
params: CartIncentiveParams!
}
Fields
CartIncentive.name
● String!
non-null scalar
Incentive name
CartIncentive.action
● String!
non-null scalar
Incentive action
CartIncentive.affectedItems
● [CartBaseItem!]
list object
List of affected items
CartIncentive.params
● CartIncentiveParams!
non-null object
Incentive parameters
Member Of
Cart
object