Fields Reference
Learn about the fields in the Smart Categorization API.
Smart Categorization API fields
This table lists the fields included in the request body for Smart Categorization API requests.
Field | Type | Description |
---|---|---|
products | Required Type: Array of objects | The list of products to be categorized. Array [ - productUniqueId - product_title - product_description ] |
productUniqueId | Required Type: string Max length: 20 | The unique identifier for the product. |
productTitle | Required Type: string Max length: 128 | The title of the product. |
productDescription | Optional Type: string | The description for the product. |
concatenatedExtraColumns | Optional Type: object | The additional attributes for the product. Each key represents the name of a custom column, and each value is the corresponding data. |
jobId | Required Type: uuid | The ID for the categorization job. |
Updated 5 months ago