Skip to main content

ProductVariantVersionInput

Input for creating a ProductVariantVersion.

input ProductVariantVersionInput {
canBeReturnedForDays: Int
categoricalCharacteristicValues: [CategoricalCategoryCharacteristicValueInput!]!
description: String!
mediaIds: [UUID!]!
name: String!
numericalCharacteristicValues: [NumericalCategoryCharacteristicValueInput!]!
retailPrice: Int!
taxRateId: UUID!
weight: Float!
}

Fields

ProductVariantVersionInput.canBeReturnedForDays ● Int scalar

The amount of days for which an instance of the ProductVariant can be returned after purchase, if null can be returned indefinitely.

ProductVariantVersionInput.categoricalCharacteristicValues ● [CategoricalCategoryCharacteristicValueInput!]! non-null input

The CategoricalCategoryCharacteristicValues of the ProductVariant, must be compatible with the Categories of the associated Product.

ProductVariantVersionInput.description ● String! non-null scalar

The description of the ProductVariant.

ProductVariantVersionInput.mediaIds ● [UUID!]! non-null scalar

The associated Media files.

ProductVariantVersionInput.name ● String! non-null scalar

The name of the ProductVariant.

ProductVariantVersionInput.numericalCharacteristicValues ● [NumericalCategoryCharacteristicValueInput!]! non-null input

The NumericalCategoryCharacteristicValues of the ProductVariant, must be compatible with the Categories of the associated Product.

ProductVariantVersionInput.retailPrice ● Int! non-null scalar

The retail price of the ProductVariant.

ProductVariantVersionInput.taxRateId ● UUID! non-null scalar

The associated TaxRate

ProductVariantVersionInput.weight ● Float! non-null scalar

The weight of a single instance of the ProductVariant.

Member Of

CreateProductVariantInput input ● ProductVariantInput input