Customer Classification API

API for triggering and retrieving classifications for products

BASE URL
https://api.smarterx.com

Authentication

Sign into view and manage your API credentials

Lookup product by UPC

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Path Parameters

upc

required, string

UPC for the desired product

GET
/classification/v1/products/:upc
1

Bulk upload products

Upload products in text/csv format. Each row should include UPC and any other relevant fields for that product OR product_name and brand_name if UPC is not specified to ensure that SmarterX's enrichment pipeline can identify and enrich the product appropriately.

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Request Body

The full CSV payload to be uploaded

Unnamed Property

required, string
POST
/classification/v1/products/bulk
1

docs

OpenAPI spec

GET
/classification/v1/docs
1