vendorId. The path parameter accepts the ERP Vendor ID string that was used when the mapping was originally registered.
GET /api/v1/enterprise/eudr/suppliers/{vendorId}
Path Parameters
The ERP Vendor ID used to identify the supplier mapping you want to retrieve. This is the same
vendorId string that was submitted when calling Register Supplier Mapping.Example: VEND-1002Code Examples
Response
A200 OK response returns the full supplier mapping object for the requested vendorId.
The unique internal AgriBackup identifier for this supplier mapping record.
The ERP Vendor ID as registered, confirming the requested mapping was found.
The official EU TRACES NT Operator UUID bound to this vendor ID. This value is referenced during DDS submission to identify the supplier within the TRACES NT system.
The legal registered company name of the supplier.
The supplier’s Tax Identification Number. Returns
null if one was not provided at registration.The ISO-3166-1 alpha-3 country code of the supplier’s country of registration. Returns
null if not provided at registration.The ERP Vendor ID of the parent supplier in the chain of custody hierarchy. Returns
null for top-level suppliers or where no parent was specified.Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 Unauthorized | UNAUTHORIZED | The Authorization header is absent or the bearer token is not recognised. |
403 Forbidden | FORBIDDEN | Your API key does not have the required scope to read supplier mappings. |
404 Not Found | NOT_FOUND | No supplier mapping with the provided vendorId exists for your organization. Check the vendor ID or use the List Suppliers endpoint to view all registered mappings. |
429 Too Many Requests | RATE_LIMITED | You have exceeded the hourly rate limit. Check X-RateLimit-Reset for your reset time. |