Python API library for shopify

Solved
milindpatel
Shopify Partner
60 1 14

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.

 

 

Accepted Solution (1)
Alex
Shopify Staff
Shopify Staff
1561 81 339

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

View solution in original post

Replies 2 (2)
Alex
Shopify Staff
Shopify Staff
1561 81 339

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

ECS_NW
New Member
5 0 0

it was case-sensitive for me.

X-Shopify-Shop-Api-Call-Limit