MarketplaceHub Docs Docs

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.

Two optional files describe your own folders: a category feed listing each folder and its parent, and a product-category feed pairing SKUs with folder ids for catalogs that keep that relationship in a separate table CATEGORY FEED — THE FOLDERS THEMSELVES IDNAMEPARENT ID 10Wall art 11Posters10 12Prints10 Becomes your tree Wall art Posters Prints Why bother Rules and defaults hang off a folder, and everything inside inherits them. Optional — imports can build it. PRODUCT-CATEGORY FEED — WHICH PRODUCT SITS WHERE SKUCATEGORY ID MUG-0111 MUG-0212 For catalogs that keep the relationship separately If your product feed already carries a category column you do not need this file. It exists for systems that hold products and their filing in two different tables.
The join half: which product sits in which folder.

If your product feed already has a category column, you do not need this file — map that column instead.

Download the sample.

Format

ColumnRequiredNotes
skuYesMust match a SKU in your product feed.
categoryidYesMust 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.