Can be used to access the admin section of Shopify stores from Python apps.
This is actually a port of the Shopify Ruby API.
Data is sent as XML over HTTP to communicate with Shopify, which provides a web service that follows the REST principles as much as possible.
A Ruby version of the Shopify API can be download from here.
A PHP version of the Shopify API can be download from here.
Requirements:
· Shopify API key
· Shopify app secret key
What's New in This Release: [ read full changelog ]
· Use the correct redirect parameter in Session.create_permission_url. Was redirect_url but corrected to redirect_uri.