We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ...
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