"Resend invoice" API call

In the dashboard I have the option to “resend invoice”?. Can that be exposed as an API endpoint? Would be great for us to not have to give everyone access to our Snipcart Dashboard.

A simple PUT resendInvoice=true to https://app.snipcart.com/api/orders/{token} would suffice :wink:

1 Like

Hi @mmj,

This is actually already possible through the “Notifications API”.

You’ll find details on how to achieve this in this section of our documentation.

Don’t hesitate to let us know if you’re having any issues with this!

1 Like