ProductOption - Product Module Data Models Reference

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

idPrimaryKeyModifier<IdProperty>
The ID of the product option.
titleTextProperty
The title of the product option.
productBelongsTo<Product>
The associated product.
valuesHasMany<ProductOptionValue>
The associated values.
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
Was this page helpful?