SKUOptionValue

A SKUOptionValue represents a value for a specific SKUOption.

Properties

NameTypeDescription
IdintThe ID of the SKU option value.
SKUOptionIdintThe ID of the SKU option that the value belongs to.
SKUOptionNamestringThe name of the SKU option that the value belongs to.
SKUOption (via $expand)SKUOptionThe SKU option that the value belongs to.
ValuestringThe value itself; e.g., Small, Medium, or Large.
SequenceintThe display sequence of this value relative to other values for the SKU option.