{
  "data": {
    "results": [
      {
        "success": true,
        "result": {
          "name": "accounts/123456789/productInputs/en~US~1111111111",
          "product": "accounts/123456789/products/en~US~1111111111",
          "offerId": "1111111111",
          "contentLanguage": "en",
          "feedLabel": "US",
          "attributes": {
            "title": "Organic Cotton T-Shirt - Blue",
            "description": "Comfortable organic cotton t-shirt with crew neck.",
            "link": "https://www.example.com/products/tshirt-blue",
            "imageLink": "https://www.example.com/images/tshirt-blue.jpg",
            "availability": "in_stock",
            "condition": "new",
            "price": {
              "amountMicros": "29990000",
              "currencyCode": "USD"
            }
          },
          "versionNumber": "1"
        }
      },
      {
        "success": false,
        "error": "INVALID_ARGUMENT: offerId is required."
      }
    ]
  }
}