Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 875 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 875 Bytes

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