New API Calls and Pagination for Customers

Modified on Fri, 18 Jul at 3:51 PM

We are pleased to introduce two new API calls to improve the efficiency of the API calls for Unmapped Purchases and Product Labels.

  1. GetUnmappedPurchases: This API call allows you to retrieve unmapped purchases based on specified criteria. It is designed to focus solely on unmapped purchases, leading to more efficient data retrieval compared to the GetPurchases call. 

  2. GetUnmappedProductLabels: Similar to GetUnmappedPurchases, this call retrieves unmapped product labels from the Unmapped Purchases. The result UnmappedProductLabel contains a ProductLabel and a ConnectorType.


Additionally, we are introducing pagination on CustomersGetAll and CustomersGetByName for improved efficiency. The pagination limit will become one thousand (1000). This change will be present in your service when you update your client. Your calls will then need to include the page. For the current update, this page parameter can be set to null for both CustomersGetAll and CustomersGetByName. Eventually, we will implement a limit of 1000 results per request, which may require some adjustments in your current setup to work over multiple pages of customers that might be retrieved.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article