{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-order/status-api.json#api",
  "name": "Order Status API",
  "dateModified": "2026-06-02T05:52:48.898Z",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/agent-order/status/{orderId}",
  "method": "GET",
  "webhook": {
    "event": "order.status_changed",
    "payload": {
      "orderId": "string",
      "status": "string",
      "changedAt": "date-time"
    }
  }
}