We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
Making a call like the following is returning a collection within a collection:
$products = $bc->get("catalog/products/", ["sku" => "PHM1010"]); ![response](https://user-images.githubusercontent.com/13773188/37536477-e52909a0-2907-11e8-8203-195bf2c4794a.jpg)
Let me know if I'm doing something wrong or if there is a better way to get the items besides a foreach within a foreach loop.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
Making a call like the following is returning a collection within a collection:
$products = $bc->get("catalog/products/", ["sku" => "PHM1010"]); ![response](https://user-images.githubusercontent.com/13773188/37536477-e52909a0-2907-11e8-8203-195bf2c4794a.jpg)
Let me know if I'm doing something wrong or if there is a better way to get the items besides a foreach within a foreach loop.
Thanks
The text was updated successfully, but these errors were encountered: