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.
value
stringThe new value of the product type.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?