Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 363 Bytes

File metadata and controls

20 lines (11 loc) · 363 Bytes

Shopify GraphQL Python 3 Starter

Fetches orders from a Shopify store (via private app access token) using the GraphQL API.

Supports pagination by following cursors.

Building

To build, run:

./build.sh

This builds the shopify/python-api:latest Docker image.

Running

To run:

./run.sh YYYY-MM-DD

Will run and fetch orders for the given date.