Skip to content

Tags: onestar-p/go-shopify

Tags

v3.12.0

Toggle v3.12.0's commit message

Verified

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

- Supporting the oauth/access_scopes.json endpoint

Co-authored-by: Gord Currie <[email protected]>

v3.11.0

Toggle v3.11.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 prerequisite field setters (bold-commerce#144)

- prior to this change it was impossible to call the Shopify API
   specifying these fields since the type was not exposed.

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to support custom http client (bold-commerce#130)

- add WithHTTPClient as an option

Co-authored-by: Fidel Ruiz <[email protected]>

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error unmarshaling when key value is string (bold-commerce#125)

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add unstable as valid api version (bold-commerce#119)

Co-authored-by: Craig Dykstra <[email protected]>

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)