Add order message history
Orders
Add order message history
Requires the order:update scope. Add a new message to order message history.
POST
Add order message history
Otorisasi
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameter Path
Canonical UUIDv7 order primary key. For migrated orders, legacy numeric core_order.id values remain accepted for compatibility.
Body
application/json
Message data
Follow-up chat ID
Respons
Message added successfully
Canonical UUIDv7 order primary key returned by the partitioned orders table.
Public order URL built from metadata.custom_domain_full_url and secret_slug.
Payment URL built from public_order_url with /success appended.
Message history associated with the order

