OBJECT
Voucher
link GraphQL Schema definition
1 type Voucher implements ObjectWithAttributes, Discount { 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 Attribute!]! : [ 50 51 # Required permission: Voucher:read 52 # 53 # All elements are always returned 54 VoucherAction!]! : [ 55 56 # Required permission: AdminUser:read 57 AdminUser : 58 59 # Required permission: Voucher:read 60 # 61 # Store restrictions apply. 62 Voucher : 63 64 # Required permission: GiftCertificateGenerator:read 65 # 66 # Store restrictions apply. 67 GiftCertificateGenerator : 68 69 # Required permission: Market:read 70 # 71 # All elements are always returned 72 # 73 # Store restrictions apply. 74 Market!]! : [ 75 76 # Required permission: Store:read 77 # 78 # Store restrictions apply. 79 Store! : 80 81 # Required permission: Order:read 82 # 83 # Limit must be in range 1 - 200 84 # 85 # Arguments 86 # where: (self-explanatory) 87 # sort: (self-explanatory) 88 # limit: (self-explanatory) 89 # page: (self-explanatory) 90 AppliedVoucherFilter, : [AppliedVoucherSort!] = [orderId_ASC, voucherId_ASC, voucherActionResultId_ASC], : Int = 20, : Int = 1): [AppliedVoucher!]! ( : 91 92 Boolean! : 93 94 }
link Required by
- AppliedDiscount
- 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
- Voucher
- VoucherActionCreatePayload
- VoucherActionDeletePayload
- VoucherActionUpdatePayload
- VoucherCreatePayload
- VoucherUpdatePayload