---
title: "Send Whatsapp Order Status Message"
method: POST
path: "/whatsapp/message/order/status"
tags: ["Outgoing Messages"]
---

# Send Whatsapp Order Status Message

`POST /whatsapp/message/order/status`

Send Whatsapp Order Status Message

## Request body

- SendWhatsappOrderStatusMessageDto
  - `to` string, phone — The phone number to which the message is sent, with the country code.
  - `from` string, phone — The WABA phone number the message is sent from, with the country code.
  - `messageId` string — Message ID (UUID v4). Generated if not provided.
  - `content` SendWhatsappOrderStatusContentDto, required
    - `body` string, required — Body text of the order status message.
    - `footer` string
    - `orderStatus` OrderStatusInputDto, required
      - `referenceId` string, required — Reference id of the order (the reference_id used in the order_details message).
      - `status` 'pending' | 'processing' | 'partially_shipped' | 'shipped' | 'completed' | 'canceled', required — Fulfillment status to transition the order to.
      - `description` string — Optional status description.

## Response `201`

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
