UpsertProductTypeDTO
A product type to create or update
id
stringThe product type's ID. If provided, the product
tag is updated. Otheriwse, it's created.
In that case, the
value
property is required.value
stringThe new value of the product type.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?