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