OBJECT
Voucher
link GraphQL Schema definition
1 type Voucher implements ObjectWithAttributes { 2 Int! : 3 4 Status! : 5 6 String! : 7 8 VoucherMethod! : 9 10 VoucherType! : 11 12 String : 13 14 String : 15 16 String : 17 18 Boolean! : 19 20 # Arguments 21 # format: ISO-8601 22 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 23 24 VoucherEntryPointStrategy! : 25 26 Int : 27 28 Int! : 29 30 Boolean! : 31 32 # Arguments 33 # format: ISO-8601 34 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 35 36 # Arguments 37 # format: ISO-8601 38 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 39 40 Int! : 41 42 # Arguments 43 # format: ISO-8601 44 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 45 46 # Required permission: Voucher.attributes:read 47 # 48 # All elements are always returned 49 # 50 # Arguments 51 # where: (self-explanatory) 52 AssignedAttributeFilter): [Attribute!]! ( : 53 54 # Required permission: Voucher:read 55 # 56 # All elements are always returned 57 VoucherAction!]! : [ 58 59 # Required permission: AdminUser:read 60 AdminUser : 61 62 # Required permission: Voucher:read 63 # 64 # Store restrictions apply. 65 Voucher : 66 67 # Required permission: GiftCertificateGenerator:read 68 # 69 # Store restrictions apply. 70 GiftCertificateGenerator : 71 72 # Required permission: Market:read 73 # 74 # All elements are always returned 75 # 76 # Store restrictions apply. 77 Market!]! : [ 78 79 # Required permission: Store:read 80 # 81 # Store restrictions apply. 82 Store! : 83 84 # Required permission: Order:read 85 # 86 # Limit must be in range 1 - 200 87 # 88 # Arguments 89 # where: (self-explanatory) 90 # sort: (self-explanatory) 91 # limit: (self-explanatory) 92 # page: (self-explanatory) 93 AppliedVoucherFilter, : [AppliedVoucherSort!] = [orderId_ASC, voucherId_ASC, voucherActionResultId_ASC], : Int = 20, : Int = 1): [AppliedVoucher!]! ( : 94 95 # Get subvouchers connected to this voucher 96 # 97 # Limit must be in range 1 - 200 98 # 99 # Arguments 100 # where: (self-explanatory) 101 # limit: (self-explanatory) 102 # page: (self-explanatory) 103 SubvoucherFilter, : Int = 20, : Int = 1): [Subvoucher!]! ( : 104 105 String : 106 107 }
link Required by
- AppliedVoucher
- AppliedVoucherCredit
- AppliedVoucherDiscount
- AppliedVoucherFreeProduct
- AppliedVoucherFreeShipping
- CalculateVouchersCreditGiven
- CalculateVouchersFreeProductGiven
- CalculateVouchersFreeShippingGiven
- CalculateVouchersLineDiscounted
- CalculateVouchersResult
- CalculateVouchersShippingDiscounted
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- GiftCertificateGenerator
- OrderLineVoucher
- Query The main queries are here, click to expand
- Subvoucher
- SubvouchersRemovePayload
- Voucher
- VoucherActionCreatePayload
- VoucherActionDeletePayload
- VoucherActionUpdatePayload
- VoucherCreatePayload
- VoucherReusableValue
- VoucherUpdatePayload