For a list of methods for this resource, see the end of this page.
Resource representations
Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect.
JSON
{ "kind": "content#product", "id": string, "offerId": string, "source": string, "identifierExists": boolean, "isBundle": boolean, "title": string, "description": string, "link": string, "mobileLink": string, "imageLink": string, "additionalImageLinks": [ string ], "contentLanguage": string, "targetCountry": string, "channel": string, "expirationDate": string, "adult": boolean, "ageGroup": string, "availability": string, "availabilityDate": string, "brand": string, "color": string, "condition": string, "gender": string, "googleProductCategory": string, "gtin": string, "itemGroupId": string, "material": string, "mpn": string, "pattern": string, "price": { "value": string, "currency": string }, "installment": { "months": long, "amount": { "value": string, "currency": string } }, "loyaltyPoints": { "name": string, "pointsValue": long, "ratio": double }, "productType": string, "additionalProductTypes": [ string ], "salePrice": { "value": string, "currency": string }, "salePriceEffectiveDate": string, "sellOnGoogleQuantity": long, "shipping": [ { "price": { "value": string, "currency": string }, "country": string, "region": string, "service": string, "locationId": long, "locationGroupName": string, "postalCode": string } ], "shippingWeight": { "value": double, "unit": string }, "shippingLength": { "value": double, "unit": string }, "shippingWidth": { "value": double, "unit": string }, "shippingHeight": { "value": double, "unit": string }, "maxHandlingTime": long, "minHandlingTime": long, "shippingLabel": string, "sizes": [ string ], "sizeSystem": string, "sizeType": string, "taxes": [ { "rate": double, "country": string, "region": string, "taxShip": boolean, "locationId": long, "postalCode": string } ], "energyEfficiencyClass": string, "minEnergyEfficiencyClass": string, "maxEnergyEfficiencyClass": string, "unitPricingMeasure": { "value": double, "unit": string }, "unitPricingBaseMeasure": { "value": long, "unit": string }, "multipack": long, "adwordsGrouping": string, "adwordsLabels": [ string ], "adwordsRedirect": string, "costOfGoodsSold": { "value": string, "currency": string }, "displayAdsId": string, "displayAdsSimilarIds": [ string ], "displayAdsTitle": string, "displayAdsLink": string, "displayAdsValue": double, "promotionIds": [ string ], "customLabel0": string, "customLabel1": string, "customLabel2": string, "customLabel3": string, "customLabel4": string, "destinations": [ { "destinationName": string, "intention": string } ], "aspects": [ { "aspectName": string, "destinationName": string, "intention": string } ], "onlineOnly": boolean, "validatedDestinations": [ string ], "customAttributes": [ { "name": string, "type": string, "unit": string, "value": string } ], "customGroups": [ { "name": string, "attributes": [ { "name": string, "type": string, "unit": string, "value": string } ] } ], "warnings": [ { "domain": string, "reason": string, "message": string } ] }
Property name | Value | Description | Notes |
---|---|---|---|
additionalImageLinks[] |
list |
Additional URLs of images of the item. | writable |
additionalProductTypes[] |
list |
Additional categories of the item (formatted as in products feed specification). | writable |
adult |
boolean |
Set to true if the item is targeted towards adults. | writable |
adwordsGrouping |
string |
Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. | writable |
adwordsLabels[] |
list |
Similar to adwords_grouping, but only works on CPC. | writable |
adwordsRedirect |
string |
Allows advertisers to override the item URL when the product is shown within the context of Product Ads. | writable |
ageGroup |
string |
Target age group of the item.
Acceptable values are:
|
writable |
aspects[] |
list |
Deprecated. Do not use. | |
availability |
string |
Availability status of the item.
Acceptable values are:
|
writable |
availabilityDate |
string |
The day a pre-ordered product becomes available for delivery, in ISO 8601 format. | writable |
brand |
string |
Brand of the item. | writable |
channel |
string |
The item's channel (online or local).
Acceptable values are:
|
writable |
color |
string |
Color of the item. | writable |
condition |
string |
Condition or state of the item.
Acceptable values are:
|
writable |
contentLanguage |
string |
The two-letter ISO 639-1 language code for the item. | writable |
costOfGoodsSold |
nested object |
Cost of goods sold. Used for gross profit reporting. | writable |
costOfGoodsSold. |
string |
The currency of the price. | writable |
costOfGoodsSold. |
string |
The price represented as a number. | writable |
customAttributes[] |
list |
A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., { "name": "size type", "type": "text", "value": "regular" } ). This is useful for submitting attributes not explicitly exposed by the API. |
writable |
customAttributes[]. |
string |
The name of the attribute. Underscores will be replaced by spaces upon insertion. | writable |
customAttributes[]. |
string |
The type of the attribute.
Acceptable values are:
|
writable |
customAttributes[]. |
string |
Free-form unit of the attribute. Unit can only be used for values of type int, float, or price. | writable |
customAttributes[]. |
string |
The value of the attribute. | writable |
customGroups[] |
list |
A list of custom (merchant-provided) custom attribute groups. | writable |
customGroups[]. |
list |
The sub-attributes. | writable |
customGroups[]. |
string |
The name of the attribute. Underscores will be replaced by spaces upon insertion. | writable |
customGroups[]. |
string |
The type of the attribute.
Acceptable values are:
|
writable |
customGroups[]. |
string |
Free-form unit of the attribute. Unit can only be used for values of type int, float, or price. | writable |
customGroups[]. |
string |
The value of the attribute. | writable |
customGroups[]. |
string |
The name of the group. Underscores will be replaced by spaces upon insertion. | writable |
customLabel0 |
string |
Custom label 0 for custom grouping of items in a Shopping campaign. | writable |
customLabel1 |
string |
Custom label 1 for custom grouping of items in a Shopping campaign. | writable |
customLabel2 |
string |
Custom label 2 for custom grouping of items in a Shopping campaign. | writable |
customLabel3 |
string |
Custom label 3 for custom grouping of items in a Shopping campaign. | writable |
customLabel4 |
string |
Custom label 4 for custom grouping of items in a Shopping campaign. | writable |
description |
string |
Description of the item. | writable |
destinations[] |
list |
Specifies the intended destinations for the product. | writable |
destinations[]. |
string |
The name of the destination. | writable |
destinations[]. |
string |
Whether the destination is required, excluded or should be validated.
Acceptable values are:
|
writable |
displayAdsId |
string |
An identifier for an item for dynamic remarketing campaigns. | writable |
displayAdsLink |
string |
URL directly to your item's landing page for dynamic remarketing campaigns. | writable |
displayAdsSimilarIds[] |
list |
Advertiser-specified recommendations. | writable |
displayAdsTitle |
string |
Title of an item for dynamic remarketing campaigns. | writable |
displayAdsValue |
double |
Offer margin for dynamic remarketing campaigns. | writable |
energyEfficiencyClass |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
expirationDate |
string |
Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in productstatuses as googleExpirationDate and might be earlier if expirationDate is too far in the future. |
writable |
gender |
string |
Target gender of the item.
Acceptable values are:
|
writable |
googleProductCategory |
string |
Google's category of the item (see Google product taxonomy). | writable |
gtin |
string |
Global Trade Item Number (GTIN) of the item. | writable |
id |
string |
The REST id of the product. Content API methods that operate on products take this as their productId parameter. The REST id for a product is of the form channel:contentLanguage:targetCountry:offerId. |
|
identifierExists |
boolean |
False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada. | writable |
imageLink |
string |
URL of an image of the item. | writable |
installment |
nested object |
Number and amount of installments to pay for an item. Brazil only. | writable |
installment. |
nested object |
The amount the buyer has to pay per month. | writable |
installment. |
string |
The currency of the price. | writable |
installment. |
string |
The price represented as a number. | writable |
installment. |
long |
The number of installments the buyer has to pay. | writable |
isBundle |
boolean |
Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price. | writable |
itemGroupId |
string |
Shared identifier for all variants of the same product. | writable |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#product" . |
|
link |
string |
URL directly linking to your item's page on your website. | writable |
loyaltyPoints |
nested object |
Loyalty points that users receive after purchasing the item. Japan only. | writable |
loyaltyPoints. |
string |
Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters. | writable |
loyaltyPoints. |
long |
The retailer's loyalty points in absolute value. | writable |
loyaltyPoints. |
double |
The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0. | writable |
material |
string |
The material of which the item is made. | writable |
maxEnergyEfficiencyClass |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
maxHandlingTime |
long |
Maximal product handling time (in business days). | writable |
minEnergyEfficiencyClass |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
minHandlingTime |
long |
Minimal product handling time (in business days). | writable |
mobileLink |
string |
Link to a mobile-optimized version of the landing page. | writable |
mpn |
string |
Manufacturer Part Number (MPN) of the item. | writable |
multipack |
long |
The number of identical products in a merchant-defined multipack. | writable |
offerId |
string |
A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. Note: Content API methods that operate on products take the REST id of the product, not this identifier. |
writable |
pattern |
string |
The item's pattern (e.g. polka dots). | writable |
price |
nested object |
Price of the item. | writable |
price. |
string |
The currency of the price. | writable |
price. |
string |
The price represented as a number. | writable |
productType |
string |
Your category of the item (formatted as in products feed specification). | writable |
promotionIds[] |
list |
The unique ID of a promotion. | writable |
salePrice |
nested object |
Advertised sale price of the item. | writable |
salePrice. |
string |
The currency of the price. | writable |
salePrice. |
string |
The price represented as a number. | writable |
salePriceEffectiveDate |
string |
Date range during which the item is on sale (see products feed specification). | writable |
sellOnGoogleQuantity |
long |
The quantity of the product that is available for selling on Google. Supported only for online products. | writable |
shippingHeight |
nested object |
Height of the item for shipping. | writable |
shippingHeight. |
string |
The unit of value. | writable |
shippingHeight. |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
shippingLabel |
string |
The shipping label of the product, used to group product in account-level shipping rules. | writable |
shippingLength |
nested object |
Length of the item for shipping. | writable |
shippingLength. |
string |
The unit of value. | writable |
shippingLength. |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
shippingWeight |
nested object |
Weight of the item for shipping. | writable |
shippingWeight. |
string |
The unit of value. | writable |
shippingWeight. |
double |
The weight of the product used to calculate the shipping cost of the item. | writable |
shippingWidth |
nested object |
Width of the item for shipping. | writable |
shippingWidth. |
string |
The unit of value. | writable |
shippingWidth. |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
shipping[] |
list |
Shipping rules. | writable |
shipping[]. |
string |
The CLDR territory code of the country to which an item will ship. | writable |
shipping[]. |
string |
The location where the shipping is applicable, represented by a location group name. | writable |
shipping[]. |
long |
The numeric id of a location that the shipping rate applies to as defined in the AdWords API. | writable |
shipping[]. |
string |
The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length. | writable |
shipping[]. |
nested object |
Fixed shipping price, represented as a number. | writable |
shipping[]. |
string |
The currency of the price. | writable |
shipping[]. |
string |
The price represented as a number. | writable |
shipping[]. |
string |
The geographic region to which a shipping rate applies. | writable |
shipping[]. |
string |
A free-form description of the service class or delivery speed. | writable |
sizeSystem |
string |
System in which the size is specified. Recommended for apparel items.
Acceptable values are:
|
writable |
sizeType |
string |
The cut of the item. Recommended for apparel items.
Acceptable values are:
|
writable |
sizes[] |
list |
Size of the item. | writable |
source |
string |
The source of the offer, i.e., how the offer was created.
Acceptable values are:
|
|
targetCountry |
string |
The CLDR territory code for the item. | writable |
taxes[] |
list |
Tax information. | writable |
taxes[]. |
string |
The country within which the item is taxed, specified as a CLDR territory code. | writable |
taxes[]. |
long |
The numeric id of a location that the tax rate applies to as defined in the AdWords API. | writable |
taxes[]. |
string |
The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*. | writable |
taxes[]. |
double |
The percentage of tax rate that applies to the item price. | writable |
taxes[]. |
string |
The geographic region to which the tax rate applies. | writable |
taxes[]. |
boolean |
Set to true if tax is charged on shipping. | writable |
title |
string |
Title of the item. | writable |
unitPricingBaseMeasure |
nested object |
The preference of the denominator of the unit price. | writable |
unitPricingBaseMeasure. |
string |
The unit of the denominator. | writable |
unitPricingBaseMeasure. |
long |
The denominator of the unit price. | writable |
unitPricingMeasure |
nested object |
The measure and dimension of an item. | writable |
unitPricingMeasure. |
string |
The unit of the measure. | writable |
unitPricingMeasure. |
double |
The measure of an item. | writable |
validatedDestinations[] |
list |
Deprecated. The read-only list of intended destinations which passed validation. | |
warnings[] |
list |
Read-only warnings. | |
warnings[]. |
string |
The domain of the error. | |
warnings[]. |
string |
A description of the error. | |
warnings[]. |
string |
The error code. |
XML
<product> <id> string </id> <offer_id> string </offer_id> <identifier_exists> boolean </identifier_exists> <is_bundle> boolean </is_bundle> <title> string </title> <description> string </description> <link> string </link> <mobile_link> string </mobile_link> <image_link> string </image_link> (foreach) <additional_image_link> string </additional_image_link> (/foreach) (foreach) <additional_product_type> string </additional_product_type> (/foreach) <content_language> string </content_language> <target_country> string </target_country> <channel> string </channel> <expiration_date> string </expiration_date> <adult> boolean </adult> <age_group> string </age_group> <availability> string </availability> <availability_date> string </availability_date> <brand> string </brand> <color> string </color> <condition> string </condition> <gender> string </gender> <google_product_category> string </google_product_category> <gtin> string </gtin> <item_group_id> string </item_group_id> <material> string </material> <mpn> string </mpn> <pattern> string </pattern> <price currency="string"> string </price> <installment> <months> long </months> <amount currency="string"> string </amount> </installment> <loyalty_points> <name> string </name> <points_value> long </points_value> <ratio> double </ratio> </loyalty_points> <product_type> string </product_type> (foreach) <promotion_id> string </promotion_id> (/foreach) <sale_price currency="string"> string </sale_price> <sale_price_effective_date> string </sale_price_effective_date> <sell_on_google_quantity> long </sell_on_google_quantity> (foreach) <shipping> <price currency="string"> string </price> <country> string </country> <region> string </region> <service> string </service> <location_id> long </location_id> <location_group_name> string </location_group_name> <postal_code> string </postal_code> </shipping> (/foreach) <shipping_weight unit="string"> double </shipping_weight> <shipping_length unit="string"> double </shipping_length> <shipping_width unit="string"> double </shipping_width> <shipping_height unit="string"> double </shipping_height> <shipping_label> string </shipping_label> <max_handling_time> long </max_handling_time> <min_handling_time> long </min_handling_time> (foreach) <size> string </size> (/foreach) <size_system> string </size_system> <size_type> string </size_type> (foreach) <tax> <rate> double </rate> <country> string </country> <region> string </region> <ship> boolean </ship> <location_id> long </location_id> <postal_code> string </postal_code> </tax> (/foreach) <energy_efficiency_class> string </energy_efficiency_class> <min_energy_efficiency_class> string </min_energy_efficiency_class> <max_energy_efficiency_class> string </max_energy_efficiency_class> <unit_pricing_measure unit="string"> double </unit_pricing_measure> <unit_pricing_base_measure unit="string"> long </unit_pricing_base_measure> <multipack> long </multipack> <adwords_grouping> string </adwords_grouping> (foreach) <adwords_label> string </adwords_label> (/foreach) <adwords_redirect> string </adwords_redirect> <cost_of_goods_sold currency="string"> string </cost_of_goods_sold> <display_ads_id> string </display_ads_id> (foreach) <display_ads_similar_id> string </display_ads_similar_id> (/foreach) <display_ads_title> string </display_ads_title> <display_ads_link> string </display_ads_link> <display_ads_value> double </display_ads_value> (foreach) <destination intention="string"> string </destination> (/foreach) (foreach) <aspect intention="string" destination_name="string"> string </aspect> (/foreach) <custom_label_0> string </custom_label_0> <custom_label_1> string </custom_label_1> <custom_label_2> string </custom_label_2> <custom_label_3> string </custom_label_3> <custom_label_4> string </custom_label_4> <online_only> boolean </online_only> (foreach) <validated_destination> string </validated_destination> (/foreach) (foreach) <custom_attribute name="string" type="string" unit="string"> string </custom_attribute> (/foreach) (foreach) <custom_group name="string"> (foreach) <custom_attribute name="string" type="string" unit="string"> string </custom_attribute> (/foreach) </custom_group> (/foreach) (foreach) <warning> <domain> GData string </domain> <code> string </code> <internalReason> string </internalReason> </warning> (/foreach) </product>
Property name | Value | Description | Notes |
---|---|---|---|
product |
object |
Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. | |
product/ |
string |
Additional URLs of images of the item. | writable |
product/ |
string |
Additional categories of the item (formatted as in products feed specification). | writable |
product/ |
boolean |
Set to true if the item is targeted towards adults. | writable |
product/ |
string |
Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. | writable |
product/ |
string |
Similar to adwords_grouping, but only works on CPC. | writable |
product/ |
string |
Allows advertisers to override the item URL when the product is shown within the context of Product Ads. | writable |
product/ |
string |
Target age group of the item.
Acceptable values are:
|
writable |
product/ |
string |
Availability status of the item.
Acceptable values are:
|
writable |
product/ |
string |
The day a pre-ordered product becomes available for delivery, in ISO 8601 format. | writable |
product/ |
string |
Brand of the item. | writable |
product/ |
string |
The item's channel (online or local).
Acceptable values are:
|
writable |
product/ |
string |
Color of the item. | writable |
product/ |
string |
Condition or state of the item.
Acceptable values are:
|
writable |
product/ |
string |
The two-letter ISO 639-1 language code for the item. | writable |
product/ |
string |
The price represented as a number. | writable |
product/ |
string |
The currency of the price. | writable |
product/ |
string |
A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., { "name": "size type", "type": "text", "value": "regular" } ). This is useful for submitting attributes not explicitly exposed by the API. |
writable |
product/ |
string |
The name of the attribute. Underscores will be replaced by spaces upon insertion. | writable |
product/ |
string |
The type of the attribute.
Acceptable values are:
|
writable |
product/ |
string |
Free-form unit of the attribute. Unit can only be used for values of type int, float, or price. | writable |
product/ |
object |
A list of custom (merchant-provided) custom attribute groups. | writable |
product/ |
string |
The sub-attributes. | writable |
product/ |
string |
The name of the attribute. Underscores will be replaced by spaces upon insertion. | writable |
product/ |
string |
The type of the attribute.
Acceptable values are:
|
writable |
product/ |
string |
Free-form unit of the attribute. Unit can only be used for values of type int, float, or price. | writable |
product/ |
string |
The name of the group. Underscores will be replaced by spaces upon insertion. | writable |
product/ |
string |
Custom label 0 for custom grouping of items in a Shopping campaign. | writable |
product/ |
string |
Custom label 1 for custom grouping of items in a Shopping campaign. | writable |
product/ |
string |
Custom label 2 for custom grouping of items in a Shopping campaign. | writable |
product/ |
string |
Custom label 3 for custom grouping of items in a Shopping campaign. | writable |
product/ |
string |
Custom label 4 for custom grouping of items in a Shopping campaign. | writable |
product/ |
string |
Description of the item. | writable |
product/ |
string |
The name of the destination. | writable |
product/ |
string |
Whether the destination is required, excluded or should be validated.
Acceptable values are:
|
writable |
product/ |
string |
An identifier for an item for dynamic remarketing campaigns. | writable |
product/ |
string |
URL directly to your item's landing page for dynamic remarketing campaigns. | writable |
product/ |
string |
Advertiser-specified recommendations. | writable |
product/ |
string |
Title of an item for dynamic remarketing campaigns. | writable |
product/ |
double |
Offer margin for dynamic remarketing campaigns. | writable |
product/ |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
product/ |
string |
Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in productstatuses as googleExpirationDate and might be earlier if expirationDate is too far in the future. |
writable |
product/ |
string |
Target gender of the item.
Acceptable values are:
|
writable |
product/ |
string |
Google's category of the item (see Google product taxonomy). | writable |
product/ |
string |
Global Trade Item Number (GTIN) of the item. | writable |
product/ |
string |
The REST id of the product. Content API methods that operate on products take this as their productId parameter. The REST id for a product is of the form channel:contentLanguage:targetCountry:offerId. |
|
product/ |
boolean |
False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada. | writable |
product/ |
string |
URL of an image of the item. | writable |
product/ |
object |
Number and amount of installments to pay for an item. Brazil only. | writable |
product/ |
string |
The price represented as a number. | writable |
product/ |
string |
The currency of the price. | writable |
product/ |
long |
The number of installments the buyer has to pay. | writable |
product/ |
boolean |
Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price. | writable |
product/ |
string |
Shared identifier for all variants of the same product. | writable |
product/ |
string |
URL directly linking to your item's page on your website. | writable |
product/ |
object |
Loyalty points that users receive after purchasing the item. Japan only. | writable |
product/ |
string |
Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters. | writable |
product/ |
long |
The retailer?s loyalty points in absolute value. | writable |
product/ |
double |
The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0. | writable |
product/ |
string |
The material of which the item is made. | writable |
product/ |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
product/ |
long |
Maximal product handling time (in business days). | writable |
product/ |
string |
The energy efficiency class as defined in EU directive 2010/30/EU.
Acceptable values are:
|
writable |
product/ |
long |
Minimal product handling time (in business days). | writable |
product/ |
string |
Link to a mobile-optimized version of the landing page. | writable |
product/ |
string |
Manufacturer Part Number (MPN) of the item. | writable |
product/ |
long |
The number of identical products in a merchant-defined multipack. | writable |
product/ |
string |
A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. Note: Content API methods that operate on products take the REST id of the product, not this identifier. |
writable |
product/ |
string |
The item's pattern (e.g. polka dots). | writable |
product/ |
string |
The price represented as a number. | writable |
product/ |
string |
The currency of the price. | writable |
product/ |
string |
Your category of the item (formatted as in products feed specification). | writable |
product/ |
string |
The unique ID of a promotion. | writable |
product/ |
string |
The price represented as a number. | writable |
product/ |
string |
The currency of the price. | writable |
product/ |
string |
Date range during which the item is on sale (see products feed specification). | writable |
product/ |
long |
The quantity of the product that is available for selling on Google. Supported only for online products. | writable |
product/ |
object |
Shipping rules. | writable |
product/ |
string |
The CLDR territory code of the country to which an item will ship. | writable |
product/ |
string |
The location where the shipping is applicable, represented by a location group name. | writable |
product/ |
long |
The numeric id of a location that the shipping rate applies to as defined in the AdWords API. | writable |
product/ |
string |
The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length. | writable |
product/ |
string |
The price represented as a number. | writable |
product/ |
string |
The currency of the price. | writable |
product/ |
string |
The geographic region to which a shipping rate applies. | writable |
product/ |
string |
A free-form description of the service class or delivery speed. | writable |
product/ |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
product/ |
string |
The unit of value. | writable |
product/ |
string |
The shipping label of the product, used to group product in account-level shipping rules. | writable |
product/ |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
product/ |
string |
The unit of value. | writable |
product/ |
double |
The weight of the product used to calculate the shipping cost of the item. | writable |
product/ |
string |
The unit of value. | writable |
product/ |
double |
The dimension of the product used to calculate the shipping cost of the item. | writable |
product/ |
string |
The unit of value. | writable |
product/ |
string |
Size of the item. | writable |
product/ |
string |
System in which the size is specified. Recommended for apparel items.
Acceptable values are:
|
writable |
product/ |
string |
The cut of the item. Recommended for apparel items.
Acceptable values are:
|
writable |
product/ |
string |
The CLDR territory code for the item. | writable |
product/ |
object |
Tax information. | writable |
product/ |
string |
The country within which the item is taxed, specified as a CLDR territory code. | writable |
product/ |
long |
The numeric id of a location that the tax rate applies to as defined in the AdWords API. | writable |
product/ |
string |
The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*. | writable |
product/ |
double |
The percentage of tax rate that applies to the item price. | writable |
product/ |
string |
The geographic region to which the tax rate applies. | writable |
product/ |
boolean |
Set to true if tax is charged on shipping. | writable |
product/ |
string |
Title of the item. | writable |
product/ |
long |
The denominator of the unit price. | writable |
product/ |
string |
The unit of the denominator. | writable |
product/ |
double |
The measure of an item. | writable |
product/ |
string |
The unit of the measure. | writable |
product/ |
string |
Deprecated. The read-only list of intended destinations which passed validation. | |
product/ |
object |
Read-only warnings. An error returned by the API. | |
product/ |
string |
The error code. | |
product/ |
string |
The domain of the error. | |
product/ |
string |
A description of the error. |
Methods
- custombatch
- Retrieves, inserts, and deletes multiple products in a single request.
- delete
- Deletes a product from your Merchant Center account.
- get
- Retrieves a product from your Merchant Center account.
- insert
- Uploads a product to your Merchant Center account. If an item with the same channel, contentLanguage, offerId, and targetCountry already exists, this method updates that entry.
- list
- Lists the products in your Merchant Center account.