INPUT_OBJECT
OrderLineCreateInput
link GraphQL Schema definition
1 input OrderLineCreateInput { 2 3 DisplayInput! : 4 5 ProductSizeInput! : 6 7 Int! : 8 9 DiscountValueInput : 10 11 String : 12 13 # If set, it holds the absolute url where this item can be seen 14 String : 15 16 # Original price taken from the pricelist, might include or exclude taxes depending on the param 17 MonetaryValueInput : 18 19 MonetaryValueInput! : 20 21 Float : 22 23 Float : 24 25 CategoryInput : 26 27 TaxGroupInput : 28 29 # Exactly one input field should be provided 30 DeliveryWindowInput : 31 }