This library contains Shopify GraphQL quieries and mutations targeting the Admin API.
git clone https://github.com/nf-shopify/pythonShopifyGraphql.git
$ pip install -r requirements.txt
touch .env
# shopify test instance
STORE="test" #test.myshopify.com
TOKEN="97658a0cdb96e893189y8391hub23"
ACCESSTOKEN = "shpat_5f970b05ae1982381u23h3215464d"
from client.shopifyClient import client
# create new instance of the client
client = shopifyClient()
# use client in making API calls
client.request("POST", json='')