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