Skip to main content

CartItemIncentive

No description

type CartItemIncentive {
name: String
quantity: Int!
price: Float!
code: OrderItemIncentiveCode!
}

Fields

CartItemIncentive.name ● String scalar

Cart item incentive name

CartItemIncentive.quantity ● Int! non-null scalar

Quantity of cart items to be affected by the incentive

CartItemIncentive.price ● Float! non-null scalar

Cart item incentive price

CartItemIncentive.code ● OrderItemIncentiveCode! non-null enum

Cart item incentive code

Member Of

CartBaseItem object ● CartMainItem object