Skip to content

Commit 9bd1790

Browse files
authored
Merge pull request #60 from Space48/S48-2447_updateDepracatedShopifyAPIs
2 parents 7bbc7b7 + 50d4f63 commit 9bd1790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connectors/shopify/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class Scope {
3131
const client = new Shopify({
3232
shopName: currentConfig.shopName,
3333
...currentConfig.credentials,
34-
apiVersion: "2020-10",
34+
apiVersion: "2025-07",
3535
});
3636
const requestFn = (client as any).request.bind(client);
3737
(client as any).request = backoff(requestFn);

0 commit comments

Comments
 (0)