Skip to main content

Bulk Product Mappings

POST 

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

Bulk unmap or delete mapping rows.

Not yet available to API tokens

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

  • action (required): unmap or delete
  • ids (required without apply_to_all): explicit row ids
  • apply_to_all (optional, boolean): apply to every row matching the given filters instead of explicit ids
  • filters (optional, object): same filters as the list endpoint (e.g. {"mapping": "unmapped"})

Request

Responses

OK

Response Headers
    Content-Type