OBJECT

CalculateVouchersFreeProductGiven

link GraphQL Schema definition

1type CalculateVouchersFreeProductGiven implements CalculateVouchersResult {
2# Required permission: Voucher:read
3voucherActionResult: VoucherActionResult!
4
5# Required permission: Voucher:read
6#
7# Store restrictions apply.
8voucher: Voucher!
9
10# Required permission: ProductVariant:read
11variant: ProductVariant!
12
13quantity: Int!
14
15price: MonetaryValue!
16
17# the added item should be removed when this voucher is no longer applied
18removeOnRevert: Boolean!
19
20# is the customer allowed to remove this item from the selection
21allowRemove: Boolean!
22
23# is the customer allowed to add more of this item
24allowAddMore: Boolean!
25
26}

link Required by

This element is not required by anyone