Skip to main content
POST
Catalog Order Status Change
Updates the status of a catalog order.
Where to find order_unique_id: open Chatbot Manager → Commerce → Product Catalog → Catalog Orders — it’s the Order Unique ID column. cart_status isn’t looked up — it’s one of Approved, Completed, Shipped, Delivered, or Refunded, picked by you. See Finding Your IDs & API Token for a screenshot.

Body

application/x-www-form-urlencoded
apiToken
string
required

Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.

Example:

"API-KEY"

order_unique_id
string
required

The order's unique ID. Where to find it.

Example:

"ord_123"

cart_status
string
required

One of Approved, Completed, Shipped, Delivered, Refunded.

Example:

"Shipped"

Response

200 - application/json

Standard ChatSyncs response. status is "1" on success and "0" on failure.

status
string

"1" = success, "0" = failure.

message
string

Human-readable result message.