Tags: Diggernaut/go-shopify
Tags
int to int64 type conversion for ID fields (bold-commerce#46) * Convert internal ids to int64 from straight int
Add Properties to Shop (bold-commerce#44) * Added all properties shopify passes to shop.json
convert some tests to use RegisterResponderWithQuery (bold-commerce#36)
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.
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.