ProductType
A Product Type can be added to Products for filtering and reporting purposes.
Properties
id
stringRequiredThe product type's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
value
stringRequiredThe value that the Product Type represents.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?