| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The product option's ID | |
| title | String | The title that the Product Option is defined by (e.g. `Size`). | |
| values | List<ProductOptionValue> | The Product Option Values that are defined for the Product Option. Available if the relation `values` is expanded. | [optional] |
| productId | String | The ID of the Product that the Product Option is defined for. | |
| product | Object | A product object. Available if the relation `product` 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 |