# Product model
You can manage your products and send relevant product events for specific users.
# Properties
Attributes | Type | Description |
---|---|---|
custom_id | string | A unique identifier for the product which is provided by the client. Usually related to the product’s SKU. |
id | integer | A unique identifier for the product which is given by User.com automatically. |
brand_name | string | A brand name. |
categories | integer(list) | A list of categories' ids. |
city | string | An origin city of a product. |
country | string | An origin country of a product. |
created_at | datetime | A creation date of a product. |
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 | datetime | A date of last product update. |