ResourcesInvoices

Resend invoice deliverables

Resend completed-order delivery notifications for all or selected variants.

Optionally provide a validated recipient email and a unique list of product variant IDs. Only same-store line items from the selected invoice are eligible.

The response reports notifications_sent. A value of 0 means the invoice was not completed, had no usable recipient, or produced no eligible delivery notifications.

POST
/v2/invoices/{invoice}/fulfillment-notifications

Authorization

bearerAuth storeAuth
AuthorizationBearer <token>

Provide your SellApp API key as a bearer token.

In: header

X-STORE<token>

Select the SellApp store for this API request.

In: header

Path Parameters

invoice*integer

The invoice path parameter.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://sell.app/api/v2/invoices/0/fulfillment-notifications" \  -H "Content-Type: application/json" \  -d '{}'
{
  "data": {
    "notifications_sent": 0
  }
}
{
  "message": "Unauthenticated."
}
{
  "message": "This action is unauthorized."
}
{
  "message": "Rule not found."
}
{
  "message": "The given data was invalid.",
  "errors": {
    "data": [
      "The data field is required."
    ]
  }
}