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
10subvoucher: Subvoucher
11
12# Required permission: ProductVariant:read
13variant: ProductVariant!
14
15quantity: Int!
16
17price: MonetaryValue!
18
19# the added item should be removed when this voucher is no longer applied
20removeOnRevert: Boolean!
21
22# is the customer allowed to remove this item from the selection
23allowRemove: Boolean!
24
25# is the customer allowed to add more of this item
26allowAddMore: Boolean!
27
28}

link Required by

This element is not required by anyone