A ProductVariantSKUOptionValue represents a SKUOptionValue that is applied to a ProductVariant.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the product variant SKU option. |
ProductVariantId | int | The ID of the product variant that the SKU option belongs to. |
ProductVariant (via $expand) | ProductVariant | The product variant that the SKU option belongs to. |
SKUOptionId | int | The ID of the SKU option that belongs to the product variant. |
SKUOptionName | string | The name of the SKU option that belongs to the product variant. |
SKUOptionValueId | int | The ID of the SKU option value that belongs to the product variant. |
SKUOptionValue | string | The value of the SKU option value that belongs to the product variant. |