Use this reference to view the supported fields and respective examples for the POST /{catalog_id}/items_batch
endpoints and POST /{catalog_id}/batch
.
The parameter names for /{catalog_id}/batch
and /{catalog_id}/items_batch
may appear to be similar, but they are distinctly different.
We recommend using /{catalog_id}/items_batch
API, which supports more use cases and is actively maintained.
/{catalog_id}/batch
These fields are supported for CREATE
and UPDATE
methods.
When updating items, provide an empty string as the value to unset an optional field. Setting the value as null
will not unset the field.
Field | Description |
---|---|
type: array<string> | Optional. URLs for up to 9–10 different images. |
type: list<KeyValue:string,string> | Optional. Additional attributes to distinguish the product in its variant group. Example: |
type: string | Required Identifies availability status:
|
type: string | Optional. Group of people who are the same age or a similar age. Accepted values are |
type: object<> | Optional. Links to mobile apps. |
type: string | Optional but recommended for Advantage+ catalog ads (may contribute to improved ad performance). Optional for Instagram Shopping and Page shops, but required to enable onsite checkout on these channels (US only). Required for Marketplace (US only). Google product category (GPC) for the item. Use the category's taxonomy path or its ID number, listed here. If you use checkout on Instagram or Facebook (US only), an item's GPC affects its taxes and return policy. Learn more about the Google product category for catalog items, Ads Help Center. Example: |
type: string | Optional. Max size: 100. Item color. |
type: string | Required. Item's condition: |
type: string | Required. Currency for the value specified. The Marketing API supports all of the currencies supported by ad accounts. Use ISO 4217 for currency standards. |
type: string | Optional. Max character limit: 100 Additional information about item. Supply an empty string to unset. |
type: string | Required. Max size: 5000. Short description for the item. |
type: string | Optional. Gender for sizing. Values include |
type: string | Optional. Max size: 70. Global Trade Item Number can include |
type: string | Required. Link to item image used in the ad. Provide proper image sizes. For single-image, Advantage+ catalog ads
If the image is outside this aspect ratio, Facebook crops it to be closest to either the minimum aspect ratio or the maximum aspect ratio depending on its original aspect ratio. For carousel image, Advantage+ catalog ads - Min image resolution requirement is 500px * 500px, and Facebook crops it to a 1:1 aspect ratio. Recommendation: Avoid frequent changes of |
type: number | Optional. Integer that advertisers can use to store information about the inventory level. |
type: string | N/A for Advantage+ catalog ads. Optional for commerce. Indicates whether an item will be used in a product launch. Supported values:
|
type: string | Required. Max size: 100. Title of item. |
type: string | Optional Max size: 100. Pattern or graphic print on an item. |
type: integer | Required. The price multiplied by 100, for all currencies. Example: 490 when used with USD denotes $4.90, and 49000 when used with JPY denotes ¥490. |
type: string | Optional. Max size: 750. Retailer-defined category for item. Example: in TSV Home & Garden > Kitchen & Dining > Appliances > Refrigerators. Example: in XML product_type > Home & Garden > Kitchen & Dining > Appliances > Refrigerators > product_type. |
type: string | Optional. Accepts strings. Advertisers can use to group products together. |
type: integer | Optional. Discounted price if the item is on sale. This is the sale price multiplied by 100, for all currencies. Example: 490 when used with USD denotes $4.90, and 49000 when used with JPY denotes ¥490. |
type: string | Optional. End date and time for the sale. Example: |
type: string | Optional. Start date and time for the sale. Example: |
type: array<object> | Optional. Shipping information. |
type: string | Optional. Size of item. Example: |
type: string | Required. Link to merchant's site where someone can buy the item. |
type: string | Optional. The ID of the vendor/seller that sells the item. |
/{catalog_id}/batch
{ "access_token": "<ACCESS_TOKEN>", "requests": [ { "method": "DELETE", "retailer_id": "retailer-1" }, { "method": "CREATE", "retailer_id": "retailer-2", "data": { "availability": "in stock", "brand": "Nike", "category": "t-shirts", "description": "product description", "image_url": "http://www.images.example.com/t-shirts/1.png", "name": "product name", "price": 1000, "currency": "USD", "shipping": [ { "country": "US", "region": "CA", "service": "service", "price_value": "10", "price_currency": "USD" } ], "condition": "new", "url":"http://www.images.example.com/t-shirts/1.png", "retailer_product_group_id": "product-group-1" }, "applinks": { "android": [{ "app_name": "Electronic Example Android", "package": "com.electronic", "url": "example-android://electronic" }], "ios": [{ "app_name": "Electronic Example iOS", "app_store_id": 2222, "url": "example-ios://electronic" }] }, }, { "method": "UPDATE", "retailer_id": "retailer-3", "data": { "availability": "out of stock", } } ] }
/{catalog_id}/batch
One or more handles will be returned.
"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] https://graph.facebook.com/<API_VERSION>/<CATALOG_ID>/batch
/{catalog_id}/items_batch
For commerce catalogs — Use this API if you need to update product information more often than once an hour (otherwise, use the Feed API). You can update multiple items in a single HTTP request.
These product fields are supported for CREATE
and UPDATE
methods, for version 3.3 and 3.2:
Field | Description |
---|---|
type: array<string> | Optional. Link for up to 9–10 different images. |
type: list<KeyValue:string,string> | Optional. Additional attributes to distinguish the product in its variant group. Example: |
type: string | Optional. Group of people who are the same age or a similar age. Accepted values are |
type: object<string> | Optional. Links to mobile apps. Example: "applink" : { "ios_url": "example-ios://electronic", "ios_app_store_id": "42", "ios_app_name": "Electronic Example iOS", "iphone_url": "example-iphone://electronic", "iphone_app_store_id": "43", "iphone_app_name": "Electronic Example iPhone", "ipad_url": "example-ipad://electronic", "ipad_app_store_id": "44", "ipad_app_name": "Electronic Example iPad", "android_url": "example-android://electronic", "android_package": "com.electronic", "android_class": "com.electronic.Example", "android_app_name": "Electronic Example Android", "windows_phone_url": "example-windows://electronic", "windows_phone_app_id": "64ec0d1b-5b3b-4c77-a86b-5e12d465edc0", "windows_phone_app_name": "Electronic Example Windows", } |
type: string | Required. Identifies availability status:
|
type: string | Optional. Brand of the item. |
type: string | Optional. Max size: 100. Item color. |
type: string | Required. Product condition: |
Type: string | Optional. Max character limit: 100 Additional information about item. |
type: string | Required. Max size: 5000. Short text describing product. |
type: array<string> | Optional. List of capabilities to be disabled. Possible values are: |
type: string | Optional. Gender for sizing. Values include |
type: string | Optional. Max size: 250. Predefined values (string or category ID) from Google's product taxonomy. Example: Apparel & Accessories > Clothing > Dresses or 2271. |
type: string | Optional. Max size: 70. Global Trade Item Number (GTIN) can include |
type: string | Required. Retailer ID |
type: array <object> | URLs and tags for images to be used in your ads or in shops. Supports up to 20 different images. Tags are optional and, if used, should describe what is in the image. Example: "image": [ { "url":"http://example.com/image_1.jpg", "tag": ['Swimming pool','Gym'], } ] |
type: string | Not required if We recommend using Link to item image used in the ad. Provide proper image sizes. For single-image Advantage+ catalog ads:
For carousel image, Advantage+ catalog ads: Min image resolution requirement is 500px*500px, and Facebook crops it to a 1:1 aspect ratio. |
type: string | Add internal labels to help filter items when you create product sets. For example, you could add a “summer” label to all items that are part of a summer promotion and then filter those items into a set. Labels are only visible to you Enclose each label in single quotes (') and separate multiple labels with commas (,). Don’t include white spaces at the beginning or end of a label. Character limit: Up to 5,000 labels per product and 110 characters per label. Example (TSV, XLSX, Google Sheets): ['summer','trending'] Example (CSV): “['summer','trending']” Note: If you’re currently using custom labels ( This field was previously called |
type: object | Optional. Integer that advertisers can use to store information about the inventory level. |
type: string | Optional. The advertiser-supplied ID of a product group; not the FBID. Accepts strings. Can be used by advertisers to group a variety of different objects (product items, vehicles, hotels, flights, and so on together. |
type: string | Required. Link to merchant's site where someone can buy the item. |
type: string | Optional. Unique manufacturer ID for product. |
type: string | Optional. Max size: 100. Pattern or graphic print on a product. |
type: string | Required. Price of the item. Format price as the cost, followed by the 3-digit ISO currency code, with a space between cost and currency.. Example: |
type: number | Optional. The number of ratings purchasers have provided for this product. Must be greater than 0. This should be used in conjunction with Example: 100 |
type: string | Optional, but required to use the Overlay feature for Advantage+ catalog ads. Discounted price if the item is on sale. Format price as the cost, followed by the 3-digit ISO currency code, with a space between cost and currency. Example: |
type: string | Optional. Start and end date and time for the sale, separated by a slash. Write the start and end dates as YYYY-MM-DD. Add a "T" after each date and then include the time. Write the time in a 24-hour format (0:00 to 23:59). Example: |
type: string | Optional. Blob with different prices for each country and region. Different regions are comma-separated. The format should be Example:
|
type: string | Optional. Size of item. Example: |
type: string | Required. Max size: 100. Title of item. |
type: number | Optional. The average rating purchasers have provided for this product. Range between 1.0 and 5.0. One decimal place allowed. This should be used in conjunction with Example: 4.5 |
type: array <object> | URLs and tags for videos to be used in your ads or in shops. Supports up to 30,000 videos on the catalog level. Tags are optional and, if used, should describe what is in the video. The maximum video file size is 200 MB. Supported formats include .3g2, .3gp, .3gpp, .asf, .avi, .dat, .divx, .dv, .f4v, .flv, .gif, .m2ts, .m4v, .mkv, .mod, .mov, .mp4, .mpe, .mpeg, .mpeg4, .mpg, .mts, .nsv, .ogm, .ogv, .qt, .tod, .ts, .vob and .wmv Example: "video": [ { "url":"http://example.com/video_1.mp4", "tag": ['Swimming pool','Gym'], } ] NOTE: To delete video 1 if the product has video 1, 2, remove video 1 from the array: [ { "method": "UPDATE", "data": { "video": [ { "url": "https://google.com/video_2.mp4", "tag": ["video_2"] } ] } } ] To delete all videos, send an empty array: [ { "method": "UPDATE", "data": { "video": [] } } ] |
The UPDATE
method can also be used to create items if they don't already exist.
Learn more about product fields in the API Reference.
PRODUCT_ITEM
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "PRODUCT_ITEM", "requests": [ { "method": "DELETE", "data": { "id": "retailer-1" } }, { "method": "CREATE", "data": { "id": "retailer-2", "applink" : { "ios_url":"example-ios://electronic", "ios_app_store_id":"42", "ios_app_name":"Electronic Example iOS", "iphone_url":"example-iphone://electronic", "iphone_app_store_id":"43", "iphone_app_name":"Electronic Example iPhone", "ipad_url":"example-ipad://electronic", "ipad_app_store_id":"44", "ipad_app_name":"Electronic Example iPad", "android_url":"example-android://electronic", "android_package":"com.electronic", "android_class":"com.electronic.Example", "android_app_name":"Electronic Example Android", "windows_phone_url":"example-windows://electronic", "windows_phone_app_id":"64ec0d1b-5b3b-4c77-a86b-5e12d465edc0", "windows_phone_app_name":"Electronic Example Windows", }, "availability": "in stock", "brand": "Nike", "google_product_category": "t-shirts", "description": "product description", "image_link": "http://www.images.example.com/t-shirts/1.png", "title": "product name", "price": "10.00 USD", "shipping": [ { "shipping_country": "US", "shipping_region": "CA", "shipping_service": "service", "shipping_price_value": "10", "shipping_price_currency": "USD" } ], "condition": "new", "link":"http://www.images.example.com/t-shirts/1.png", "item_group_id": "product-group-1" } }, { "method": "UPDATE", "data": { "availability": "out of stock", "id": "retailer-3", } } ] }
PRODUCT_ITEM
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
Learn more about Adding Catalog Items with a Data Feed.
Product fields that are supported for the CREATE
and UPDATE
methods for type HOTEL
, for Version 3.2:
Field | Description |
---|---|
type: object<string> | Required. Address of the hotel. |
type: | Optional. Links to mobile apps. |
type: string | Required. Base price of the hotel room per night. Add the currency type to the price. Format price as the cost, followed by the ISO currency code, with a space between cost and currency. Example: |
type: string | Optional. Brand of the hotel chain. |
Type: string | Max character limit: 100 Up to five custom fields for any additional information you want to filter items by when you create sets. For example, you could use a custom field to indicate all rooms that are part of a summer sale, and then filter those rooms into a set. This field supports any text value, including numbers. Example: This field is supported by supplementary feeds. |
Type: int | Up to five custom fields for any additional number-related information you want to filter items by when you create sets. This field allows you to filter by number ranges (is greater than and is less than) when you create a set. For example, you could use this field to indicate the year a hotel was opened, and then filter a certain year range into a set. This field supports whole numbers between 0 and 4294967295. It doesn't support negative numbers, decimal numbers or commas, such as -2, 5.5 or 10,000. Example: |
type: string | Required. Max character limit: 5000. Short description of the hotel. |
type: array<object> | Optional. Guest ratings of the hotel. |
type: string | Required. Unique ID for the hotel. |
type: array<object> | Required. URLs and tags for images that to use in the ads. Supports up to 20 multiple images. Tag is optional, when used. Should describe what's in the image. Example: |
type: string | Required. Latitude location of the hotel. |
type: string | Required. Longitude location of the hotel. |
type: string | Optional. Loyalty program used for the hotel. |
type: string | Optional. Indicator of the hotel's profitability; value from |
type: string | Required. Name of the hotel. |
type: array<string> | Optional. One or more neighborhood(s) for the hotel. Example: |
type: string | Optional. Phone number with country code. |
type: string | Optional. Sale price per night in the hotel. Use this to advertise discounts off the regular hotel price. Required: Add the currency type to the price. Format price as the cost, followed by the ISO currency code, with a space between cost and currency. Example: |
type: string | Optional. Hotel star rating. Number should be between |
type: string | Required. Link to the external website where you book the hotel room. |
The UPDATE
method can also be used to create items if they don't already exist.
HOTEL
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "HOTEL", "requests": [ { "method": "DELETE", "data": { "hotel_id": "hotel-1" } }, { "method": "CREATE", "data": { "hotel_id": "1234", "brand": "Premium_brand", "description": "A very nice hotel", "name": "The best hotel", "base_price": "100.00 USD", "longitude":"42.10", "latitude":"42.10", "address": { "addr1":"100 Main Street", "city":"North Pole", "region":"ABC", "country":"US", "postal_code":"11111" }, "guest_rating" : [ { "rating_system":"tripAdvisor", "score":"7.8", "number_of_reviewers":"300", "max_score":"10", }, { "rating_system":"Yelp", "score":"5.1", "number_of_reviewers":"123", "max_score":"10", }, ], "image": [ { "url":"http://example.com/image_1.jpg", "tag": ['Swimming pool','Gym'], } ], "applink" : { "ios_url":"example-ios://electronic", "ios_app_store_id":"42", "ios_app_name":"Electronic Example iOS", "iphone_url":"example-iphone://electronic", "iphone_app_store_id":"43", "iphone_app_name":"Electronic Example iPhone", "ipad_url":"example-ipad://electronic", "ipad_app_store_id":"44", "ipad_app_name":"Electronic Example iPad", "android_url":"example-android://electronic", "android_package":"com.electronic", "android_class":"com.electronic.Example", "android_app_name":"Electronic Example Android", "windows_phone_url":"example-windows://electronic", "windows_phone_app_id":"64ec0d1b-5b3b-4c77-a86b-5e12d465edc0", "windows_phone_app_name":"Electronic Example Windows", }, "loyalty_program":"Premium_program", "margin_level": "8", "phone":"+61 2-96027455", "star_rating":"4", "url":"http://www.images.example.com/t-shirts/1.png" } }, { "method": "UPDATE", "data": { "base_price": "90.00 USD", "hotel_id": "hotel-3", } } ] }
HOTEL
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
These product fields are supported for the CREATE
and UPDATE
methods for type HOTEL_ROOM
, for version 3.2.
Field | Description |
---|---|
type: string | Required. Base price for 1 night. Currency should follow ISO 4217 currency codes. Example: |
type: string | Required. Max size: 5000. Short text describing the room. |
type: string | Required. Unique ID for hotel retailer. |
type: string | Required. Unique ID for hotel. |
type: array<object> | Required. Images of the room. |
type: string | Required. Max size: 100. Name of the room. |
type: string | Required. Link to advertiser's site where someone can book the stay. |
The UPDATE
method can also be used to create items if they don't already exist.
HOTEL_ROOM
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "HOTEL_ROOM", "requests": [ { "method": "DELETE", "data": { "hotel_retailer_id": "1234", "hotel_room_id": "room-1", } }, { "method": "CREATE", "data": { "hotel_retailer_id": "1234", "hotel_room_id": "room-2", "description": "product description", "name": "product name", "base_price": "100 USD", "url": "http://www.example.com/t-shirts/1.html", "image": [ { "url":"http://example.com/image_1.jpg", "tag": ['Swimming pool','Gym'], } ] }, { "method": "UPDATE", "data": { "hotel_retailer_id": "1234", "hotel_room_id": "room-3", "base_price": "120 USD", } } ] }
HOTEL_ROOM
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
These product fields are supported for the CREATE
and UPDATE
methods for type FLIGHT
, for version 3.2.
Field | Description |
---|---|
type: string | Optional. Max character limit: 5000. Description of the flight. |
type: string | Required. Destination airport for the flight. Should be written as an IATA code. Example: |
type: string | Optional. Name of the destination city for the flight. |
type: array<object> | Required. URLs and tags for images to use in the ads. Supports up to 20 multiple images. Tag is optional, when used should describe what's in the image. Example: |
type: string | Required. Origin airport for the flight. Should be written as an IATA code. Example: |
type: string | Optional. Name of the origin city for the flight. |
type: string | Optional. Cost and currency of the flight. The price is a number followed by the currency code; use ISO 4217 standards. Use ""."" as the decimal for the price. |
type: string | Optional. Link to the website where you can book the flight. |
The UPDATE
method can also be used to create items if they don't already exist.
FLIGHT
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "FLIGHT", "requests": [ { "method": "DELETE", "data": { "origin_airport": "BOS", "destination_airport": "JFK", } }, { "method": "CREATE", "data": { "origin_airport": "BOS", "destination_airport": "SFO", "description": "Best Flight to SFO", "image": [ { "url":"http://example.com/image_1.jpg", "tag": ['City'], }, { "url":"http://example.com/some.image_2.jpg", "tag": ['Food'], } ], "price":"100.00 USD", } }, { "method": "UPDATE", "data": {
FLIGHT
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
These product fields are supported for the CREATE
and UPDATE
methods for type DESTINATION
, for version 3.2.
Field | Description |
---|---|
type: object<string> | Optional. Links to mobile apps. |
type: object<string> | Required. Address of the hotel. |
type: string | Optional. Max character limit: 5000. Short paragraph describing the destination. |
type: string | Required. Max character limit: 100. Unique ID for the destination. |
type: array<object> | Required. URLs and tags for images to use in the ads. Supports up to 20 multiple images. Tag is optional, when used should describe what's in the image. Example: |
type: string | Required. Latitude location of the destination. |
type: string | Required. Longitude location of the destination. |
type: string | Required. Name of the destination. |
type: array<string> | Optional. Max number of neigborhoods allowed: 20. One or more neighborhood(s) for the destination. Example: |
type: string | Optional. Lowest average cost and currency for the destination. Format the price as a number followed by the currency code; use ISO 4217 standards. Use ""."" as the decimal for the price. |
type: string | Optional. Price change. Can be used for building product sets and in the ad creative:
Example: ""average price in NYC dropped by X"" or ""average price in NYC dropped"" |
type: array<string> | Required. Max number of destination types: 20. Type(s) of destination. A destination can have multiple types. Example: |
type: string | Required. Link to the website where you can book the destination. |
The UPDATE
method can also be used to create items if they don't already exist.
DESTINATION
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "DESTINATION", "requests": [ { "method": "DELETE", "data": { "destination_id": "destination-1" } }, { "method": "CREATE", "data": { "destination_id": "123456789", "description": "My destination is the best.", "name": "The best destination", "price": "199.00 USD", "price_change": "-20", "longitude":"-122.4424", "latitude":"37.7712", "image": [ { "url":"http://example.com/image_1.jpg", "tag": ['City','Package'], }, { "url":"http://example.com/some.image_2.jpg", "tag": ['Tour','Landmark'], } ], "address": { "addr1":"1 Market Street", "city":"San Francisco", "region":"California", "country":"United States", "postal_code":"94117" }, "applink" : { "ios_url":"example-ios://travelapp", "ios_app_store_id":"42", "ios_app_name":"Travel App iOS", "iphone_url":"example-iphone://travelapp", "iphone_app_store_id":"43", "iphone_app_name":"Travel App iPhone", "ipad_url":"example-ipad://travelapp", "ipad_app_store_id":"44", "ipad_app_name":"Travel App iPad", "android_url":"example-android://travelapp", "android_package":"com.travelapp", "android_class":"com.travelapp.Example", "android_app_name":"Travel App Android", "windows_phone_url":"example-windows://travelapp", "windows_phone_app_id":"64ec0d1b-5b3b-4c77-a86b-5e12d465edc0", "windows_phone_app_name":"Travel App Windows", }, "type":["city","culture"], "neighborhood":["Mission","SoMa"], "url":"http://www.thebestdestination.com" } }, { "method": "UPDATE", "data": { "price": "159.99", "destination_id": "destination-3", } } ] }
DESTINATION
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
These product fields are supported for the CREATE
and UPDATE
methods for type HOME_LISTING
, for version 3.3 and 3.2.
Field | Description |
---|---|
type: object<string> | Optional. Links to mobile apps. |
type: object<string> | Required. Street address for the home listing. |
type: string | Required. Current availability of the home listing. Supported values: |
type: array<object> | Optional. Price configurations. |
type: string | Optional. Max character limit: 5000. Short paragraph describing the home listing. |
type: array<object> | Required. URLs and tags for images to use in the ads. Supports up to 20 multiple images. Tag is optional, when used should describe what's in the image. Example: |
type: string | Optional. Latitude location of the home listing. |
type: string | Optional. Longitude location of the home listing. |
type: string | Optional. Type of listing. Supported values: |
type: string | Required. Name of the home listing. |
type: array<object> | Optional. Neighborhood for the home listing. Max number neighborhoods allowed: 20. |
type: string | Optional. Number of bathrooms. |
type: string | Optional. Number of bedrooms. |
type: string | Optional. Number of units available. Use only for apartments or condos available for rent/lease. |
type: string | Required. Cost and currency for the home listing. The price is a number followed by the currency code; use ISO 4217 standards. Use ""."" as the decimal for the price. |
type: string | Optional. Price change. Can be used for building product sets and in the ad creative:
Example: ""average price in NYC dropped by X"" or ""average price in NYC dropped"" |
type: string | Optional. Type of property. Supported values: |
type: string | Required. Link to the website where you can view the listing. |
type: string | Optional. Year when the home was built. |
The UPDATE
method can also be used to create items if they don't already exist.
HOME_LISTING
{ "access_token": "<ACCESS_TOKEN>", "item_type": "HOME_LISTING", "requests": [ { "method": "DELETE", "data": { "home_listing_id": "home-listing-1" } }, { "method": "CREATE", "data": { "home_listing_id": "12345678", "availability": "for_sale", "description": "An amazing listing", "name": "1 Hacker Way, Menlo Park, CA 94025", "price": "110000 USD", "longitude":"1.11414", "latitude":"-1.835003", "address": { "addr1":"1 Hacker Way", "city":"Menlo Park", "region":"California", "country":"United States", "postal_code":"94025" }, "neighborhood":["Menlo Oaks"], "image": [ { "url":"http://img10.naventcdn.com/avisos/18/00/52/30/31/52/1200x1200/63590918.jpg", }, ], "listing_type": "for_sale_by_agent", "num_baths":"6", "num_beds":"5", "num_units":"1", "property_type":"house", "year_built":"2007", "available_dates_price_config" : [ { "start_date":"2020-11-15", "end_date":"2020-12-15", "rate":"10000", "currency":"USD", "interval":"nightly", }, { "start_date":"2020-11-15", "end_date":"2020-12-15", "rate":"50000", "currency":"USD", "interval":"weekly", }, ], "applink" : { "ios_url":"example-ios://travelapp", "ios_app_store_id":"42", "ios_app_name":"Travel App iOS", "android_url":"example-android://travelapp", "android_package":"com.travelapp", "android_class":"com.travelapp.Example", "android_app_name":"Travel App Android", }, "url":"http://www.example.com/link_to_listing" } }, { "method": "UPDATE", "data": { "price": "100000 USD", "home_listing_id": "home-listing-3", } } ] }
HOME_LISTING
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
For supported fields for the CREATE
and UPDATE
methods for type VEHICLE
, see Auto Inventory Catalog Fields - Vehicle.
Supported fields are available for Vehicle and Dealership.
The UPDATE
method can also be used to create items if they don't already exist.
VEHICLE
curl \ -d @body.json \ -H "Content-Type: application/json" { "access_token": "<ACCESS_TOKEN>", "item_type": "VEHICLE", "requests": [ { "method": "DELETE", "data": { "vehicle_id": "vehicle-1" } }, { "method": "CREATE", "data": { "vehicle_id": "i2 2017 Ford Fusion", "availability": "AVAILABLE", "make": "Ford", "model": "Fusion", "year": "2017", "mileage": { "value": "1500", "unit": "KM", }, "image": [ { "url":"http://www.facebook.com/teapic.jpg", "tag":["Car"], }, ], "fuel_type":"gasoline", "body_style":"sedan", "drivetrain":"FWD", "vin":"1FADP5AU6DL536022", "condition":"EXCELLENT", "description": "Turbocharged! Gasoline!", "title": "SE Ford Certified and 6-Speed Automatic.", "price": "18000 USD", "exterior_color":"white", "sale_price":"16000 USD", "state_of_vehicle":"new", "longitude":"52.35", "latitude":"42.1", "address": { "addr1":"550 Auto Center Dr", "city":"Watsonville", "region":"CA", "country":"US", "postal_code":"96075" }, "url":"http://www.example.com/test" } }, { "method": "UPDATE", "data": { "price": "16000 USD", "vehicle_id": "vehicle-3", } } ] }
VEHICLE
{ // One or more handles will be returned"handles": ["AczwaOW7j_EuQ5peV3kGq8X9qc7cDiv_kFrrHkdKuG7LkpkkqK5939wgdoduSQ45FGK5vKdVqOaSDJEun-fvbsR1kk8Rd53AZyD1WThSemo26Q"] }
/{catalog_id}/localized_items_batch
See the list of supported fields and their respective descriptions for each field, for the /{catalog_id}/localized_items_batch
endpoint:
See the full list of catalog-supported fields.
/{catalog_id}/items_batch
(Note: we recommend using this endpoint, as it supports more use cases and is actively maintained.)
/{catalog_id}/batch
/{catalog_id}/check_batch_request_status
/{catalog_id}/localized_items_batch