Skip to content

AlexYaroshenko/go-bigcommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-bigcommerce

Go Bigcommerce REST API

Build Status

Installation

go get github.com/corthmann/go-bigcommerce/bigcommerce

Usage

See GoDoc for API and examples.

import { "bigcommerce" }
config := &bigcommerce.ClientConfig{
  Endpoint: "https://example.bigcommerce.com",
  UserName: "go-bigcommerce",
  Password: "12345"}
client := bigcommerce.NewClient(http.DefaultClient, config)

products, resp, err := client.Products.List(&bigcommerce.ProductListParams{
  Sku: "Product-123",
  })

About

Go Bigcommerce REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%