ProductDetail
Details about a product
{ "name": "Color", "value": "Red" }
Name | Type | Nullable? | Description |
---|---|---|---|
name | string | The type of the product detail. Example (non-exhaustive) values: 'Color', 'CountryOfManufacture', 'Shape', 'Size', 'Style' | |
value | string | The value of the product detail |