Releases: belong-inc/go-shopify
v3.15.1
Summary
Sync resources with upstream.
What's Changed
This change includes following changes
Full Changelog: v3.12.1...v3.15.1
v3.12.1
Summary
This change imports upstream change of bold-commerce/[email protected]
What's Changed
-
Added access scopes OAuth endpoint for scope introspection.
See Shopify documentation: https://shopify.dev/api/admin-rest/2022-01/resources/accessscope -
Updated metafield support for new type field.
See Shopify documentation: https://shopify.dev/api/release-notes/2021-07
Full Changelog: v3.12.0...v3.12.1
Metafield model enhancement to use Type field
-
Replace
value_type
in Metafield bytype
. Shopify Admin API deprecatedvalue_type
in Metafield and addedtype
instead as of v2021-07 , andvalue_type
has been removed from v2022-01. -
Replace some package path. Given this release is the first release after the repository was forked, the release includes the changes related to repository path.
-
Add GitHub Actions configuration for build and test.