Hello,
The documentation
https://ordoro.docs.apiary.io/#reference/product/productcounts/get
shows the product count api.
However, when I try it, I get:
{
“error_message”: “‘NoneType’ object has no attribute ‘rule’”,
“param”: null
}
If that is correct, how I can I know the total number of products so I can set the number of times I will the API product (once we have a 100 records limit per call).
Thanks.