Resend email to customer
POST /self/{shopId}/invoices/{invoiceId}/resend
curl \
-X POST https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/resend \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"string"}'
Request example
{
"email": "string"
}
Request examples
{
"email": "string"
}