OBJECT
CalculateVouchersFreeShippingGiven
link GraphQL Schema definition
1 type CalculateVouchersFreeShippingGiven 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 # empty array means free for all shipping options 13 # 14 # Required permission: ShippingOption:read 15 # 16 # All elements are always returned 17 ShippingOption!]! : [ 18 19 }
link Required by
This element is not required by anyone