ProductTag
A Product Tag can be added to Products for easy filtering and grouping.
Properties
id
stringRequiredThe product tag'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 Tag represents
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?