Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

go-shopify

Golang tool for connecting to Shopify's API

Installation

You need to have Git and Go already installed. Run this in your terminal

go get github.com/arduino/go-shopify

Usage

Import it in your Go code:

import (
  "github.com/arduino/go-shopify/shopify"
)

Client Creation

To initialize a client you need the shopify private app password

shop := shopify.NewClient("your-shop-domain", "app-password")

See client functions used in example/example.go

About

Golang tool for connecting to Shopify's API

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages