Hello,
I’ve been looking for a webhook that triggers when a return is completed, but I haven’t been able to find one.
The task we want to accomplish is as follows:
- After shipping a music CD, the customer returns it due to simple change of mind.
- After receiving the returned music CD, we perform a check to confirm that we’ve received it.
- The WEB HOOK that catches this check sends an HTTP REQUEST to another server.
- Upon receiving the request, the DB of music-sales-information deducts the sales volume of the record.
To be more precise, our task is to integrate with the Hanteo Chart API, and we understand that a significant number of other companies on Shopify have implemented this.
It would be best to know that how these companies have implemented this.
Thank you.