API for triggering and retrieving classifications for products
https://api.smarterx.com
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
upc
UPC for the desired product
1
Upload products in text/csv format. The header row must include either UPC, product_name, or both- the headers are case-insensitive. Each row must include either UPC or product_name if UPC is not specified to ensure that SmarterX's enrichment pipeline can identify and enrich the product appropriately. Additional values aside from upc or product_name should be provided if available to ensure the accuracy of classification results.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
The full CSV payload to be uploaded
Unnamed Property
1
Returns products based on specified filters with pagination. Products will be ordered by LAST_UPDATED_DATE descending.
Authorization
The Authorization
header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE
.
start_date
Only include records with LAST_UPDATED_DATE > start_date
end_date
Only include records with LAST_UPDATED_DATE < end_date
statuses
Filter by product status - must be included in array format.
PENDING
CLASSIFICATION_COMPLETE
IN_REVIEW
page_size
Number of products per page (default 50, max 100)
record_offset
Record number at which to start the page (default 0)
1
1