OBJECT
GiftCertificateOrderLine
link GraphQL Schema definition
1 type GiftCertificateOrderLine implements OrderLine { 2 Int! : 3 4 String! : 5 6 String! : 7 8 Boolean! : 9 10 String : 11 12 String : 13 14 String : 15 16 String : 17 18 String : 19 20 String : 21 22 # The current quantity for the order line, excluding cancelled units 23 Int! : 24 25 Int! : 26 27 Int! : 28 29 # Original price taken from the pricelist, might include or exclude taxes 30 # depending on the param 31 # 32 # Arguments 33 # includingTax: (self-explanatory) 34 Boolean! = true): MonetaryValue! ( : 35 36 # Arguments 37 # includingTax: (self-explanatory) 38 Boolean! = true): MonetaryValue! ( : 39 40 Float! : 41 42 Float! : 43 44 # Arguments 45 # includingTax: (self-explanatory) 46 Boolean! = true): MonetaryValue! ( : 47 48 # Required permission: Brand:read 49 # 50 # Store restrictions apply. 51 Brand : 52 53 # Required permission: Category:read 54 # 55 # Store restrictions apply. 56 Category : 57 58 # Required permission: Collection:read 59 Collection : 60 61 # Required permission: DeliveryWindow:read 62 # 63 # Store restrictions apply. 64 DeliveryWindow : 65 66 # Required permission: Display:read 67 # 68 # Store restrictions apply. 69 Display : 70 71 # Required permission: Folder:read 72 Folder : 73 74 # Required permission: Invoice:read 75 # 76 # All elements are always returned 77 InvoiceLine!]! : [ 78 79 # Required permission: none 80 # 81 # Store restrictions apply. 82 Order! : 83 84 # Required permission: Product:read 85 Product : 86 87 # Required permission: ProductVariant:read 88 ProductVariant : 89 90 # Required permission: none 91 ProductSize : 92 93 # Required permission: TaxRule:read 94 TaxGroup : 95 96 # Required permission: Allocation:read 97 # 98 # Limit is optional 99 # 100 # Arguments 101 # where: (self-explanatory) 102 # sort: (self-explanatory) 103 # limit: (self-explanatory) 104 # page: (self-explanatory) 105 ( 106 AllocationFilter, : 107 AllocationSort!] = [id_ASC], : [ 108 Int, : 109 Int = 1 : 110 ): [Allocation!]! 111 112 # Required permission: GiftCertificateGenerator:read 113 # 114 # Store restrictions apply. 115 GiftCertificateGenerator : 116 117 }
link Required by
This element is not required by anyone