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