Skip to main content

List Customer Mappings

GET 

/api/channel-partners/:id/customer-mappings

Paginated customer mappings for a channel partner. A mapping redirects any identity the partner sends — their own customer id (external_id), a customer id from this system (sent_customer_id), an email, or a name — to the customer the orders should bill to. A mapping is never required for orders to process, but always wins when present — including over an explicitly sent customer id.

Not yet available to API tokens

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

Search covers: ID (exact), referenced customer name (sentCustomer.name), billed customer name (customer.name), external name, email, external ID and key. Advanced filter columns include mapping (mapped|unmapped|needs_review), source, external_name, external_email, external_id, sent_customer_id, sent_customer_name, customer_name, match_method, hit_count, last_seen_at, created_at, updated_at.

Rows keyed by a sent customer id include a nested sent_customer object (the referenced customer) for display.

Request

Responses

OK

Response Headers
    Content-Type