ProductTypeDTO
A product type's data.
deleted_at
string | DateWhen the product type was deleted.
id
stringRequiredThe ID of the product type.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
value
stringRequiredThe value of the product type.
Was this section helpful?