SKUOptionValue

A SKUOptionValue represents a value for a specific SKUOption.

Properties

Name

Type

Description

Id

int

The ID of the SKU option value.

SKUOptionId

int

The ID of the SKU option that the value belongs to.

SKUOptionName

string

The name of the SKU option that the value belongs to.

SKUOption (via $expand)

SKUOption

The SKU option that the value belongs to.

Value

string

The value itself; e.g., Small, Medium, or Large.

Sequence

int

The display sequence of this value relative to other values for the SKU option.