OBJECT
AppliedVoucherFreeShipping
link GraphQL Schema definition
1 type AppliedVoucherFreeShipping implements AppliedVoucher, OrderDiscount { 2 : MonetaryValue! 3 4 # Arguments 5 # format: ISO-8601 6 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz! 7 8 : String 9 10 # Required permission: Voucher:read 11 # 12 # Store restrictions apply. 13 : Voucher 14 15 # Required permission: Voucher:read 16 : VoucherActionResult 17 18 : String 19 20 : VoucherMethod 21 22 # Set for vouchers with method VoucherMethod.URL 23 : String 24 25 # Set for vouchers with method VoucherMethod.CODE 26 : String 27 28 # Required permission: Order:read 29 # 30 # Store restrictions apply. 31 : Order 32 33 }
link Required by
This element is not required by anyone