Skip to content

Tags: Diggernaut/go-shopify

Tags

v2.0.1

go mod

v2.0.0

int to int64 type conversion for ID fields (bold-commerce#46)

* Convert internal ids to int64 from straight int

v1.3.0

Add Properties to Shop (bold-commerce#44)

* Added all properties shopify passes to shop.json

v1.2.0

convert some tests to use RegisterResponderWithQuery (bold-commerce#36)

v1.1.0

Add options to list customer orders (bold-commerce#21)

* Makes a breaking change to a method just recently added. Missing from the Shopify API documentation was the fact that this endpoint appears to take the same arguments as GET /admin/orders.json.

v1.0.0

Add NewClient method to App struct (bold-commerce#16)

* Add func `(a *App) NewClient(string, string) *Client` that calls the global `NewClient(*App, string, string) *Client` function. This was done to make components that create on-demand clients easier to unit test as it lets us define an interface for the shopify app and create a mock.