List customers
Customers & Facilities
Customers & Facilities
Read and override customers, distributors, and distribution centers in your network
GET
List customers
The facility network
In SIMCEL, all physical nodes in your supply chain — customers, distributors, and distribution centers — are stored in a single Facility Master. Thetype field distinguishes them:
| Type | Description |
|---|---|
Customer | End customer (modern trade, e-commerce, traditional trade) |
SecondaryCustomer | Sub-customer or ship-to party downstream of a distributor |
Distributor | Third-party distributor in the network |
DC | Company-owned or 3PL distribution center |
/customers endpoint is a convenience shortcut that returns only Customer and SecondaryCustomer records. Use /facilities when you need the full network including DCs and distributors.
List customers
Get full network (all facility types)
Override a facility
UsePATCH to correct or update facility attributes. Common use cases:
- Reassigning a customer to a new region
- Deactivating a closed DC
- Updating channel classification after a trade renegotiation
Common use cases for AI agents
Map customers to regions for geo analysis:Authorizations
OAuth2 Client Credentials flow.
Query Parameters
The workspace ID to query master data from
Filter by sales channel
Filter by region
Filter by country code (ISO 3166-1 alpha-2)
Filter by key account flag
Search by customer name or ref (partial match)
Maximum number of records to return (max 500)
Required range:
x <= 500Number of records to skip (for pagination)

