Skip to content

nf-shopify/pythonShopifyGraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Shopify GraphQL Library

This library contains Shopify GraphQL quieries and mutations targeting the Admin API.

Clone the project

git clone https://github.com/nf-shopify/pythonShopifyGraphql.git

Install the packages using pip

$ pip install -r requirements.txt

Create .env file

touch .env

Set enviorment variables in .env file

# shopify test instance
STORE="test" #test.myshopify.com
TOKEN="97658a0cdb96e893189y8391hub23"
ACCESSTOKEN = "shpat_5f970b05ae1982381u23h3215464d"

Usage

from client.shopifyClient import client

# create new instance of the client
client = shopifyClient()

# use client in making API calls
client.request("POST", json='')

License

MIT

About

Python Shopify GraphQL Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages