BlogsShopifyPython Shopify API Integration

Python Shopify API Integration

Python Shopify API Integration

1
posts
2011

This feature thread tracks the development and enhancement of tools and libraries for building Shopify applications using various programming languages and frameworks. Initial efforts focused on providing core API access. This post details the integration of the Python Shopify API with the Django web framework and Google App Engine, providing developers with a robust stack for building and deploying applications. It includes reusable Django app code for authentication, session management, and API access, along with deployment instructions for both regular Django applications and Google App Engine.

2011

Making Apps using Python, Django and App Engine - Shopify

9/7/2011

This post introduces the integration of the Python Shopify API with the Django web framework and Google App Engine. It provides a reusable Django app (`shopify_app`) that handles user login, authentication, and session saving. It also includes middleware for automatic API re-initialization per request and a `@shop_login_required` decorator for views. Deployment instructions for both regular Django apps and Google App Engine are provided, along with links to the API and example source code.