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

Name

Type

Description

Id

int

The ID of the SKU option.

ProductId

int

The ID of the product that the configuration option belongs to.

Product (via $expand)

Product

The product that the configuration option belongs to.

Name

string

The name of the configuration option; e.g., Logo Placement or Gift Wrapping.

Sequence

int

The display sequence of this configuration option relative to other configuration options for the product.

ConfigurationOptionValues (via $expand)

ConfigurationOptionValue array

The collection of values for the configuration option; e.g., None, Left, and Right.