Skip to main content

SelectedVariant

No description

type SelectedVariant {
variantSnapshot: ProductVariantSnapshot
price: Money
quantity: Int!
selectedOptions: [SelectedVariantOption!]!
productVariant: ProductVariant
}

Fields

SelectedVariant.variantSnapshot ● ProductVariantSnapshot object

SelectedVariant.price ● Money object

SelectedVariant.quantity ● Int! non-null scalar

SelectedVariant.selectedOptions ● [SelectedVariantOption!]! non-null object

SelectedVariant.productVariant ● ProductVariant object

Member Of

CustomBuildCategory object