INPUT_OBJECT

CalculateVoucherSelectionLineInput

link GraphQL Schema definition

1input CalculateVoucherSelectionLineInput {
2
3lineReference: String!
4
5display: DisplayInput!
6
7productSize: ProductSizeInput!
8
9# Exactly one input field should be provided
10productVariant: ProductVariantInput!
11
12quantity: Int!
13
14unitOriginalPrice: MonetaryValueInput!
15
16productData: CalculateVoucherProductDataInput
17
18# Exactly one input field should be provided
19bundle: CalculateVoucherSelectionLineBundleInput
20
21# Only required for wholesale orders
22#
23# Exactly one input field should be provided
24deliveryWindow: DeliveryWindowInput
25
26discounts: [CalculateVoucherSelectionItemDiscountInput!]
27}