Product Attribute
Class name: ProductAttribute
| Property | Type | Description | Required |
|---|---|---|---|
| name | string | The name of the attribute | Yes |
| type | enum | The type of the attribute. Options: select, text, number, boolean | Yes |
| values | string[] | The options of the attribute, if the type is select | No |
| status | enum | The status of the attribute. Options: published, draft | Yes |