Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have created partner account to create app for my shipping company I have my own shipping system and I make the integration with Shopify but now I have a problem while app review. any time they create an order it doesn't appear in my system, the system doesn't receive any request from Shopify I have reviewed my code but I didn't found the fault.
Hi AhmedRizk,
Can you see if the Shopify API is sending an API call to your system when an order is made?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
No it doesn't send any request the requests i see is install and uninstall app
Are you using the order create webhook to get order info?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
if you mean yes i use it,
Is the webhook not firing when an order is made, or is it firing but not being accepted correctly by the shipping company?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
the webhook isn't firing, i log a message in the first line of action but when i check the log i found nothing
also in my shopify app api access there is no request to create order