| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The product option value's ID | |
| value | String | The value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is \"Size\" this value could be `Small`, `Medium` or `Large`). | |
| optionId | String | The ID of the Product Option that the Product Option Value is defined for. | |
| option | Object | Available if the relation `option` is expanded. | [optional] |
| variantId | String | The ID of the Product Variant that the Product Option Value is defined for. | |
| variant | Object | Available if the relation `variant` is expanded. | [optional] |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| deletedAt | OffsetDateTime | The date with timezone at which the resource was deleted. | |
| metadata | Object | An optional key-value map with additional details |