Skip to main content

ProductVariantVersion

A version of a ProductVariant.

type ProductVariantVersion implements Node {
canBeReturnedForDays: Int
characteristicValues(
first: Int
orderBy: CategoryCharacteristicValueOrderInput
skip: Int
): CategoryCharacteristicValueConnection!
createdAt: DateTime!
description: String!
id: UUID!
medias(
first: Int
orderBy: CommonOrderInput
skip: Int
): MediaConnection!
name: String!
productVariant: ProductVariant!
retailPrice: Int!
taxRate: TaxRate!
version: Int!
weight: Float!
}

Fields

ProductVariantVersion.canBeReturnedForDays ● Int scalar

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

ProductVariantVersion.characteristicValues ● CategoryCharacteristicValueConnection! non-null object

Get all associated CategoryCharacteristicValues

ProductVariantVersion.characteristicValues.first ● Int scalar

Number of items to return

ProductVariantVersion.characteristicValues.orderBy ● CategoryCharacteristicValueOrderInput input

Ordering

ProductVariantVersion.characteristicValues.skip ● Int scalar

Number of items to skip

ProductVariantVersion.createdAt ● DateTime! non-null scalar

The date when the ProductVariantVersion version was created.

ProductVariantVersion.description ● String! non-null scalar

The description of the ProductVariantVersion.

ProductVariantVersion.id ● UUID! non-null scalar

The ID of the node.

ProductVariantVersion.medias ● MediaConnection! non-null object

Get all associated Medias

ProductVariantVersion.medias.first ● Int scalar

Number of items to return

ProductVariantVersion.medias.orderBy ● CommonOrderInput input

Ordering

ProductVariantVersion.medias.skip ● Int scalar

Number of items to skip

ProductVariantVersion.name ● String! non-null scalar

The name of the ProductVariantVersion.

ProductVariantVersion.productVariant ● ProductVariant! non-null object

The ProductVariant this is a version of.

ProductVariantVersion.retailPrice ● Int! non-null scalar

The retail price of the ProductVariantVersion.

ProductVariantVersion.taxRate ● TaxRate! non-null object

The associated TaxRate.

ProductVariantVersion.version ● Int! non-null scalar

The version of the ProductVariantVersion.

ProductVariantVersion.weight ● Float! non-null scalar

The weight of the ProductVariantVersion.

Interfaces

Node interface

An object with an ID.

Returned By

createProductVariantVersion mutation

Member Of

OrderItem object ● ProductVariant object ● ProductVariantVersionConnection object