Appearance
Localized Catalog: Supported Fields
Updated: Sep 24, 2025
This document contains the lists of supported fields grouped by item type. Please note that the notation used here reflects how the fields are called in feed files. For example,a CSV feed file can have columns named 'image[0].url', 'image[1].url', 'applink.android_url', etc. By comparison, in Batch API, catalog item data is hierarchically organized in a JSON object, for example:
{
"image": [
{
"url": "http://website.com/image4.jpg",
"tag": [
"t1",
"t2"
]
},
...
],
"applink": {
"android_url": "a://b/c",
...
},
...
}Note: price, sale_price, unit_price, base_price, status (visibility), and availability must only be provided in a country feed. These fields cannot be provided in a language feed. This helps ensure customers see the correct localized product data.
Products
titledescriptionavailabilitylinkbrandpricesale_pricesale_price_effective_datecolorsizematerialpatterncustom_label_0custom_label_1custom_label_2custom_label_3custom_label_4short_descriptionadditional_variant_attributeapplink.ios_url,applink.ios_app_store_id,applink.ios_app_name,applink.android_url,applink.android_package,applink.android_app_name,applink.windows_phone_url,applink.windows_phone_app_id,applink.windows_phone_app_name,applink.ipad_url,applink.ipad_app_store_id,applink.ipad_app_name
To localize any applink fields, you must provide all of them. Learn more about product deep links.
To localize an image, you must use the image[0].url, image[0].tag[0] nested image fields. The image_link field isn't supported for localization.
For reference, see the main list of fields for products.
Hotels
namedescriptionbase_pricesale_pricebrandurlneighborhoodlongitudelatitudeimage[0].url, image[0].tag[0] internal_labelapplink.ios_url,applink.ios_app_store_id,applink.ios_app_name,applink.android_url,applink.android_package,applink.android_app_name,applink.windows_phone_url,applink.windows_phone_app_id,applink.windows_phone_app_name,applink.ipad_url,applink.ipad_app_store_id,applink.ipad_app_name
To localize any applink fields, you must provide all of them. Learn more about product deep links.
For reference, see the main list of fields for hotels.
Flights
descriptionurlorigin_citydestination_citypriceone_way_priceimage[0].url, image[0].tag[0]custom_label_0custom_label_1custom_label_2custom_label_3custom_label_4custom_number_0custom_number_1custom_number_2custom_number_3custom_number_4internal_labelapplink.ios_url,applink.ios_app_store_id,applink.ios_app_name,applink.android_url,applink.android_package,applink.android_app_name,applink.windows_phone_url,applink.windows_phone_app_id,applink.windows_phone_app_name,applink.ipad_url,applink.ipad_app_store_id,applink.ipad_app_name
To localize any applink fields, you must provide all of them. Learn more about product deep links.
For reference, see the main list of fields for flights.
Destinations
namedescriptionurlpriceneighborhoodlongitudelatitudeimage[0].url, image[0].tag[0]custom_label_0custom_label_1custom_label_2custom_label_3custom_label_4custom_number_0custom_number_1custom_number_2custom_number_3custom_number_4internal_labelapplink.ios_url,applink.ios_app_store_id,applink.ios_app_name,applink.android_url,applink.android_package,applink.android_app_name,applink.windows_phone_url,applink.windows_phone_app_id,applink.windows_phone_app_name,applink.ipad_url,applink.ipad_app_store_id,applink.ipad_app_name
To localize any applink fields, you must provide all of them. Learn more about product deep links.
For reference, see the main list of fields for destinations.
Home Listings
namedescriptionpriceurlimage[0].url, image[0].tag[0]
For reference, see the main list of fields for home listings.
Vehicles
titledescriptionpricesale_priceurlimage[0].url, image[0].tag[0]
For reference, see the main list of fields for vehicles.