Documentation Home

Category Product Import

Products can be imported into a Category directly.

Adding vs Updating Category Product Xrefs

By default, when a CSV of product IDs is uploaded all of the products within it are treated as belonging to brand new xrefs; however, if an xref already exists between that product and the category, then the import will be handled as an update instead of an add.

Columns

Column name Description
productId Product's primary key
externalProductId Product's default sku's external ID
displayOrder Product's display order within Category

Examples

Here are the two ways one can import products into a Category

By Product Primary Key

productId,displayOrder
1000,10

By Product External ID

externalProductId,displayOrder
ASC1234,10

Note: externalProductId correspond's to the default Sku's externalId property