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