Product-category feed
Optional join file pairing SKUs with your category ids, for catalogs that keep that relationship separately.
Optional. Files products into the categories defined by the category feed, for catalogs that keep that relationship in its own table.
If your product feed already has a category column, you do not need this file — map that column instead.
Format
| Column | Required | Notes |
|---|---|---|
sku | Yes | Must match a SKU in your product feed. |
categoryid | Yes | Must match a category-id in your category feed. |
Example
sku,categoryid
VAS-JCK-SS,2
VAS-JCK-SS-S-BLU,2
VAS-JCK-SS-M-BLU,2
One row per pairing, so a product in several categories simply gets several rows.