Skip to main content

CartIncentiveParams

No description

type CartIncentiveParams {
quantity: Int
price: Float
productId: Int
discount: Float
discountType: DiscountType
valuePoints: Int
repeat: YesNo
actionCode: String
}

Fields

CartIncentiveParams.quantity ● Int scalar

Minimum quantity of items to be affected by the incentive

CartIncentiveParams.price ● Float scalar

Incentive price

CartIncentiveParams.productId ● Int scalar

Product identifier

CartIncentiveParams.discount ● Float scalar

Discount value

CartIncentiveParams.discountType ● DiscountType enum

Discount type

CartIncentiveParams.valuePoints ● Int scalar

Value points amount

CartIncentiveParams.repeat ● YesNo enum

Repeat incentive

CartIncentiveParams.actionCode ● String scalar

Action code

Member Of

CartIncentive object