Skip to main content

Seed Channel Category Map

POST 

/api/v2/sales-channels/:salesChannel/category-map/seed

Propose a category for each unmapped leaf product type (or for every leaf type when only_unmapped is false) from the channel's synced taxonomy: the best match for the type's name plus a sample of its products' names. Nothing is saved — review the proposals and send the accepted ones with Replace Channel Category Map. Types with no confident match are left out.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Fields:

  • only_unmapped (optional, boolean, default true) — may also be passed as a query parameter

Each proposal: product_type_id, sales_channel_category ({id, name, path, external_id}), confidence (0–1), source.

Requires permission: listings.index

Request

Responses

OK

Response Headers
    Content-Type