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
Hi, I'm having 429 error getting information from the api
I'm creating the client object with:
BigcommerceApi( client_id=settings.BIGCOMMERCE_APP_CLIENT_ID, store_hash=self.store_hash, access_token=self.access_token, rate_limiting_management={ 'min_requests_remaining': 3, 'wait': True, 'callback_function': None })
And it still gets error
Not exception
Exception raised
I were trying to get products data from an customer that have a lot of skus and products
for product in self.client.Products.iterall(): # some processing ... skus = product.skus() # <- here it raises # more code ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi, I'm having 429 error getting information from the api
I'm creating the client object with:
And it still gets error
Expected behavior
Not exception
Actual behavior
Exception raised
Steps to reproduce behavior
I were trying to get products data from an customer that have a lot of skus and products
The text was updated successfully, but these errors were encountered: