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