ProductTagDTO
A product tag's data.
id
stringRequiredThe ID of the product tag.
value
stringRequiredThe value of the product tag.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The associated products.
Was this section helpful?