Development discussions around Shopify APIs
I have started learning python api for shopify
https://github.com/Shopify/shopify_python_api
As shopify has threshold limit of 41 calls so we can get headers in python library of shopify api.
There is no clear documentation on that how to get header information in that.
Solved! Go to the solution
This is an accepted solution.
Are you asking how you can access response headers so you can conform to the call limit? using the ShopifyPythonAPI library, you can access the headers of the last response like this:
shopify.ShopifyResource.connection.response.headers['x-shopify-shop-api-call-limit']
let me know if I'm misunderstanding the question though!
Cheers.
Alex | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
This is an accepted solution.
Are you asking how you can access response headers so you can conform to the call limit? using the ShopifyPythonAPI library, you can access the headers of the last response like this:
shopify.ShopifyResource.connection.response.headers['x-shopify-shop-api-call-limit']
let me know if I'm misunderstanding the question though!
Cheers.
Alex | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
it was case-sensitive for me.
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023