mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Renamed credential parameters and capitalized topic names
This commit is contained in:
@@ -24,7 +24,7 @@ export async function shopifyApiRequest(this: IHookFunctions | IExecuteFunctions
|
||||
headers: headerWithAuthentication,
|
||||
method,
|
||||
qs: query,
|
||||
uri: uri || `https://${credentials.shopName}.myshopify.com/admin/api/2019-10${resource}`,
|
||||
uri: uri || `https://${credentials.shopSubdomain}.myshopify.com/admin/api/2019-10${resource}`,
|
||||
body,
|
||||
json: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user