mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Shopify-Node (Added product resource) (#822)
* Add Products support to Shopify node * ⚡ Improvements Co-authored-by: Yonatan Rosemarin <yonatan.r@billrun.com>
This commit is contained in:
@@ -34,6 +34,9 @@ export async function shopifyApiRequest(this: IHookFunctions | IExecuteFunctions
|
||||
body,
|
||||
json: true
|
||||
};
|
||||
|
||||
console.log(options);
|
||||
|
||||
if (Object.keys(option).length !== 0) {
|
||||
Object.assign(options, option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user