Skip to main content
Skip to main content

UpdateProductTypeDTO

internal.ProductTypes.UpdateProductTypeDTO

The data to update in a product type. The id is used to identify which product type to update.

Properties

idstringRequired
The ID of the product type to update.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
valuestring
The new value of the product type.
Was this section helpful?