INPUT_OBJECT

ProductPricesSetInput

link GraphQL Schema definition

1input ProductPricesSetInput {
2
3# Exactly one input field should be provided
4pricelist: PricelistInput!
5
6productPrices: [ProductPriceInput!]!
7}

link Required by