Replay the order-created WhatsApp send for this order.Routes exactly like the original: COD orders on stores with "confirm order in WhatsApp" get the tap-to-confirm request, everything else gets the passive confirmation. Every guard still applies (opt-out, template approval, merchant toggle) — only the send-once idempotency check is bypassed, which is the whole point of a resend.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
Successful Response
Bodyapplication/json
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://numueg.app/api/v1/stores//orders//resend-whatsapp' \
--header'Authorization: Bearer <token>'