A SKUOption represents an option that helps define a ProductVariant.
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 SKU option belongs to. |
| Product (via $expand) | Product | The product that the SKU option belongs to. |
| Name | string | The name of the SKU option; e.g., Size or Color. |
| Sequence | int | The display sequence of this SKU option relative to other SKU options for the product. |
| SKUOptionValues (via $expand) | SKUOptionValue array | The collection of values for the SKU option; e.g., Small, Medium, and Large. |
