{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-order/create-api.json#api",
  "name": "Order Create API",
  "dateModified": "2026-06-02T05:52:48.898Z",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/agent-order/create",
  "method": "POST",
  "contentType": "application/json",
  "request": {
    "type": "object",
    "required": [
      "quoteId",
      "buyerId"
    ],
    "properties": {
      "quoteId": {
        "type": "string"
      },
      "buyerId": {
        "type": "string"
      },
      "paymentMethod": {
        "type": "string"
      },
      "shippingAddress": {
        "type": "object"
      }
    }
  },
  "response": {
    "$ref": "https://xn--82czbx2bczd4fl8a.online/agent-order/schema.json#/order"
  }
}