REMINDER
Integration between Shop and CloudBackend
-
Hello team,
Is there a way to access the shop products via API? Or via CloudBackend?
I'm thinking of using the show to organize internal inventory, but I'll need to lookup values from the CloudBackend for that to work.
I'm also wondering if you can trigger certain actions when purchases happen - can you call an CloudBackend function on successful purchase?
Please let me know. Thank you!
-
Hey Daniel,
Yes you can read the shop products from CloudBackend! Please check our postman API collection available here:
https://support.appdrag.com/blog/80-REST-API-for-Blog-and-Shop.htmlYou can also configure in the shop settings a webhook URL to be notified on each transaction, and of course you can indicate the url of a cloud backend function to receive the webhook and do things (store in a db, send a custom email, store in a CRM/ERP, ...)