I imported 500 customers through the web UI. I have a custom app installed to my store and an access token with every single possible permission.
-
The UI shows that I have 500 customers.
-
customers/count.json shows that I have 501 customers.
-
With default (50 record) pagination the 1st page returns 49 customers, then the 2nd…10th pages returns 50 customers and there’s a 11th that returns 1 customer.
-
the …customers.json?limit=1 returns 1 customer, the …customer.json?limit=2 returns 1 customer then the customer.json?limit=n returns n-1 customers.
What’s happening?