ProductTypeDTO
A product type's data.
idstringRequiredThe ID of the product type.
valuestringRequiredThe value of the product type.
deleted_atstring | DateWhen the product type was deleted.
metadatanull | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?