Catalog API
Catalog Order Status Change
Change a WhatsApp catalog order’s status (Approved, Completed, Shipped, Delivered, Refunded) via the ChatSyncs API. Use when a developer asks how to sync order fulfillment status back into ChatSyncs from their own order system.
POST
Catalog Order Status Change
Updates the status of a catalog order.
Body
application/x-www-form-urlencoded
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The order's unique ID. Where to find it.
Example:
"ord_123"
One of Approved, Completed, Shipped, Delivered, Refunded.
Example:
"Shipped"
Catalog Order Status Change

