Skip to content

REST and GrapQL example API calls to the Shopify Admin API

Notifications You must be signed in to change notification settings

lizkenyon/graphql-rest-shopify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-rest-shopify

Hello 👋

In this repo you will find code samples of calling the Shopify Admin API to get and update a product with both the REST and GraphQL APIs. This repo is intended to be used as reference material.

If you would like to run the code yourself you will need

Running GO

go run main.go

Running PHP

composer install
php index.php

Running Node

npm install
node js

Running Python

pip install -r requirements.txt
python main.py

Running Bash

Assumes cURL and jq are installed.

./main.sh

About

REST and GrapQL example API calls to the Shopify Admin API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published