INPUT_OBJECT

SupplierProductVariantSetInput

link GraphQL Schema definition

1input SupplierProductVariantSetInput {
2
3# Exactly one input field should be provided
4productVariant: ProductVariantInput!
5
6unitCost: MonetaryValueInput!
7
8customsType: CustomsType
9
10customsValue: Float
11}