UpdateProductTypeDTO
The data to update in a product type. The id
is used to identify which product type to update.
value
stringThe new value of the product type.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?