V1/CustomersOptimized
Some API users have experienced delayed response times using our v1/Customer endpoint. In response to these challenges, our other endpoints have been optimized to handle the various elements previously available through v1/Customers.
We ask that all customers utilizing GET v1/Customers and GET v1/Customers/{id} API endpoints to replace the calls with the following endpoints:
v1/Addresses
The addressing components of v1/Customers can now be found through v1/Addresses.
v1/CustomersOptimized/{id}Finance
Balance data elements are significantly impacting the performance of v1/Customers. The billing components (Amount due, Amount overdue, Balance and Due date) have been moved to the new endpoint: v1/CustomersOptimized/{id}/Finance.
v1/CustomersOptimized
Any other data available in v/1Customers can be found in v1/CustomersOptimized.
[KOM-598/600]