Read and override customers, distributors, and distribution centers in your network
type 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.
PATCH to correct or update facility attributes. Common use cases:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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)
x <= 500Number of records to skip (for pagination)