INPUT_OBJECT

CalculateVoucherSelectionInput

link GraphQL Schema definition

1input CalculateVoucherSelectionInput {
2
3lines: [CalculateVoucherSelectionLineInput!]!
4
5# Exactly one input field should be provided
6market: MarketInput!
7
8# Exactly one input field should be provided
9pricelist: PricelistInput!
10
11shippingOption: ShippingOptionInput!
12
13shipping: MonetaryValueInput
14
15customer: CalculateVoucherSelectionCustomerInput
16}