feat(Shopify Node): Update Shopify API version (#10155)

This commit is contained in:
Jon
2024-07-29 10:05:16 +01:00
committed by GitHub
parent 40a5226e24
commit e2ee91569a
4 changed files with 10 additions and 5 deletions

View File

@@ -63,6 +63,13 @@ export class Shopify implements INodeType {
},
],
properties: [
{
displayName: 'Shopify API Version: 2024-07',
type: 'notice',
name: 'apiVersion',
default: '',
isNodeSetting: true,
},
{
displayName: 'Authentication',
name: 'authentication',