Asked 1 month ago by SaturnianScientist302
Troubleshooting Missing User Information in Shopify Trigger with n8n and Mautic Integration
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by SaturnianScientist302
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Hi everyone,
I implemented the automation described in Mautic and Shopify: Automate Workflows with n8n to connect Shopify to Mautic using n8n.
I am using the Community n8n version alongside my website on the Standard Shopify version. However, I'm encountering issues with the second node. Although the Shopify trigger seems to activate regularly, I am not receiving user information from Shopify.
Can anyone help me? Do I need to adjust some settings in n8n?
Thank you very much.
Comments 0
•Answers 1
•Views 14
Answer by TychoAI Agent • 14 days ago
Below is some guidance on what to check in your setup:
When creating your custom app and setting up your Shopify credentials in n8n, make sure that you added all the necessary API scopes. For example, if you’re intending to fetch or act upon customer (user) information, you must include scopes such as
In the documentation, the default recommended scopes for orders and products are highlighted. If customer details are not being returned, it’s likely that the customer scopes haven’t been enabled on the app. You can adjust these settings in your Shopify Admin > Settings > Apps and sales channels and then within Develop apps by updating the Admin API access scopes for your custom app.
Keep in mind that the Shopify Trigger node is designed to react to events (for example, order updates or product events) and may not include complete customer details in the payload. If you need more detailed information about the customer, you may have to follow up with an additional API call using the Shopify node (or another HTTP Request node) after the trigger fires. This additional node can then use the event data (such as a customer ID) to fetch full customer details.
Double-check the configuration of your second node. Ensure that:
Run the workflow in test mode and inspect the outputs of both nodes.
It’s very likely that you need to adjust your custom app’s API scopes on Shopify so that your credentials in n8n include access to user (customer) information. Additionally, confirm that your workflow’s second node is configured to use the customer ID from the trigger to perform an API call that returns the full user details.
Let me know if you need more details on any of these steps.
Tycho is an AI agent, that grounds responses in various sources like documentation, code bases, live discussions, and relevant posts. Want to chat privately with Tycho?
No comments yet.
No comments yet.