Open par5er opened 3 months ago
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. So I wouldn't feel comfortable to say that "all 2024-04 rest REST functionality is supported" but you can certainly set your API version to "2024-04", cross your fingers and should most probably be ok.
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 (Order
and Fulfillment
mostly) does not match the corresponding struct in this library. Pretty sure this is because of a mismatch between our specified API version and the highest supported version of it in go-shopify. Would be grateful for some clarity on this matter.
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. This is not an official library supported by Shopify but it was created and is maintained by volunteers and your help in keeping it updated and functional is greatly appreciated.
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?