Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: entropyx/go-shopify

Tags

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from entropyx/version3

Add path v3 to semantic versioning

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Collection endpoint (bold-commerce#115)

Co-authored-by: Geoffrey Chen <[email protected]>

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FulfillmentService was missing from the client (bold-commerce#114)

Added FulfillmentService to client

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PriceRule resource (bold-commerce#113)

* Add PriceRule resource

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add shipping zones service (bold-commerce#110)

* Add shipping zones service

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Small fix for custom deserializer edge case (bold-commerce#111)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Order actions: Cancel, Close and Open (bold-commerce#103)

* Add Order actions: Cancel, Close and Open

* Add `OrderCancelOptions`

merged-by: Gord Currie <[email protected]>

v3.3.0

Toggle v3.3.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 ShippingLines (bold-commerce#71) (bold…

…-commerce#105)

* Create custom unmarshaller for ShippingLines

 - Implemented custom unmarshaler to handle requested_fulfillment_service_id
sometimes being returned as json numbers or json nulls instead of json strings.

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 <[email protected]>

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 <[email protected]>