Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
When create shopify order (bulk upload) using matrixify app, How to trigger/which shopify webhook need to use to create order into our inhouse order management system?
Solved! Go to the solution
This is an accepted solution.
Hey @Y3Tech
Renars here from Matrixify app.
Amazing to hear that you are using our app for your Order imports.
Webhook are triggered by Shopify automatically on specific actions that those webhooks are for.
So if you are importing new Orders, your order management system would need to listen for "orders/create" webhook.
Here is a great manual page by Shopify explaining how Shopify webhooks work.
This is an accepted solution.
This is an accepted solution.
Hey @Y3Tech
Renars here from Matrixify app.
Amazing to hear that you are using our app for your Order imports.
Webhook are triggered by Shopify automatically on specific actions that those webhooks are for.
So if you are importing new Orders, your order management system would need to listen for "orders/create" webhook.
Here is a great manual page by Shopify explaining how Shopify webhooks work.