You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
== Unreleased
2
2
3
+
- Remove requirement to provide scopes to Permission URL, as it should be omitted if defined with the TOML file.
4
+
3
5
== Version 12.7.0
4
6
5
7
- Remove requirement to use a predefined API version. Now you can use any valid API version string. ([#737](https://github.com/Shopify/shopify_python_api/pull/737))
@@ -155,7 +157,7 @@ _Note: Your application must be public to test the billing process. To test on a
155
157
>**⚠️ Note**: As of October 1, 2024, the REST Admin APIis legacy:
156
158
>- Public apps must migrate to GraphQL by February 2025
157
159
>- Custom apps must migrate to GraphQL by April 2025
158
-
>
160
+
>
159
161
> For migration guidance, see [Shopify's migration guide](https://shopify.dev/docs/apps/build/graphql/migrate/new-product-model)
160
162
161
163
It is recommended to have at least a basic grasp on the principles of the [pyactiveresource](https://github.com/Shopify/pyactiveresource) library, which is a port of rails/ActiveResource to Python and upon which this package relies heavily.
0 commit comments