-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest supported API version? #300
Comments
tbh I'm not entirely sure what the latest version is as individual endpoints are not all equally well supported and are at the same level. Note to self: we should probably update the API version in the README to be more current and not 2019... |
Would appreciate it if you could shed some light on how this library is used in production at Bold Commerce. Specifically - how do you determine the API version that corresponds to a given go-shopify struct? (aside from manually comparing every field with the Admin API reference, of course) We recently migrated our codebase from manual HTTP calls to go-shopify but have been getting spurious unmarshal errors as the Shopify resource ( |
I don't work for bold-commerce, I simply maintain this library. If you encounter unmarshal errors then please raise an issue with details on what endpoint fails, etc so it can be looked into and fixed. |
Hi, thanks for this library. Could I know what is the latest supported version of the Shopify Rest API? From reading the commits it appears to be
2024-04
. Is that right?The text was updated successfully, but these errors were encountered: