ProductTagDTO
A product tag's data.
Properties
idstringRequiredThe ID of the product tag.
metadatanull | Record<string, unknown>Holds custom data in key-value pairs.
productsProductDTO[]The associated products. It may only be available if the products relation is expanded.
productsProductDTO[]products relation is expanded.valuestringRequiredThe value of the product tag.
Was this section helpful?