Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the product. | |
name | String | The name of the product. | |
catalog_id | Integer | The ID of the catalog. You can find the ID in the Campaign Manager in Account > Tools > Cart item catalogs. | |
units_sold | AnalyticsDataPointWithTrend | [optional] |
require 'TalonOne'
instance = TalonOne::AnalyticsProduct.new(id: 1,
name: MyProduct,
catalog_id: 1,
units_sold: null)