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
User | RANK |
---|---|
19 | |
7 | |
7 | |
6 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022