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. |
AccountId | int | The ID of the Liftoff account that the product belongs to. (Note: This account ID will always correspond to the account code you use in your authentication credentials.) |
Account (via $expand) | Account | The Liftoff account that the SKU option belongs to. |
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. |