ProductTag
A Product Tag can be added to Products for easy filtering and grouping.
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 ID of the tag.
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 of the tag.
Was this section helpful?