OBJECT
CalculateVouchersFreeProductGiven
link GraphQL Schema definition
1 type CalculateVouchersFreeProductGiven implements CalculateVouchersResult { 2 # Required permission: Voucher:read 3 VoucherActionResult! : 4 5 # Required permission: Voucher:read 6 # 7 # Store restrictions apply. 8 Voucher! : 9 10 # Required permission: ProductVariant:read 11 ProductVariant! : 12 13 Int! : 14 15 MonetaryValue! : 16 17 # the added item should be removed when this voucher is no longer applied 18 Boolean! : 19 20 # is the customer allowed to remove this item from the selection 21 Boolean! : 22 23 # is the customer allowed to add more of this item 24 Boolean! : 25 26 }
link Required by
This element is not required by anyone