[
  {
    "id": "string",
    "status": "pending",
    "user": {
      "email": "string",
      "deliveryAddress": {
        "firstName": "string",
        "lastName": "string",
        "companyName": "string",
        "address": "string",
        "street": "string",
        "buildingNumber": "string",
        "flatNumber": "string",
        "zip": "21-755",
        "city": "string",
        "country": "pl",
        "phone": "045885600"
      },
      "invoiceAddress": {
        "type": "company",
        "address": "string",
        "street": "string",
        "buildingNumber": "string",
        "flatNumber": "string",
        "zip": "04-720",
        "city": "string",
        "country": "pl",
        "firstName": "string",
        "lastName": "string",
        "companyName": "string",
        "nip": "string"
      }
    },
    "items": [
      {
        "id": 0,
        "externalId": "string",
        "quantity": 0,
        "weight": 0,
        "unitPrice": 0,
        "unitPriceBeforeRebate": 0,
        "name": "string",
        "slug": "string",
        "ean": "string",
        "sku": "string",
        "taxRate": "TAX_0"
      }
    ],
    "rebate": {
      "id": 0,
      "name": "string",
      "code": "string"
    },
    "delivery": {
      "name": "string",
      "typeId": "string",
      "price": 0,
      "cancelled": 0,
      "cod": true,
      "pickupPlace": {
        "id": 0,
        "externalId": "string",
        "provider": "pp",
        "name": "string",
        "description": "string",
        "address": "string",
        "city": "string",
        "zip": "98-783"
      }
    },
    "comment": "string",
    "totalPrice": 0,
    "deliveryTracking": {
      "status": "preparing",
      "trackingUrl": "stringstri"
    },
    "payment": {
      "id": 0
    },
    "returns": [
      {
        "items": [
          {
            "index": 0,
            "quentity": 0
          }
        ],
        "bankAccount": {
          "number": "55936755732491046697802130",
          "name": "string"
        },
        "reason": "resign",
        "comment": "string",
        "created": "2026-01-09T18:37:24.496Z"
      }
    ],
    "calculatedParcelsCount": 0,
    "sellerStatus": "created",
    "created": "2026-01-09T18:37:24.496Z",
    "updated": "2026-01-09T18:37:24.496Z",
    "cursor": "string"
  }
]