You can retrieve customer data — including partials — through our API. The List Customers endpoint accepts a StepTypes parameter to filter by customer type. Partials are referenced as "inquiry" in the API (not "partial"). You can also filter for "declined" or "buyer" customers. Refer to our API documentation for full details: https://docs.admoji.com/.
How to Access Partials Data via API
Visit https://docs.admoji.com/ for complete API documentation.
Find the List Customers API endpoint (
GET /api/v2/open/customers).-
Use the
StepTypesparameter to filter by customer type:"inquiry"— partial/incomplete orders."declined"— declined transactions."buyer"— successful purchases.
Use the returned customer data to build a script that passes it to your call center system.
Related articles