Skip to content

Tags: luyinhua/go-shopify

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding WithLogger option (bold-commerce#99)

Co-authored-by: Gord Currie <curriegrr2@gmail.com>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create custom unmarshaller for orders (bold-commerce#100)

* Create custom unmarshaller for orders

- We noticed an issue where some older orders were being sent
with line items that had their properties field set an empty
JSON object rather than the expected array. This was causing
an error when attempting to unmarshal.

* cleanup tests

Co-authored-by: Gord Currie <gord.currie@boldcommerce.com>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding go mod (bold-commerce#77)

v2.3.0

Toggle v2.3.0's commit message
Adding pre_launch_enabled to shop model (bold-commerce#63)

- updates fixture, model and tests
- adds support for pre_launch_enabled flag on shop model

v2.2.0

Toggle v2.2.0's commit message
Remove omit_empty from json tag for Fulfillment.NotifyCustomer (bold-…

…commerce#56)

v2.1.1

Toggle v2.1.1's commit message
Fixed Bug with backwards compatibility and api version (bold-commerce#53

)

Fix back compatibility bug where not passing in the optional WithVersion option causes the globalApiPathPrefix to be an empty string instead of admin

v2.1.0

Toggle v2.1.0's commit message
Shopify API versioning support (bold-commerce#48)

* Build an Options function struct to optionally pass into the NewClient function in order to optionally prefix all API calls made with that function with a version. This is to adhere to the new Shopify API versioning changes, without making this a breaking change.

v2.0.0

Toggle v2.0.0's commit message
int to int64 type conversion for ID fields (bold-commerce#46)

* Convert internal ids to int64 from straight int

v1.3.0

Toggle v1.3.0's commit message
Add Properties to Shop (bold-commerce#44)

* Added all properties shopify passes to shop.json

v1.2.0

Toggle v1.2.0's commit message
convert some tests to use RegisterResponderWithQuery (bold-commerce#36)