# Product model
You can manage your products and send relevant product events for specific users.
# Properties
| Attributes | Type | Description | 
|---|---|---|
| id | integer | A unique identifier for the product which is given by User.com automatically. | 
| brand_name | string | A brand name. | 
| categories | integer | A list of categories' ids. | 
| city | string | An origin city of a product. | 
| country | string | An origin country of a product. | 
| created_at | string | A creation date of a product. | 
| custom_id | string | A unique identifier for the product which is provided by the client. Usually related to the product’s SKU. | 
| image_url | string | A URL of a product image. | 
| name | string | A product name. | 
| product_url | string | A URL of a product. | 
| tags | string | A list of tags. | 
| target_group | string | A name of a target | 
| updated_at | string | A date of last product update. |