Skip to main content

Export Product Mappings CSV

GET 

/api/channel-partners/:id/product-mappings/export

Streams the current product mapping ledger as CSV — mapped rows, unmapped rows, and needs-review rows alike. The same file is the import format (round-trip): edit mapped_sku or add new external_sku rows and upload it to the Import endpoint.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Columns: external_sku, mapped_sku, product_name, match_method, source, needs_review, hit_count, last_seen_at. Only external_sku and mapped_sku are read on import; the rest are informational.

Response is a text/csv file download, not JSON.

Request

Responses

OK

Response Headers
    Content-Type