Redeliver an outbound punchout document
POST/punchout/documents/:code/redeliver
Puts an outbound document that no job will ever deliver back in the delivery queue: status delivery_failed, or queued behind a hold. The stored bytes and the payloadID are kept, so the buyer deduplicates the redelivery against the first attempt. A document already sent, or queued with a live job on its way, is refused with 409.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
OK
Bad Request
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Not Found
Conflict
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request