{
  "data": {
    "kind": "content#orderreturnsListResponse",
    "resources": [
      {
        "kind": "content#orderReturn",
        "returnId": "return_123456789",
        "orderId": "1234567890",
        "merchantId": "123456789",
        "creationDate": "2025-01-20T10:30:00.000Z",
        "returnShipment": {
          "state": "received",
          "shipmentId": "shipment_001",
          "shipmentTrackingInfos": [
            {
              "carrier": "UPS",
              "trackingNumber": "1Z999AA10123456784"
            }
          ]
        },
        "returnItems": [
          {
            "returnItemId": "return_item_001",
            "lineItemId": "line_item_001",
            "product": {
              "offerId": "1111111111",
              "title": "Google Organic Cotton T-Shirt"
            },
            "returnQuantity": 1,
            "returnReason": "SIZE_TOO_SMALL",
            "returnReasonDescription": "Item is too small",
            "state": "received"
          }
        ]
      },
      {
        "kind": "content#orderReturn",
        "returnId": "return_987654321",
        "orderId": "0987654321",
        "merchantId": "123456789",
        "creationDate": "2025-01-21T15:45:00.000Z",
        "returnShipment": {
          "state": "pending"
        }
      }
    ],
    "nextPageToken": "CgwI7MSB3QYQ"
  }
}