ResourcesInvoices
Retry dynamic delivery
Retry one dynamic delivered product after ownership and webhook validation.
The delivered product, order line, product variant, and product must all belong to the current store and order. Avoid concurrent retries for the same delivered product because the external destination may not be idempotent.
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/dynamic-delivery-retries" \ -H "Content-Type: application/json" \ -d '{ "delivered_product_id": 42 }'{
"data": {
"queued": true
}
}{
"message": "Unauthenticated."
}{
"message": "This action is unauthorized."
}{
"message": "Rule not found."
}{
"message": "The given data was invalid.",
"errors": {
"data": [
"The data field is required."
]
}
}