Merchant-initiated WhatsApp nudge for one abandoned checkout.This is the per-row "Notify via WhatsApp" action. Because the merchant explicitly chose to message this customer, it BYPASSES the marketing opt-in requirement (and per product decision, opt-out too) — it still respects store credentials and the abandoned_cart_v2 template's APPROVED status so we never ship a malformed send to Meta.
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//abandoned-checkouts//notify-whatsapp' \
--header'Authorization: Bearer <token>'