mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Shopify Node): Update Shopify API version (#10155)
This commit is contained in:
@@ -4,7 +4,6 @@ import type {
|
||||
ICredentialType,
|
||||
INodeProperties,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export class ShopifyAccessTokenApi implements ICredentialType {
|
||||
name = 'shopifyAccessTokenApi';
|
||||
|
||||
@@ -51,7 +50,7 @@ export class ShopifyAccessTokenApi implements ICredentialType {
|
||||
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
baseURL: '=https://{{$credentials?.shopSubdomain}}.myshopify.com/admin/api/2019-10',
|
||||
baseURL: '=https://{{$credentials?.shopSubdomain}}.myshopify.com/admin/api/2024-07',
|
||||
url: '/products.json',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user