ProductOptionValue - Product Module Data Models Reference

This documentation provides a reference to the ProductOptionValue data model. It belongs to the Product Module.

idPrimaryKeyModifier<IdProperty>
The ID of the product option value.
valueTextProperty
The value of the product option.
variantsManyToMany<ProductVariant>
The associated variants.
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
optionBelongsTo<ProductOption>Optional
The associated option.
Was this page helpful?