Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello,
When the user is redirected from my mobile app to shop (which cooperates with me), I pass UUID in that url.
If user purchased sth, I'd to pass that UUID to Order objects, so after some time I can check which items were bought thanks to my app - of course I can do it by shopify app.
So, can I achieve that? E.g. can "purchase paid" event be overrided by developer? Maybe some custom actions by ShopifyAPI can be added?
Umiko | API Support @ 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
Ok, but is there an option to do it by frontend side? E.g. I got UUID in a cookie and I want to pass it during Create Order Event.
You got solution or not if yes send me that solutions