{
  "data": {
    "entries": [
      {
        "batchId": 1,
        "localinventory": {
          "storeCode": "STORE_001",
          "price": {
            "value": "29.99",
            "currency": "USD"
          },
          "availability": "in stock",
          "quantity": 50
        }
      },
      {
        "batchId": 2,
        "localinventory": {
          "storeCode": "STORE_002",
          "availability": "out of stock"
        }
      }
    ]
  }
}