Download OpenAPI specification:Download
The business to business API expose various endpoints that supplies information related to transactions
Find a customer account via a unique identifier.
| id | string (CustomerId) The identification of a customer in the external system |
{ }{- "id": "123-332",
- "creditLimit": 123.15,
- "discount": {
- "percent": 10
}, - "name": "Harrows",
- "requireRequisition": false,
- "requireIdentification": false
}