latestOpenAPI 3.0.12026-08-20112309904.6 KB
466169815b78
EUDR - Suppliers
Fetch supplier customers
Retrieve a list of all customers that have products associated with this supplier.
This endpoint returns all customers that have inbound products linked to the supplier's organization. This information is useful for understanding which customers are requesting origin information.
Use Cases:
- View all customers that have products from this supplier
- Understand customer relationships
- Identify active customer connections
Required permission: access_public_eudr_suppliers
get/public/v2/eudr/suppliers/customers
Response
List of customers linked to the supplier through inbound products.
Example response
[
{
"id": 123,
"name": "Acme GmbH"
}
]