Skip to main content
Skip to main content

ProductTagDTO

A product tag's data.

Properties

idstringRequired
The ID of the product tag.
valuestringRequired
The value of the product tag.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
productsProductDTO[]
The associated products.
Was this section helpful?