INPUT_OBJECT
CalculateVoucherSelectionLineInput
link GraphQL Schema definition
1 input CalculateVoucherSelectionLineInput { 2 3 String! : 4 5 DisplayInput! : 6 7 # Only product size ID is supported here 8 # 9 # Exactly one input field should be provided 10 ProductSizeInput! : 11 12 # Exactly one input field should be provided 13 ProductVariantInput! : 14 15 Int! : 16 17 MonetaryValueInput! : 18 19 CalculateVoucherProductDataInput : 20 21 # Exactly one input field should be provided 22 CalculateVoucherSelectionLineBundleInput : 23 24 # Only required for wholesale orders 25 # 26 # Exactly one input field should be provided 27 DeliveryWindowInput : 28 29 CalculateVoucherSelectionItemDiscountInput!] : [ 30 }