Shopify API (Python)

Shopify API (Python) 2.1.5 updated

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...

Shopify API (Ruby)

Shopify API (Ruby) 4.0.6 updated

Can be used to access the admin section of Shopify stores from Ruby apps. The API is implemented as XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in...