You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My other option would be to iterate using the SubResource explicitly and passing in the product id and the product's connection, but the connection property is privatized.
You can add the limit=250 parameter to get the maximum number of items per page of 250
We handle pagination much more nicely in the new V3 APIs, and we'll look at updating this client soon - and including a pagination method. We have swagger docs for the new V3 APIs which can be used to auto-generate clients, though.
I recently ran across a problem where a customer has 100 skus for a product. The API only allows me to get the first 50.
It would be nice if we could pass parameters to the sub resource's all/get method and have it cascade to the connection instance to perform the gets
My other option would be to iterate using the SubResource explicitly and passing in the product id and the product's connection, but the connection property is privatized.
This would require exposing the connection object from within the parent resource.
The text was updated successfully, but these errors were encountered: