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