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.

FieldTypeDescription
productsRequired

Type: Array of objects
The list of products to be categorized.
Array [

- productUniqueId
- product_title
- product_description
]
productUniqueIdRequired

Type: string

Max length: 20
The unique identifier for the product.
productTitleRequired

Type: string

Max length: 128
The title of the product.
productDescriptionOptional

Type: string
The description for the product.
concatenatedExtraColumnsOptional

Type: object
The additional attributes for the product. Each key represents the name of a custom column, and each value is the corresponding data.
jobIdRequired

Type: uuid
The ID for the categorization job.