A ProductVariantField represents an AccountProductVariantField value that is specified for an individual ProductVariant in your Liftoff account.
Properties
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the field value. |
| ProductVariantId | int | The ID of the product variant that the value belongs to. |
| ProductVariant (via $expand) | ProductVariant | The product variant that the value belongs to. |
| AccountProductVariantFieldId | int | The ID of the account field that the value belongs to. |
| AccountProductVariantField (via $expand) | AccountProductVariantField | The account field that the value belongs to. |
| Name | string | The display name of the field. |
| Value | string | The field's value for this product variant. |
