I’m trying to delete the discount saved on my backend app when the user deletes the discount on Shopify admin dashboard.
Can I catch the Delete Discount event?
Developer seeks a way to detect when a discount is deleted in the Shopify admin so their backend app can remove the corresponding discount record. Specifically asks if there is a “Delete Discount” event they can catch or a callback mechanism to trigger on deletion.
Responses so far:
Status and outcomes:
Notes:
I’m trying to delete the discount saved on my backend app when the user deletes the discount on Shopify admin dashboard.
Can I catch the Delete Discount event?
@JohnDoe3 Simply you can contact to app developer.
I’m the developer of this app. What I’m trying to ask here is how to catch the delete button event. So that I can create a callback or something to delete the discount saved on my backend app.