Reputation: 135
I am trying to implement a way to capture a customer's account information, product information, and purchase information whenever they do a checkout. I'm planning to use this information to do a POST request into my own separate database.
I wanted to know if it is possible to go into the code for checkout and implement this? Does this require a specfic plan to be on and would I have access to modify the checkout code?
Thanks for your assistance,
Upvotes: 1
Views: 1058
Reputation: 124
Upvotes: 0
Reputation: 15402
This just requires setting up a private app and installing a web hook.
A private app lets you set up access keys for using the API. In your store:
For the web hooks see: https://docs.shopify.com/api/reference/webhook
Upvotes: 1