Skip to content
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

Add support of 2024-10 version of Shopify API #740

Closed
1 task done
tyzhnenko opened this issue Oct 23, 2024 · 4 comments
Closed
1 task done

Add support of 2024-10 version of Shopify API #740

tyzhnenko opened this issue Oct 23, 2024 · 4 comments

Comments

@tyzhnenko
Copy link

Overview/summary

The last version of the package (12.6.0) hasn't supported 2024-10 version of API yet.

@classmethod
def define_known_versions(cls):
cls.define_version(Unstable())
cls.define_version(Release("2021-10"))
cls.define_version(Release("2022-01"))
cls.define_version(Release("2022-04"))
cls.define_version(Release("2022-07"))
cls.define_version(Release("2022-10"))
cls.define_version(Release("2023-01"))
cls.define_version(Release("2023-04"))
cls.define_version(Release("2023-07"))
cls.define_version(Release("2023-10"))
cls.define_version(Release("2024-01"))
cls.define_version(Release("2024-04"))
cls.define_version(Release("2024-07"))

Motivation

Shopify has already released a new version of API – 2024-10.

Checklist

  • I have described this enhancement in a way that is actionable (if possible)
@victorvilarocket
Copy link

is there any forecast of when this version will be available?

@tyzhnenko
Copy link
Author

It's probable a duplicate of #738

@flavio4nutriment
Copy link

I am also facing some issues with this. Our APP is using version 2024-10. Any estimated time for this to be updated?

@tyzhnenko
Copy link
Author

This #737 PR will resolve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants