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