Resend email to customer

POST /self/{shopId}/invoices/{invoiceId}/resend

Path parameters

Body

Body

Body

Responses

POST /self/{shopId}/invoices/{invoiceId}/resend
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/resend' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"email":"string"}'
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/resend' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/resend' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "email": "string"
}
Request examples
{
  "email": "string"
}
Request examples
{
  "email": "string"
}