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 ]
· Fixed deserializing and serializing fulfillments which can now contain arrays of strings in the tracking_urls attribute.