I’m trying to retrieve a E-commerce Customer by his ‘contact’ email. Using the email query string in the ecomCustomer API i still get the customers entire list. Or there is a way to get the e-commerce customer by a ‘contact’ id instead?
Another thing i want to know is how to paginate in the v3 API, i’ve got 5 thousands customers, but it shows only some in the ‘list Customers’ API, is it a page system?
We create a contact when the ecommerce customer record is created, so the email addresses should be the same (for contact and customer). So fetching a customer by their contact email should work. Example below: