create an event using react remix typescript

create an event using react remix typescript

pttharun
Visitor
1 0 0

Requirement: Create an event 'orders/create' in the Shopify app using React Remix typescript.
I
When i tried to create a webhook subscription based on the Shopify document, the created files were shopify.app.toml &
webhooks.app.order-create.jsx. but it is not working.

Refer Link: https://shopify.dev/docs/apps/build/webhooks/subscribe/get-started?framework=remix&deliveryMethod=pu...

Also, I tried another method on Youtube. it is based on the files shopify.server.ts & webhooks.tsx. it is also a dead end.
Refer Link: https://www.youtube.com/watch?v=35JElCKQHdg&t=225s

Note: when I create a webhook in the admin side for the event 'Order creation', it is working and api response is recieved in our laravel end point.

Replies 0 (0)