Shopify Forms - Use API to send form data to an ERP

Topic summary

A user needed to integrate Shopify Forms with their ERP system to automatically retrieve and store form submission data. They initially looked for GraphQL API methods to query form submissions but couldn’t find relevant documentation.

Solution Found:

  • Another participant suggested using Shopify Flow, which recently added HTTP request capabilities
  • This approach successfully resolved the integration challenge

Status: Resolved. The original poster confirmed the Shopify Flow solution worked for their use case, eliminating the need for direct GraphQL queries.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hi everyone,

I’m building a form that we want to use the API to submit and retrieve the data for storing it in our ERP. I used the Shopify Form app: https://jqq9rv-0s.myshopify.com/pages/account-registration

How do I set it up so I can use GraphQL to check when new form data is submitted, and how to download the form data? I can’t find any query methods in the GraphQL documentation that reference using forms. Any help, suggestions, or working examples would be appreciated!

@AaronMoss Have you tried seeing if Shopify Flow can handle that? I know Shopify just released a feature for doing HTTP requests in Shopify Flow

1 Like

Hi Marcus. Thank you for the response. I’m just getting started with Flow, looks like it will work :slightly_smiling_face:

@AaronMoss Amazing. Happy to hear that! If you need more help, feel free to reach back out to me. I’ve had a lot of experience using it :).

1 Like

Man, you’re awesome. Thank you very much!

@AaronMoss No problem!

Never mind :slightly_smiling_face:

@AaronMoss LOL. No worries, happy you got it resolved :).

If this was useful, a Like or marking it as a Solution is appreciated.