---
title: "Send interactive order status message"
method: POST
path: "/messages/interactive/order_status"
tags: ["Messages"]
---

# Send interactive order status message

`POST /messages/interactive/order_status`

Updates the status of an order previously sent through `POST /messages/interactive/order_details`, matched by `reference_id`.

Requires an open service window: the recipient must have messaged the business in the last 24 hours. Use `POST /messages/template` to reach recipients outside that window.

## Request body

- object
  - `from` string, required — WhatsApp id of the sender phone number
  - `to` string, required — Recipient phone number, digits only, including country code
  - `interactive` object, required
    - `type` 'order_status'
    - `header` object
      - `type` 'image', required
    - `body` object, required
      - `text` string, required
    - `footer` object
      - `text` string, required
    - `action` object, required
      - `name` 'review_order'
      - `parameters` object, required
        - `reference_id` string, required — Reference id of the order sent in the order details message
        - `order` object, required
          - `status` 'pending' | 'processing' | 'partially-shipped' | 'shipped' | 'completed' | 'canceled', required
          - `description` string
        - `payment` object
          - `status` 'pending' | 'captured' | 'failed', required
          - `timestamp` integer

## Response `200`

Message sent successfully

- object
  - `id` string, uuid, required — Id of the created message

## Other responses

- `400` — Bad request — invalid input data, or the message was rejected by the WhatsApp Cloud API (e.g. invalid template)
- `401` — Unauthorized
- `404` — Sender phone number not found or not linked to a WhatsApp Business Account

---

[API](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/revisions/30bd33ee45c9/schema)
