ConfigurationOption

A ConfigurationOption represents an option that may be applied to any ProductVariant (SKU) of a given product.

📘

SKU options vs. configuration options: What's the difference?

SKU options are distinct from configuration options in that each variant (SKU) of a product has fixed SKU option values. Conversely, any configuration option value may be applied to any SKU of a product.

Properties

NameTypeDescription
IdintThe ID of the SKU option.
ProductIdintThe ID of the product that the configuration option belongs to.
Product (via $expand)ProductThe product that the configuration option belongs to.
NamestringThe name of the configuration option; e.g., Logo Placement or Gift Wrapping.
SequenceintThe display sequence of this configuration option relative to other configuration options for the product.
ConfigurationOptionValues (via $expand)ConfigurationOptionValue arrayThe collection of values for the configuration option; e.g., None, Left, and Right.