We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bbc7b7 + 50d4f63 commit 9bd1790Copy full SHA for 9bd1790
1 file changed
src/connectors/shopify/client.ts
@@ -31,7 +31,7 @@ export class Scope {
31
const client = new Shopify({
32
shopName: currentConfig.shopName,
33
...currentConfig.credentials,
34
- apiVersion: "2020-10",
+ apiVersion: "2025-07",
35
});
36
const requestFn = (client as any).request.bind(client);
37
(client as any).request = backoff(requestFn);
0 commit comments