Skip to content
Knowledge Base

Catalog One

The schema of the standardized catalog is as follows

ColumnTypeDescription
idUUIDUnique identifier for the standardized product record.
source_product_idSTRINGProduct ID from the original catalog submission.
marketplace_idUUIDIdentifier for the submitting marketplace or vendor.
titleSTRINGCleaned and standardized product title.
descriptionSTRINGStandardized product description.
raw_brand_nameSTRINGBrand name as received in the original catalog.
brand_idUUIDRecognized canonical brand ID.
standard_brand_nameSTRINGStandardized brand name associated with the brand ID.
standard_brand_scoreFLOATStandardized brand score associated with the brand ID.
raw_category_nameSTRINGOriginal category label from the catalog.
category_idUUIDMapped category ID from the standardized taxonomy.
standard_category_pathSTRINGFull category path (e.g., “Electronics > Phones > Smartphones”).
standard_category_scoreFLOATStandardized brand score associated with the category path.
master_product_idUUIDUnified product ID representing deduplicated variants of the same product.
is_duplicateBOOLEANIndicates whether the product is a duplicate of an existing item.
confidence_scoreFLOATConfidence score (0–1) indicating certainty in the standardization.
created_atTIMESTAMPTimestamp when the product was processed.
updated_atTIMESTAMPLast updated time for the standardized record.