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