Resend email to customer

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

Path parameters

  • shopId integer(int32) Required
  • invoiceId string Required

Body

  • email string | null

Body

  • email string | null

Body

  • email string | null

Responses

  • 200

    Resent

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"
}