{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/content": {
"description": "Manage your product listings and accounts for Google Shopping"
}
}
}
},
"basePath": "",
"baseUrl": "https://merchantapi.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Merchant",
"description": "Programmatically manage your Merchant Center Accounts.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/merchant/api",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "merchantapi:products_v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://merchantapi.mtls.googleapis.com/",
"name": "merchantapi",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"accounts": {
"resources": {
"productInputs": {
"methods": {
"delete": {
"description": "Deletes a product input from your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.",
"flatPath": "products/v1/accounts/{accountsId}/productInputs/{productInputsId}",
"httpMethod": "DELETE",
"id": "merchantapi.accounts.productInputs.delete",
"parameterOrder": [
"name"
],
"parameters": {
"dataSource": {
"description": "Required. The primary or supplemental data source from which the product input should be deleted. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.",
"location": "query",
"type": "string"
},
"name": {
"description": "Required. The name of the product input resource to delete. Format: `accounts/{account}/productInputs/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/productInputs/en~US~sku123`.",
"location": "path",
"pattern": "^accounts/[^/]+/productInputs/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "products/v1/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"insert": {
"description": "[Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-manage#add_a_product). You must have a products [data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source) to be able to insert a product. The unique identifier of the data source is passed as a query parameter in the request URL. If a product input with the same contentLanguage, offerId, and dataSource already exists, then the product input inserted by this method replaces that entry. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.",
"flatPath": "products/v1/accounts/{accountsId}/productInputs:insert",
"httpMethod": "POST",
"id": "merchantapi.accounts.productInputs.insert",
"parameterOrder": [
"parent"
],
"parameters": {
"dataSource": {
"description": "Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Create a primary data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The account where this product will be inserted. Format: `accounts/{account}`",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "products/v1/{+parent}/productInputs:insert",
"request": {
"$ref": "ProductInput"
},
"response": {
"$ref": "ProductInput"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"patch": {
"description": "Updates the existing product input in your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.",
"flatPath": "products/v1/accounts/{accountsId}/productInputs/{productInputsId}",
"httpMethod": "PATCH",
"id": "merchantapi.accounts.productInputs.patch",
"parameterOrder": [
"name"
],
"parameters": {
"dataSource": {
"description": "Required. The primary or supplemental product data source where `data_source` name identifies the product input to be updated. Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.",
"location": "query",
"type": "string"
},
"name": {
"description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.",
"location": "path",
"pattern": "^accounts/[^/]+/productInputs/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the `custom_attribute.` prefix. Providing special \"*\" value for full product replacement is not supported.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "products/v1/{+name}",
"request": {
"$ref": "ProductInput"
},
"response": {
"$ref": "ProductInput"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
}
}
},
"products": {
"methods": {
"get": {
"description": "Retrieves the processed product from your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.",
"flatPath": "products/v1/accounts/{accountsId}/products/{productsId}",
"httpMethod": "GET",
"id": "merchantapi.accounts.products.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the product to retrieve. Format: `accounts/{account}/products/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/products/en~US~sku123`. A legacy local product name would be `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.",
"location": "path",
"pattern": "^accounts/[^/]+/products/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "products/v1/{+name}",
"response": {
"$ref": "Product"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"list": {
"description": "Lists the processed products in your Merchant Center account. The response might contain fewer items than specified by `pageSize`. Rely on `pageToken` to determine if there are more items to be requested. After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved.",
"flatPath": "products/v1/accounts/{accountsId}/products",
"httpMethod": "GET",
"id": "merchantapi.accounts.products.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "The maximum number of products to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the default page size of 25 products will be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous `ListProducts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProducts` must match the call that provided the page token.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The account to list processed products for. Format: `accounts/{account}`",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "products/v1/{+parent}/products",
"response": {
"$ref": "ListProductsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
}
}
}
}
}
},
"revision": "20251007",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"AutomatedDiscounts": {
"description": "Information regarding Automated Discounts.",
"id": "AutomatedDiscounts",
"properties": {
"gadPrice": {
"$ref": "Price",
"description": "The current sale price for products with a price optimized using Google Automated Discounts (GAD). Absent if the information about the GAD_price of the product is not available."
},
"priorPrice": {
"$ref": "Price",
"description": "The price prior to the application of the first price reduction. Absent if the information about the prior price of the product is not available."
},
"priorPriceProgressive": {
"$ref": "Price",
"description": "The price prior to the application of consecutive price reductions. Absent if the information about the prior price of the product is not available."
}
},
"type": "object"
},
"CarrierShipping": {
"description": "Carrier-based shipping configuration. Allows for setting shipping speed or shipping cost based on a carrier's provided info.",
"id": "CarrierShipping",
"properties": {
"carrierPrice": {
"description": "Selected carrier to calculate the shipping price from. Select a carrier from the [available carriers list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. Price will be calculated by this selected carrier, the location expressed in originPostalCode, along with the user location to determine the accurate shipping price. Carrier is represented by a carrier service name or a carrier service ID. Cannot be set together with flatPrice.",
"enum": [
"CARRIER_PRICE_OPTION_UNSPECIFIED",
"AUSTRALIA_POST_REGULAR",
"AUSTRALIA_POST_EXPRESS",
"AUSTRALIA_POST_REGULAR_S",
"AUSTRALIA_POST_REGULAR_M",
"AUSTRALIA_POST_REGULAR_L",
"AUSTRALIA_POST_REGULAR_XL",
"AUSTRALIA_POST_EXPRESS_S",
"AUSTRALIA_POST_EXPRESS_M",
"AUSTRALIA_POST_EXPRESS_L",
"AUSTRALIA_POST_EXPRESS_XL",
"TNT_ROAD_EXPRESS",
"TNT_OVERNIGHT_EXPRESS",
"TOLL_ROAD_DELIVERY",
"TOLL_OVERNIGHT_PRIORITY",
"DHL_PAKET",
"DHL_PACKCHEN",
"DPD_EXPRESS_12",
"DPD_EXPRESS",
"DPD_CLASSIC_PARCEL",
"HERMES_PACKCHEN",
"HERMES_PAKETKLASSE_S",
"HERMES_PAKETKLASSE_M",
"HERMES_PAKETKLASSE_L",
"UPS_EXPRESS",
"UPS_EXPRESS_SAVER",
"UPS_EXPRESS_STANDARD",
"DHL_EXPRESS",
"DHL_EXPRESS_12",
"DPD_NEXT_DAY",
"DPD_STANDARD_NEXT_DAY",
"DPD_STANDARD_TWO_DAY",
"RMG_1ST_CLASS_SMALL",
"RMG_1ST_CLASS_MEDIUM",
"RMG_2ND_CLASS_SMALL",
"RMG_2ND_CLASS_MEDIUM",
"TNT_EXPRESS",
"TNT_EXPRESS_10",
"TNT_EXPRESS_12",
"YODEL_B2C_48HR",
"YODEL_B2C_72HR",
"YODEL_B2C_PACKET",
"FEDEX_GROUND",
"FEDEX_HOME_DELIVERY",
"FEDEX_EXPRESS_SAVER",
"FEDEX_FIRST_OVERNIGHT",
"FEDEX_PRIORITY_OVERNIGHT",
"FEDEX_STANDARD_OVERNIGHT",
"FEDEX_2DAY",
"UPS_STANDARD",
"UPS_2ND_DAY_AIR",
"UPS_2ND_DAY_AM",
"UPS_3_DAY_SELECT",
"UPS_GROUND",
"UPS_NEXT_DAY_AIR",
"UPS_NEXT_DAY_AIR_EARLY_AM",
"UPS_NEXT_DAY_AIR_SAVER",
"USPS_PRIORITY_MAIL_EXPRESS",
"USPS_MEDIA_MAIL",
"USPS_GROUND_ADVANTAGE_RETAIL",
"USPS_PRIORITY_MAIL",
"USPS_GROUND_ADVANTAGE_COMMERCIAL"
],
"enumDescriptions": [
"Carrier price option is unspecified.",
"Australia Post Regular shipping service.",
"Australia Post Express shipping service.",
"Australia Post Regular Small shipping service.",
"Australia Post Regular Medium shipping service.",
"Australia Post Regular Large shipping service.",
"Australia Post Regular XL shipping service.",
"Australia Post Express Small shipping service.",
"Australia Post Express Medium shipping service.",
"Australia Post Express Large shipping service.",
"Australia Post Express XL shipping service.",
"TNT Road Express shipping service.",
"TNT Overnight Express shipping service.",
"Toll Road Delivery shipping service.",
"Toll Overnight Priority shipping service.",
"DHL Paket shipping service.",
"DHL Packchen shipping service.",
"DPD Express 12 shipping service.",
"DPD Express shipping service.",
"DPD Classic Parcel shipping service.",
"Hermes Packchen shipping service.",
"Hermes Paketklasse S shipping service.",
"Hermes Paketklasse M shipping service.",
"Hermes Paketklasse L shipping service.",
"UPS Express shipping service.",
"UPS Express Saver shipping service.",
"UPS Express Standard shipping service.",
"DHL Express shipping service.",
"DHL Express 12 shipping service.",
"DPD Next Day shipping service.",
"DPD Standard Next Day shipping service.",
"DPD Standard Two Day shipping service.",
"RMG 1st Class Small shipping service.",
"RMG 1st Class Medium shipping service.",
"RMG 2nd Class Small shipping service.",
"RMG 2nd Class Medium shipping service.",
"TNT Express shipping service.",
"TNT Express 10 shipping service.",
"TNT Express 12 shipping service.",
"Yodel B2C 48HR shipping service.",
"Yodel B2C 72HR shipping service.",
"Yodel B2C Packet shipping service.",
"FedEx Ground shipping service.",
"FedEx Home Delivery shipping service.",
"FedEx Express Saver shipping service.",
"FedEx First Overnight shipping service.",
"FedEx Priority Overnight shipping service.",
"FedEx Standard Overnight shipping service.",
"FedEx 2Day shipping service.",
"UPS Standard shipping service.",
"UPS 2nd Day Air shipping service.",
"UPS 2nd Day AM shipping service.",
"UPS 3 Day Select shipping service.",
"UPS Ground shipping service.",
"UPS Next Day Air shipping service.",
"UPS Next Day Air Early AM shipping service.",
"UPS Next Day Air Saver shipping service.",
"USPS Priority Mail Express shipping service.",
"USPS Media Mail shipping service.",
"USPS Ground Advantage Retail shipping service.",
"USPS Priority Mail shipping service.",
"USPS Ground Advantage Commercial shipping service."
],
"type": "string"
},
"carrierPriceFlatAdjustment": {
"$ref": "Price",
"description": "A flat adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires `carrier_price` to be present. Cannot be set together with flatPrice and carrierPricePercentageAdjustment."
},
"carrierPricePercentageAdjustment": {
"description": "A percentual adjustment on the carrier price. Can be either positive or negative. Cannot be zero. Requires `carrier_price` to be present. Cannot be set together with flatPrice and carrierPriceFlatAdjustment.",
"format": "double",
"type": "number"
},
"carrierTransitTime": {
"description": "Selected carrier to calculate the shipping speed from. Select a carrier from the [available carriers list](https://support.google.com/merchants/answer/15449142#Supported), for example `AUSTRALIA_POST_REGULAR`. Speed will be calculated by this selected carrier, the location expressed in originPostalCode, along with the user location to determine the accurate delivery speed. Carrier is represented by a carrier service name or a carrier service ID. Cannot be set together with fixedMaxTransitTime or fixedMinTransitTime.",
"enum": [
"CARRIER_TRANSIT_TIME_OPTION_UNSPECIFIED",
"DHL_PAKET",
"DHL_PACKCHEN",
"DHL_EXPRESSEASY",
"DPD_EXPRESS",
"DPD_CLASSIC_PARCEL",
"HERMES_HAUSTUR",
"HERMES_PAKETSHOP",
"GLS_BUSINESS",
"GLS_EXPRESS",
"GLS_PRIVATE",
"COLISSIMO_DOMICILE",
"DHL_EXPRESS_12AM",
"DHL_EXPRESS_9AM",
"GEODIS_EXPRESS",
"GEODIS_PACK_30",
"GEODIS_SAME_DAY",
"GEODIS_TOP_24",
"TNT_ESSENTIEL_24H",
"TNT_ESSENTIEL_FLEXIBILITE",
"FEDEX_GROUND",
"FEDEX_HOME_DELIVERY",
"FEDEX_EXPRESS_SAVER",
"FEDEX_FIRST_OVERNIGHT",
"FEDEX_PRIORITY_OVERNIGHT",
"FEDEX_STANDARD_OVERNIGHT",
"FEDEX_2DAY",
"UPS_2ND_DAY_AIR",
"UPS_2ND_DAY_AM",
"UPS_3_DAY_SELECT",
"UPS_GROUND",
"UPS_NEXT_DAY_AIR",
"UPS_NEXT_DAY_AIR_EARLY_AM",
"UPS_NEXT_DAY_AIR_SAVER",
"USPS_PRIORITY_MAIL_EXPRESS",
"USPS_MEDIA_MAIL",
"USPS_GROUND_ADVANTAGE_RETAIL",
"USPS_PRIORITY_MAIL",
"USPS_GROUND_ADVANTAGE_COMMERCIAL",
"USPS_FIRST_CLASS_MAIL"
],
"enumDescriptions": [
"Carrier transit time option is unspecified.",
"DHL Paket shipping service.",
"DHL Packchen shipping service.",
"DHL Express Easy shipping service.",
"DPD Express shipping service.",
"DPD Classic Parcel shipping service.",
"Hermes Haustur shipping service.",
"Hermes Paketshop shipping service.",
"GLS Business shipping service.",
"GLS Express shipping service.",
"GLS Private shipping service.",
"Colissimo Domicile shipping service.",
"DHL Express 12 AM shipping service.",
"DHL Express 9 AM shipping service.",
"GEODIS Express shipping service.",
"GEODIS Pack 30 shipping service.",
"GEODIS Same Day shipping service.",
"GEODIS Top 24 shipping service.",
"TNT Essentiel 24H shipping service.",
"TNT Essentiel Flexibilite shipping service.",
"FedEx Ground shipping service.",
"FedEx Home Delivery shipping service.",
"FedEx Express Saver shipping service.",
"FedEx First Overnight shipping service.",
"FedEx Priority Overnight shipping service.",
"FedEx Standard Overnight shipping service.",
"FedEx 2Day shipping service.",
"UPS 2nd Day Air shipping service.",
"UPS 2nd Day AM shipping service.",
"UPS 3 Day Select shipping service.",
"UPS Ground shipping service.",
"UPS Next Day Air shipping service.",
"UPS Next Day Air Early AM shipping service.",
"UPS Next Day Air Saver shipping service.",
"USPS Priority Mail Express shipping service.",
"USPS Media Mail shipping service.",
"USPS Ground Advantage Retail shipping service.",
"USPS Priority Mail shipping service.",
"USPS Ground Advantage Commercial shipping service.",
"USPS First Class Mail shipping service."
],
"type": "string"
},
"country": {
"description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.",
"type": "string"
},
"fixedMaxTransitTime": {
"description": "Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Needs to be provided together with maxHandlingTime. Cannot be set if carrierTransitTime is present.",
"format": "int64",
"type": "string"
},
"fixedMinTransitTime": {
"description": "Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. fixedMinTransitTime can only be set if fixedMaxTransitTime is set. Cannot be set if carrierTransitTime is present.",
"format": "int64",
"type": "string"
},
"flatPrice": {
"$ref": "Price",
"description": "Fixed shipping price, represented as a number with currency. Cannot be set together with carrierPrice or its adjustments (carrierPriceFlatAdjustment, carrierPricePercentageAdjustment)."
},
"maxHandlingTime": {
"description": "Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and fixedMaxTransitTime or carrierTransitTime are required if providing shipping speeds.",
"format": "int64",
"type": "string"
},
"minHandlingTime": {
"description": "Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be set if maxHandlingTime is also set.",
"format": "int64",
"type": "string"
},
"originPostalCode": {
"description": "The source location postal code from which this offer ships. Represented only by a full-length postal code.",
"type": "string"
},
"postalCode": {
"description": "The postal code range that the shipping rate applies to, represented by a postal code (eg. `94043`), a postal code prefix followed by a * wildcard (eg. `94*`), a range between two postal codes (eg. `94043-98033`) or two postal code prefixes of equal length (eg. `94*-98*`).",
"type": "string"
},
"region": {
"description": "The geographic region to which a shipping rate applies. See [region](https://support.google.com/merchants/answer/6324484) for more information.",
"type": "string"
}
},
"type": "object"
},
"CloudExportAdditionalProperties": {
"description": "Product property for the Cloud Retail API. For example, properties for a TV product could be \"Screen-Resolution\" or \"Screen-Size\".",
"id": "CloudExportAdditionalProperties",
"properties": {
"boolValue": {
"description": "Boolean value of the given property. For example for a TV product, \"True\" or \"False\" if the screen is UHD.",
"type": "boolean"
},
"floatValue": {
"description": "Float values of the given property. For example for a TV product 1.2345. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.",
"items": {
"format": "float",
"type": "number"
},
"type": "array"
},
"intValue": {
"description": "Integer values of the given property. For example, 1080 for a TV product's Screen Resolution. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.",
"items": {
"format": "int64",
"type": "string"
},
"type": "array"
},
"maxValue": {
"description": "Maximum float value of the given property. For example for a TV product 100.00.",
"format": "float",
"type": "number"
},
"minValue": {
"description": "Minimum float value of the given property. For example for a TV product 1.00.",
"format": "float",
"type": "number"
},
"propertyName": {
"description": "Name of the given property. For example, \"Screen-Resolution\" for a TV product. Maximum string size is 256 characters.",
"type": "string"
},
"textValue": {
"description": "Text value of the given property. For example, \"8K(UHD)\" could be a text value for a TV product. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order. Maximum string size is 256 characters.",
"items": {
"type": "string"
},
"type": "array"
},
"unitCode": {
"description": "Unit of the given property. For example, \"Pixels\" for a TV product. Maximum string size is 256B.",
"type": "string"
}
},
"type": "object"
},
"CustomAttribute": {
"description": "A message that represents custom attributes. Exactly one of `value` or `group_values` must not be empty.",
"id": "CustomAttribute",
"properties": {
"groupValues": {
"description": "Subattributes within this attribute group. If `group_values` is not empty, `value` must be empty.",
"items": {
"$ref": "CustomAttribute"
},
"type": "array"
},
"name": {
"description": "The name of the attribute.",
"type": "string"
},
"value": {
"description": "The value of the attribute. If `value` is not empty, `group_values` must be empty.",
"type": "string"
}
},
"type": "object"
},
"DestinationStatus": {
"description": "The destination status of the product status.",
"id": "DestinationStatus",
"properties": {
"approvedCountries": {
"description": "List of country codes (ISO 3166-1 alpha-2) where the offer is approved.",
"items": {
"type": "string"
},
"type": "array"
},
"disapprovedCountries": {
"description": "List of country codes (ISO 3166-1 alpha-2) where the offer is disapproved.",
"items": {
"type": "string"
},
"type": "array"
},
"pendingCountries": {
"description": "List of country codes (ISO 3166-1 alpha-2) where the offer is pending approval.",
"items": {
"type": "string"
},
"type": "array"
},
"reportingContext": {
"description": "The name of the reporting context.",
"enum": [
"REPORTING_CONTEXT_ENUM_UNSPECIFIED",
"SHOPPING_ADS",
"DISCOVERY_ADS",
"DEMAND_GEN_ADS",
"DEMAND_GEN_ADS_DISCOVER_SURFACE",
"VIDEO_ADS",
"DISPLAY_ADS",
"LOCAL_INVENTORY_ADS",
"VEHICLE_INVENTORY_ADS",
"FREE_LISTINGS",
"FREE_LOCAL_LISTINGS",
"FREE_LOCAL_VEHICLE_LISTINGS",
"YOUTUBE_AFFILIATE",
"YOUTUBE_SHOPPING",
"CLOUD_RETAIL",
"LOCAL_CLOUD_RETAIL",
"PRODUCT_REVIEWS",
"MERCHANT_REVIEWS",
"YOUTUBE_CHECKOUT"
],
"enumDeprecated": [
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
"Not specified.",
"[Shopping ads](https://support.google.com/merchants/answer/6149970).",
"Deprecated: Use `DEMAND_GEN_ADS` instead. [Discovery and Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads on Discover surface](https://support.google.com/merchants/answer/13389785).",
"[Video ads](https://support.google.com/google-ads/answer/6340491).",
"[Display ads](https://support.google.com/merchants/answer/6069387).",
"[Local inventory ads](https://support.google.com/merchants/answer/3271956).",
"[Vehicle inventory ads](https://support.google.com/merchants/answer/11544533).",
"[Free product listings](https://support.google.com/merchants/answer/9199328).",
"[Free local product listings](https://support.google.com/merchants/answer/9825611).",
"[Free local vehicle listings](https://support.google.com/merchants/answer/11544533).",
"[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
"[YouTube Shopping](https://support.google.com/merchants/answer/13478370).",
"[Cloud retail](https://cloud.google.com/solutions/retail).",
"[Local cloud retail](https://cloud.google.com/solutions/retail).",
"[Product Reviews](https://support.google.com/merchants/answer/14620732).",
"[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
"YouTube Checkout ."
],
"type": "string"
}
},
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
"properties": {},
"type": "object"
},
"FreeShippingThreshold": {
"description": "Conditions to be met for a product to have free shipping.",
"id": "FreeShippingThreshold",
"properties": {
"country": {
"description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.",
"type": "string"
},
"priceThreshold": {
"$ref": "Price",
"description": "The minimum product price for the shipping cost to become free. Represented as a number."
}
},
"type": "object"
},
"HandlingCutoffTime": {
"description": "Configuration for offer or offer-country level shipping handling cutoff time.",
"id": "HandlingCutoffTime",
"properties": {
"country": {
"description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which the handling cutoff time applies.",
"type": "string"
},
"cutoffTime": {
"description": "The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST.",
"type": "string"
},
"cutoffTimezone": {
"description": "[Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) For example 'Europe/Zurich'. If not set, the shipping destination timezone will be used.",
"type": "string"
},
"disableDeliveryAfterCutoff": {
"description": "This field only applies to same-day delivery. If true, prevents next-day delivery from being shown for this offer after the cutoff time. This field only applies to same-day delivery offers, for merchants who want to explicitly disable it.",
"type": "boolean"
}
},
"type": "object"
},
"Interval": {
"description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.",
"id": "Interval",
"properties": {
"endTime": {
"description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"ItemLevelIssue": {
"description": "The ItemLevelIssue of the product status.",
"id": "ItemLevelIssue",
"properties": {
"applicableCountries": {
"description": "List of country codes (ISO 3166-1 alpha-2) where issue applies to the offer.",
"items": {
"type": "string"
},
"type": "array"
},
"attribute": {
"description": "The attribute's name, if the issue is caused by a single attribute.",
"type": "string"
},
"code": {
"description": "The error code of the issue.",
"type": "string"
},
"description": {
"description": "A short issue description in English.",
"type": "string"
},
"detail": {
"description": "A detailed issue description in English.",
"type": "string"
},
"documentation": {
"description": "The URL of a web page to help with resolving this issue.",
"type": "string"
},
"reportingContext": {
"description": "The reporting context the issue applies to.",
"enum": [
"REPORTING_CONTEXT_ENUM_UNSPECIFIED",
"SHOPPING_ADS",
"DISCOVERY_ADS",
"DEMAND_GEN_ADS",
"DEMAND_GEN_ADS_DISCOVER_SURFACE",
"VIDEO_ADS",
"DISPLAY_ADS",
"LOCAL_INVENTORY_ADS",
"VEHICLE_INVENTORY_ADS",
"FREE_LISTINGS",
"FREE_LOCAL_LISTINGS",
"FREE_LOCAL_VEHICLE_LISTINGS",
"YOUTUBE_AFFILIATE",
"YOUTUBE_SHOPPING",
"CLOUD_RETAIL",
"LOCAL_CLOUD_RETAIL",
"PRODUCT_REVIEWS",
"MERCHANT_REVIEWS",
"YOUTUBE_CHECKOUT"
],
"enumDeprecated": [
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
"Not specified.",
"[Shopping ads](https://support.google.com/merchants/answer/6149970).",
"Deprecated: Use `DEMAND_GEN_ADS` instead. [Discovery and Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads on Discover surface](https://support.google.com/merchants/answer/13389785).",
"[Video ads](https://support.google.com/google-ads/answer/6340491).",
"[Display ads](https://support.google.com/merchants/answer/6069387).",
"[Local inventory ads](https://support.google.com/merchants/answer/3271956).",
"[Vehicle inventory ads](https://support.google.com/merchants/answer/11544533).",
"[Free product listings](https://support.google.com/merchants/answer/9199328).",
"[Free local product listings](https://support.google.com/merchants/answer/9825611).",
"[Free local vehicle listings](https://support.google.com/merchants/answer/11544533).",
"[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
"[YouTube Shopping](https://support.google.com/merchants/answer/13478370).",
"[Cloud retail](https://cloud.google.com/solutions/retail).",
"[Local cloud retail](https://cloud.google.com/solutions/retail).",
"[Product Reviews](https://support.google.com/merchants/answer/14620732).",
"[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
"YouTube Checkout ."
],
"type": "string"
},
"resolution": {
"description": "Whether the issue can be resolved by the business.",
"type": "string"
},
"severity": {
"description": "How this issue affects serving of the offer.",
"enum": [
"SEVERITY_UNSPECIFIED",
"NOT_IMPACTED",
"DEMOTED",
"DISAPPROVED"
],
"enumDescriptions": [
"Not specified.",
"This issue represents a warning and does not have a direct affect on the product.",
"The product is demoted and most likely have limited performance in search results",
"Issue disapproves the product."
],
"type": "string"
}
},
"type": "object"
},
"ListProductsResponse": {
"description": "Response message for the ListProducts method.",
"id": "ListProductsResponse",
"properties": {
"nextPageToken": {
"description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
},
"products": {
"description": "The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.",
"items": {
"$ref": "Product"
},
"type": "array"
}
},
"type": "object"
},
"LoyaltyPoints": {
"description": "A message that represents loyalty points.",
"id": "LoyaltyPoints",
"properties": {
"name": {
"description": "Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.",
"type": "string"
},
"pointsValue": {
"description": "The retailer's loyalty points in absolute value.",
"format": "int64",
"type": "string"
},
"ratio": {
"description": "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.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"LoyaltyProgram": {
"description": "A message that represents loyalty program.",
"id": "LoyaltyProgram",
"properties": {
"cashbackForFutureUse": {
"$ref": "Price",
"description": "The cashback that can be used for future purchases."
},
"loyaltyPoints": {
"description": "The amount of loyalty points earned on a purchase.",
"format": "int64",
"type": "string"
},
"memberPriceEffectiveDate": {
"$ref": "Interval",
"description": "A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash."
},
"price": {
"$ref": "Price",
"description": "The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price."
},
"programLabel": {
"description": "The label of the loyalty program. This is an internal label that uniquely identifies the relationship between a business entity and a loyalty program entity. The label must be provided so that the system can associate the assets below (for example, price and points) with a business. The corresponding program must be linked to the Merchant Center account.",
"type": "string"
},
"shippingLabel": {
"description": "The label of the shipping benefit. If the field has value, this offer has loyalty shipping benefit. If the field value isn't provided, the item is not eligible for loyalty shipping for the given loyalty tier.",
"type": "string"
},
"tierLabel": {
"description": "The label of the tier within the loyalty program. Must match one of the labels within the program.",
"type": "string"
}
},
"type": "object"
},
"Price": {
"description": "The price represented as a number and currency.",
"id": "Price",
"properties": {
"amountMicros": {
"description": "The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).",
"format": "int64",
"type": "string"
},
"currencyCode": {
"description": "The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).",
"type": "string"
}
},
"type": "object"
},
"Product": {
"description": "The processed product, built from multiple product inputs after applying rules and supplemental data sources. This processed product matches what is shown in your Merchant Center account. Each product is built from exactly one primary data source product input, and multiple supplemental data source inputs. After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved. All fields in the processed product and its sub-messages match the name of their corresponding attribute in the [Product data specification](https://support.google.com/merchants/answer/7052112) with some exceptions.",
"id": "Product",
"properties": {
"automatedDiscounts": {
"$ref": "AutomatedDiscounts",
"description": "Output only. The automated discounts information for the product.",
"readOnly": true
},
"contentLanguage": {
"description": "Output only. The two-letter [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the product.",
"readOnly": true,
"type": "string"
},
"customAttributes": {
"description": "Output only. A list of custom (merchant-provided) attributes. It can also be used to submit any attribute of the data specification in its generic form (for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google.",
"items": {
"$ref": "CustomAttribute"
},
"readOnly": true,
"type": "array"
},
"dataSource": {
"description": "Output only. The primary data source of the product.",
"readOnly": true,
"type": "string"
},
"feedLabel": {
"description": "Output only. The feed label lets you categorize and identify your products. The maximum allowed characters is 20 and the supported characters are`A-Z`, `0-9`, hyphen and underscore. The feed label must not include any spaces. For more information, see [Using feed labels](//support.google.com/merchants/answer/14994087)",
"readOnly": true,
"type": "string"
},
"legacyLocal": {
"description": "Output only. Determines whether the product is **only** targeting local destinations and whether the product name should be distinguished with a `local~` prefix. For example, `accounts/123/products/local~en~US~sku123`.",
"readOnly": true,
"type": "boolean"
},
"name": {
"description": "The name of the product. Format: `accounts/{account}/products/{product}` where the last section `product` consists of: `content_language~feed_label~offer_id` example for product name is `accounts/123/products/en~US~sku123`. A legacy local product name would be `accounts/123/products/local~en~US~sku123`. Note: For calls to the v1beta version, the `product` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/products/online~en~US~sku123`.",
"type": "string"
},
"offerId": {
"description": "Output only. Your unique identifier for the product. This is the same for the product input and processed product. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. See the [product data specification](https://support.google.com/merchants/answer/188494#id) for details.",
"readOnly": true,
"type": "string"
},
"productAttributes": {
"$ref": "ProductAttributes",
"description": "Output only. A list of strongly-typed product attributes.",
"readOnly": true
},
"productStatus": {
"$ref": "ProductStatus",
"description": "Output only. The status of a product, data validation issues, that is, information about a product computed asynchronously.",
"readOnly": true
},
"versionNumber": {
"description": "Output only. Represents the existing version (freshness) of the product, which can be used to preserve the right order when multiple updates are done at the same time. If set, the insertion is prevented when version number is lower than the current version number of the existing product. Re-insertion (for example, product refresh after 30 days) can be performed with the current `version_number`. Only supported for insertions into primary data sources. If the operation is prevented, the aborted exception will be thrown.",
"format": "int64",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"ProductAttributes": {
"description": "Product attributes.",
"id": "ProductAttributes",
"properties": {
"additionalImageLinks": {
"description": "Additional URLs of images of the item.",
"items": {
"type": "string"
},
"type": "array"
},
"adsGrouping": {
"description": "Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. For more information, see [Display ads attribute](https://support.google.com/merchants/answer/6069387).",
"type": "string"
},
"adsLabels": {
"description": "Similar to ads_grouping, but only works on CPC.",
"items": {
"type": "string"
},
"type": "array"
},
"adsRedirect": {
"description": "Allows advertisers to override the item URL when the product is shown within the context of Product ads.",
"type": "string"
},
"adult": {
"description": "Set to true if the item is targeted towards adults.",
"type": "boolean"
},
"ageGroup": {
"description": "Target [age group](https://support.google.com/merchants/answer/6324463) of the item.",
"enum": [
"AGE_GROUP_UNSPECIFIED",
"ADULT",
"KIDS",
"TODDLER",
"INFANT",
"NEWBORN"
],
"enumDescriptions": [
"Age group is not specified.",
"Teens or older.",
"5-13 years old.",
"1-5 years old.",
"3-12 months old.",
"0-3 months old."
],
"type": "string"
},
"autoPricingMinPrice": {
"$ref": "Price",
"description": "A safeguard in the [automated discounts] (https://support.google.com/merchants/answer/10295759) and \"Dynamic Promotions\" (https://support.google.com/merchants/answer/13949249) projects, ensuring that discounts on business offers do not fall below this value, thereby preserving the offer's value and profitability."
},
"availability": {
"description": "[Availability](https://support.google.com/merchants/answer/6324448) status of the item.",
"enum": [
"AVAILABILITY_UNSPECIFIED",
"IN_STOCK",
"OUT_OF_STOCK",
"PREORDER",
"LIMITED_AVAILABILITY",
"BACKORDER"
],
"enumDescriptions": [
"Availability is not specified.",
"In stock.",
"Out of stock.",
"Pre-order.",
"Limited availability.",
"Backorder."
],
"type": "string"
},
"availabilityDate": {
"description": "The day a pre-ordered product becomes available for delivery, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format.",
"format": "google-datetime",
"type": "string"
},
"brand": {
"description": "[Brand](https://support.google.com/merchants/answer/6324351) of the item. For example, \"Google\".",
"type": "string"
},
"canonicalLink": {
"description": "URL for the canonical version of your item's landing page.",
"type": "string"
},
"carrierShipping": {
"description": "Rules for carrier-based shipping.",
"items": {
"$ref": "CarrierShipping"
},
"type": "array"
},
"certifications": {
"description": "Product Certifications, for example for energy efficiency labeling of products recorded in the [EU EPREL](https://eprel.ec.europa.eu/screen/home) database. See the [Help Center](https://support.google.com/merchants/answer/13528839) article for more information.",
"items": {
"$ref": "ProductCertification"
},
"type": "array"
},
"cloudExportAdditionalProperties": {
"description": "Extra fields to export to the Cloud Retail program.",
"items": {
"$ref": "CloudExportAdditionalProperties"
},
"type": "array"
},
"color": {
"description": "[Color](https://support.google.com/merchants/answer/6324487) of the item. For example, \"red\".",
"type": "string"
},
"condition": {
"description": "[Condition](https://support.google.com/merchants/answer/6324469) or state of the item.",
"enum": [
"CONDITION_UNSPECIFIED",
"NEW",
"USED",
"REFURBISHED"
],
"enumDescriptions": [
"Default value. This value is unused.",
"Brand new, original, unopened packaging.",
"Previously used, original packaging opened or missing.",
"Professionally restored to working order, comes with a warranty, may or may not have the original packaging."
],
"type": "string"
},
"costOfGoodsSold": {
"$ref": "Price",
"description": "Cost of goods sold. Used for gross profit reporting."
},
"customLabel0": {
"description": "[Custom label 0](https://support.google.com/merchants/answer/6324473) for custom grouping of items in a Shopping campaign.",
"type": "string"
},
"customLabel1": {
"description": "[Custom label 1](https://support.google.com/merchants/answer/6324473) for custom grouping of items in a Shopping campaign.",
"type": "string"
},
"customLabel2": {
"description": "[Custom label 2](https://support.google.com/merchants/answer/6324473) for custom grouping of items in a Shopping campaign.",
"type": "string"
},
"customLabel3": {
"description": "[Custom label 3](https://support.google.com/merchants/answer/6324473) for custom grouping of items in a Shopping campaign.",
"type": "string"
},
"customLabel4": {
"description": "[Custom label 4](https://support.google.com/merchants/answer/6324473) for custom grouping of items in a Shopping campaign.",
"type": "string"
},
"description": {
"description": "Description of the item.",
"type": "string"
},
"disclosureDate": {
"description": "The date time when an offer becomes visible in search results across Google\u2019s YouTube surfaces, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. See [Disclosure date](https://support.google.com/merchants/answer/13034208) for more information.",
"format": "google-datetime",
"type": "string"
},
"displayAdsId": {
"description": "An identifier for an item for dynamic remarketing campaigns.",
"type": "string"
},
"displayAdsLink": {
"description": "URL directly to your item's landing page for dynamic remarketing campaigns.",
"type": "string"
},
"displayAdsSimilarIds": {
"description": "Advertiser-specified recommendations. For more information, see [Display ads attribute specification](https://support.google.com/merchants/answer/6069387).",
"items": {
"type": "string"
},
"type": "array"
},
"displayAdsTitle": {
"description": "Title of an item for dynamic remarketing campaigns.",
"type": "string"
},
"displayAdsValue": {
"description": "Offer margin for dynamic remarketing campaigns. For more information, see [Display ads attribute](https://support.google.com/merchants/answer/6069387).",
"format": "double",
"type": "number"
},
"energyEfficiencyClass": {
"description": "The [energy efficiency class](https://support.google.com/merchants/answer/7562785) as defined in EU directive 2010/30/EU.",
"enum": [
"ENERGY_EFFICIENCY_CLASS_UNSPECIFIED",
"APPP",
"APP",
"AP",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
"enumDescriptions": [
"The energy efficiency class is unspecified.",
"A+++.",
"A++.",
"A+.",
"A.",
"B.",
"C.",
"D.",
"E.",
"F.",
"G."
],
"type": "string"
},
"excludedDestinations": {
"description": "The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
"items": {
"enum": [
"DESTINATION_ENUM_UNSPECIFIED",
"SHOPPING_ADS",
"DISPLAY_ADS",
"LOCAL_INVENTORY_ADS",
"FREE_LISTINGS",
"FREE_LOCAL_LISTINGS",
"YOUTUBE_SHOPPING",
"YOUTUBE_SHOPPING_CHECKOUT",
"YOUTUBE_AFFILIATE",
"FREE_VEHICLE_LISTINGS",
"VEHICLE_ADS",
"CLOUD_RETAIL",
"LOCAL_CLOUD_RETAIL"
],
"enumDescriptions": [
"Not specified.",
"[Shopping ads](https://support.google.com/google-ads/answer/2454022).",
"[Display ads](https://support.google.com/merchants/answer/6069387).",
"[Local inventory ads](https://support.google.com/merchants/answer/3057972).",
"[Free listings](https://support.google.com/merchants/answer/9199328).",
"[Free local product listings](https://support.google.com/merchants/answer/9825611).",
"[YouTube Shopping](https://support.google.com/merchants/answer/12362804).",
"Youtube shopping checkout.",
"[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
"[Free vehicle listings](https://support.google.com/merchants/answer/11189169).",
"[Vehicle ads](https://support.google.com/merchants/answer/11189169).",
"[Cloud retail](https://cloud.google.com/solutions/retail).",
"[Local cloud retail](https://cloud.google.com/solutions/retail)."
],
"type": "string"
},
"type": "array"
},
"expirationDate": {
"description": "Date on which the item should expire, as specified upon insertion, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual expiration date is exposed in `productstatuses` as [googleExpirationDate](https://support.google.com/merchants/answer/6324499) and might be earlier if `expirationDate` is too far in the future.",
"format": "google-datetime",
"type": "string"
},
"externalSellerId": {
"description": "Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.",
"type": "string"
},
"freeShippingThreshold": {
"description": "Conditions to be met for a product to have free shipping.",
"items": {
"$ref": "FreeShippingThreshold"
},
"type": "array"
},
"gender": {
"description": "Target [gender](https://support.google.com/merchants/answer/6324479) of the item.",
"enum": [
"GENDER_UNSPECIFIED",
"MALE",
"FEMALE",
"UNISEX"
],
"enumDescriptions": [
"Gender is not specified.",
"Male.",
"Female.",
"Unisex."
],
"type": "string"
},
"googleProductCategory": {
"description": "Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.",
"type": "string"
},
"gtins": {
"description": "Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs.",
"items": {
"type": "string"
},
"type": "array"
},
"handlingCutoffTimes": {
"description": "The handling cutoff times for shipping.",
"items": {
"$ref": "HandlingCutoffTime"
},
"type": "array"
},
"identifierExists": {
"description": "Set this value to false when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Defaults to true, if not provided.",
"type": "boolean"
},
"imageLink": {
"description": "URL of an image of the item.",
"type": "string"
},
"includedDestinations": {
"description": "The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
"items": {
"enum": [
"DESTINATION_ENUM_UNSPECIFIED",
"SHOPPING_ADS",
"DISPLAY_ADS",
"LOCAL_INVENTORY_ADS",
"FREE_LISTINGS",
"FREE_LOCAL_LISTINGS",
"YOUTUBE_SHOPPING",
"YOUTUBE_SHOPPING_CHECKOUT",
"YOUTUBE_AFFILIATE",
"FREE_VEHICLE_LISTINGS",
"VEHICLE_ADS",
"CLOUD_RETAIL",
"LOCAL_CLOUD_RETAIL"
],
"enumDescriptions": [
"Not specified.",
"[Shopping ads](https://support.google.com/google-ads/answer/2454022).",
"[Display ads](https://support.google.com/merchants/answer/6069387).",
"[Local inventory ads](https://support.google.com/merchants/answer/3057972).",
"[Free listings](https://support.google.com/merchants/answer/9199328).",
"[Free local product listings](https://support.google.com/merchants/answer/9825611).",
"[YouTube Shopping](https://support.google.com/merchants/answer/12362804).",
"Youtube shopping checkout.",
"[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
"[Free vehicle listings](https://support.google.com/merchants/answer/11189169).",
"[Vehicle ads](https://support.google.com/merchants/answer/11189169).",
"[Cloud retail](https://cloud.google.com/solutions/retail).",
"[Local cloud retail](https://cloud.google.com/solutions/retail)."
],
"type": "string"
},
"type": "array"
},
"installment": {
"$ref": "ProductInstallment",
"description": "Number and amount of installments to pay for an item."
},
"isBundle": {
"description": "Whether the item is a business-defined sub-API. A [sub-API] (https://support.google.com/merchants/answer/6324449) is a custom grouping of different products sold by a business for a single price.",
"type": "boolean"
},
"itemGroupId": {
"description": "Shared identifier for all variants of the same product.",
"type": "string"
},
"lifestyleImageLinks": {
"description": "Additional URLs of lifestyle images of the item, used to explicitly identify images that showcase your item in a real-world context. See the [Help Center article](https://support.google.com/merchants/answer/9103186) for more information.",
"items": {
"type": "string"
},
"type": "array"
},
"link": {
"description": "URL directly linking to your item's page on your online store.",
"type": "string"
},
"linkTemplate": {
"description": "[Link template](https://support.google.com/merchants/answer/13871172) for business hosted local storefront.",
"type": "string"
},
"loyaltyPoints": {
"$ref": "LoyaltyPoints",
"description": "Loyalty points that users receive after purchasing the item. Japan only."
},
"loyaltyPrograms": {
"description": "A list of loyalty program information that is used to surface loyalty benefits (for example, better pricing, points, etc) to the user of this item.",
"items": {
"$ref": "LoyaltyProgram"
},
"type": "array"
},
"material": {
"description": "The [material](https://support.google.com/merchants/answer/6324410) of which the item is made. For example, \"Leather\" or \"Cotton\".",
"type": "string"
},
"maxEnergyEfficiencyClass": {
"description": "The [energy efficiency class](https://support.google.com/merchants/answer/7562785) as defined in EU directive 2010/30/EU.",
"enum": [
"ENERGY_EFFICIENCY_CLASS_UNSPECIFIED",
"APPP",
"APP",
"AP",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
"enumDescriptions": [
"The energy efficiency class is unspecified.",
"A+++.",
"A++.",
"A+.",
"A.",
"B.",
"C.",
"D.",
"E.",
"F.",
"G."
],
"type": "string"
},
"maxHandlingTime": {
"description": "Maximal product handling time (in business days).",
"format": "int64",
"type": "string"
},
"maximumRetailPrice": {
"$ref": "Price",
"description": "Maximum retail price (MRP) of the item. Applicable to India only."
},
"minEnergyEfficiencyClass": {
"description": "The [energy efficiency class](https://support.google.com/merchants/answer/7562785) as defined in EU directive 2010/30/EU.",
"enum": [
"ENERGY_EFFICIENCY_CLASS_UNSPECIFIED",
"APPP",
"APP",
"AP",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
"enumDescriptions": [
"The energy efficiency class is unspecified.",
"A+++.",
"A++.",
"A+.",
"A.",
"B.",
"C.",
"D.",
"E.",
"F.",
"G."
],
"type": "string"
},
"minHandlingTime": {
"description": "Minimal product handling time (in business days).",
"format": "int64",
"type": "string"
},
"mobileLink": {
"description": "URL for the mobile-optimized version of your item's landing page.",
"type": "string"
},
"mobileLinkTemplate": {
"description": "[Link template](https://support.google.com/merchants/answer/13870216) for business hosted local storefront optimized for mobile devices.",
"type": "string"
},
"mpn": {
"description": "Manufacturer Part Number ([MPN](https://support.google.com/merchants/answer/188494#mpn)) of the item.",
"type": "string"
},
"multipack": {
"description": "The number of identical products in a business-defined multipack.",
"format": "int64",
"type": "string"
},
"pattern": {
"description": "The item's [pattern](https://support.google.com/merchants/answer/6324483). For example, polka dots.",
"type": "string"
},
"pause": {
"description": "Publication of this item will be temporarily [paused](https://support.google.com/merchants/answer/11909930).",
"enum": [
"PAUSE_UNSPECIFIED",
"ADS",
"ALL"
],
"enumDescriptions": [
"The pause is unspecified.",
"You\u2019re currently pausing your product for all ads locations (including Shopping Ads, Display Ads, and local inventory ads).",
"You\u2019re currently pausing your product for all Shopping locations (including Shopping Ads, Display Ads, local inventory ads, Buy on Google, and free listings)."
],
"type": "string"
},
"pickupMethod": {
"description": "The [pickup](https://support.google.com/merchants/answer/14634021) option for the item.",
"enum": [
"PICKUP_METHOD_UNSPECIFIED",
"NOT_SUPPORTED",
"BUY",
"RESERVE",
"SHIP_TO_STORE"
],
"enumDescriptions": [
"Pickup method is not specified.",
"The item is not available for store pickup.",
"The entire transaction occurs online.",
"The item is reserved online and the transaction occurs in-store.",
"The item is purchased online and shipped to a local store for the customer to pick up."
],
"type": "string"
},
"pickupSla": {
"description": "Item store pickup timeline. For more information, see [Pickup SLA](https://support.google.com/merchants/answer/14635400).",
"enum": [
"PICKUP_SLA_UNSPECIFIED",
"SAME_DAY",
"NEXT_DAY",
"TWO_DAY",
"THREE_DAY",
"FOUR_DAY",
"FIVE_DAY",
"SIX_DAY",
"MULTI_WEEK"
],
"enumDescriptions": [
"Pickup SLA is not specified.",
"Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.",
"Indicates that the product is available for pickup the following day that the order is placed.",
"Indicates that the product will be shipped to a store for a customer to pick up in 2 days.",
"Indicates that the product will be shipped to a store for a customer to pick up in 3 days.",
"Indicates that the product will be shipped to a store for a customer to pick up in 4 days",
"Indicates that the product will be shipped to a store for a customer to pick up in 5 days.",
"Indicates that the product will be shipped to a store for a customer to pick up in 6 days.",
"Indicates that the product will be shipped to a store for a customer to pick up in one week or more."
],
"type": "string"
},
"price": {
"$ref": "Price",
"description": "Price of the item."
},
"productDetails": {
"description": "Technical specification or additional product details.",
"items": {
"$ref": "ProductDetail"
},
"type": "array"
},
"productHeight": {
"$ref": "ProductDimension",
"description": "The height of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive)."
},
"productHighlights": {
"description": "Bullet points describing the most relevant [product highlights](https://support.google.com/merchants/answer/9216100).",
"items": {
"type": "string"
},
"type": "array"
},
"productLength": {
"$ref": "ProductDimension",
"description": "The length of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive)."
},
"productTypes": {
"description": "Categories of the item (formatted as in [product data specification](https://support.google.com/merchants/answer/7052112#product_category)).",
"items": {
"type": "string"
},
"type": "array"
},
"productWeight": {
"$ref": "ProductWeight",
"description": "The weight of the product in the units provided. The value must be between 0 (exclusive) and 2000 (inclusive)."
},
"productWidth": {
"$ref": "ProductDimension",
"description": "The width of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive)."
},
"promotionIds": {
"description": "The unique ID of a promotion.",
"items": {
"type": "string"
},
"type": "array"
},
"salePrice": {
"$ref": "Price",
"description": "Advertised sale price of the item."
},
"salePriceEffectiveDate": {
"$ref": "Interval",
"description": "Date range during which the item is on sale, see [product data specification](https://support.google.com/merchants/answer/7052112#price_and_availability)."
},
"sellOnGoogleQuantity": {
"description": "The quantity of the product that is available for selling on Google. Supported only for online products.",
"format": "int64",
"type": "string"
},
"shipping": {
"description": "Shipping rules.",
"items": {
"$ref": "Shipping"
},
"type": "array"
},
"shippingHeight": {
"$ref": "ShippingDimension",
"description": "Height of the item for shipping."
},
"shippingLabel": {
"description": "The shipping label of the product, used to group product in account-level shipping rules.",
"type": "string"
},
"shippingLength": {
"$ref": "ShippingDimension",
"description": "Length of the item for shipping."
},
"shippingWeight": {
"$ref": "ShippingWeight",
"description": "Weight of the item for shipping."
},
"shippingWidth": {
"$ref": "ShippingDimension",
"description": "Width of the item for shipping."
},
"shoppingAdsExcludedCountries": {
"description": "List of country codes [(ISO 3166-1 alpha-2)](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to exclude the offer from Shopping Ads destination. Countries from this list are removed from countries configured in data source settings.",
"items": {
"type": "string"
},
"type": "array"
},
"size": {
"description": "Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value, see [Size](https://support.google.com/merchants/answer/6324492).",
"type": "string"
},
"sizeSystem": {
"description": "System in which the size is specified. Recommended for apparel items. For more information, see [Size system](https://support.google.com/merchants/answer/6324502).",
"enum": [
"SIZE_SYSTEM_UNSPECIFIED",
"AU",
"BR",
"CN",
"DE",
"EU",
"FR",
"IT",
"JP",
"MEX",
"UK",
"US"
],
"enumDescriptions": [
"Unspecified size system.",
"AU.",
"BR.",
"CN.",
"DE.",
"EU.",
"FR.",
"IT.",
"JP.",
"MEX.",
"UK.",
"US."
],
"type": "string"
},
"sizeTypes": {
"description": "The cut of the item. It can be used to represent combined size types for apparel items. Maximum two of size types can be provided, see [Size type](https://support.google.com/merchants/answer/6324497).",
"items": {
"enum": [
"SIZE_TYPE_UNSPECIFIED",
"REGULAR",
"PETITE",
"MATERNITY",
"BIG",
"TALL",
"PLUS"
],
"enumDescriptions": [
"The size type is not specified.",
"Regular size.",
"Petite size.",
"Maternity size.",
"Big size.",
"Tall size.",
"Plus size."
],
"type": "string"
},
"type": "array"
},
"structuredDescription": {
"$ref": "StructuredDescription",
"description": "Structured description, for algorithmically (AI)-generated descriptions."
},
"structuredTitle": {
"$ref": "StructuredTitle",
"description": "Structured title, for algorithmically (AI)-generated titles."
},
"subscriptionCost": {
"$ref": "SubscriptionCost",
"description": "Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract."
},
"sustainabilityIncentives": {
"description": "The list of sustainability incentive programs.",
"items": {
"$ref": "ProductSustainabilityIncentive"
},
"type": "array"
},
"title": {
"description": "Title of the item.",
"type": "string"
},
"transitTimeLabel": {
"description": "The transit time label of the product, used to group product in account-level transit time tables.",
"type": "string"
},
"unitPricingBaseMeasure": {
"$ref": "UnitPricingBaseMeasure",
"description": "The preference of the denominator of the unit price."
},
"unitPricingMeasure": {
"$ref": "UnitPricingMeasure",
"description": "The measure and dimension of an item."
},
"virtualModelLink": {
"description": "URL of the 3D image of the item. See the [Help Center article](https://support.google.com/merchants/answer/13674896) for more information.",
"type": "string"
}
},
"type": "object"
},
"ProductCertification": {
"description": "Product [certification](https://support.google.com/merchants/answer/13528839), initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.",
"id": "ProductCertification",
"properties": {
"certificationAuthority": {
"description": "The certification authority.",
"enum": [
"CERTIFICATION_AUTHORITY_UNSPECIFIED",
"ADEME",
"BMWK",
"EPA",
"EC"
],
"enumDescriptions": [
"Certification authority is not specified.",
"For the French CO2 emissions class for vehicles.",
"For the German CO2 emissions classes for vehicles.",
"Environment Protection Agency.",
"European Commission for energy labels in the EU."
],
"type": "string"
},
"certificationCode": {
"description": "The certification code. Maximum length is 2000 characters.",
"type": "string"
},
"certificationName": {
"description": "The name of the certification.",
"enum": [
"CERTIFICATION_NAME_UNSPECIFIED",
"ENERGY_STAR",
"ENERGY_STAR_MOST_EFFICIENT",
"EPREL",
"EU_ECOLABEL",
"VEHICLE_ENERGY_EFFICIENCY",
"VEHICLE_ENERGY_EFFICIENCY_DISCHARGED_BATTERY"
],
"enumDescriptions": [
"Certification name is not specified.",
"Energy Star.",
"Energy Star Most Efficient.",
"Represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.",
"EU Ecolabel.",
"The overall CO2 class of a vehicle",
"For the CO2 class of a vehicle with a discharged battery."
],
"type": "string"
},
"certificationValue": {
"description": "The certification value (also known as class, level or grade), for example \"A+\", \"C\", \"gold\". Maximum length is 2000 characters.",
"type": "string"
}
},
"type": "object"
},
"ProductChange": {
"description": "The change that happened to the product including old value, new value, country code as the region code and reporting context.",
"id": "ProductChange",
"properties": {
"newValue": {
"description": "The new value of the changed resource or attribute. If empty, it means that the product was deleted. Will have one of these values : (`approved`, `pending`, `disapproved`, ``)",
"type": "string"
},
"oldValue": {
"description": "The old value of the changed resource or attribute. If empty, it means that the product was created. Will have one of these values : (`approved`, `pending`, `disapproved`, ``)",
"type": "string"
},
"regionCode": {
"description": "Countries that have the change (if applicable). Represented in the ISO 3166 format.",
"type": "string"
},
"reportingContext": {
"description": "Reporting contexts that have the change (if applicable). Currently this field supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)",
"enum": [
"REPORTING_CONTEXT_ENUM_UNSPECIFIED",
"SHOPPING_ADS",
"DISCOVERY_ADS",
"DEMAND_GEN_ADS",
"DEMAND_GEN_ADS_DISCOVER_SURFACE",
"VIDEO_ADS",
"DISPLAY_ADS",
"LOCAL_INVENTORY_ADS",
"VEHICLE_INVENTORY_ADS",
"FREE_LISTINGS",
"FREE_LOCAL_LISTINGS",
"FREE_LOCAL_VEHICLE_LISTINGS",
"YOUTUBE_AFFILIATE",
"YOUTUBE_SHOPPING",
"CLOUD_RETAIL",
"LOCAL_CLOUD_RETAIL",
"PRODUCT_REVIEWS",
"MERCHANT_REVIEWS",
"YOUTUBE_CHECKOUT"
],
"enumDeprecated": [
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
"Not specified.",
"[Shopping ads](https://support.google.com/merchants/answer/6149970).",
"Deprecated: Use `DEMAND_GEN_ADS` instead. [Discovery and Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads](https://support.google.com/merchants/answer/13389785).",
"[Demand Gen ads on Discover surface](https://support.google.com/merchants/answer/13389785).",
"[Video ads](https://support.google.com/google-ads/answer/6340491).",
"[Display ads](https://support.google.com/merchants/answer/6069387).",
"[Local inventory ads](https://support.google.com/merchants/answer/3271956).",
"[Vehicle inventory ads](https://support.google.com/merchants/answer/11544533).",
"[Free product listings](https://support.google.com/merchants/answer/9199328).",
"[Free local product listings](https://support.google.com/merchants/answer/9825611).",
"[Free local vehicle listings](https://support.google.com/merchants/answer/11544533).",
"[Youtube Affiliate](https://support.google.com/youtube/answer/13376398).",
"[YouTube Shopping](https://support.google.com/merchants/answer/13478370).",
"[Cloud retail](https://cloud.google.com/solutions/retail).",
"[Local cloud retail](https://cloud.google.com/solutions/retail).",
"[Product Reviews](https://support.google.com/merchants/answer/14620732).",
"[Merchant Reviews](https://developers.google.com/merchant-review-feeds).",
"YouTube Checkout ."
],
"type": "string"
}
},
"type": "object"
},
"ProductDetail": {
"description": "The product details.",
"id": "ProductDetail",
"properties": {
"attributeName": {
"description": "The name of the product detail.",
"type": "string"
},
"attributeValue": {
"description": "The value of the product detail.",
"type": "string"
},
"sectionName": {
"description": "The section header used to group a set of product details.",
"type": "string"
}
},
"type": "object"
},
"ProductDimension": {
"description": "The dimension of the product.",
"id": "ProductDimension",
"properties": {
"unit": {
"description": "Required. The dimension units. Acceptable values are: * \"`in`\" * \"`cm`\"",
"type": "string"
},
"value": {
"description": "Required. The dimension value represented as a number. The value can have a maximum precision of four decimal places.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"ProductInput": {
"description": "This resource represents input data you submit for a product, not the processed product that you see in Merchant Center, in Shopping ads, or across Google surfaces. Product inputs, rules and supplemental data source data are combined to create the processed Product. For more information, see [Manage products](/merchant/api/guides/products/overview). Required product input attributes to pass data validation checks are primarily defined in the [Products Data Specification](https://support.google.com/merchants/answer/188494). The following attributes are required: feedLabel, contentLanguage and offerId. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved. All fields in the product input and its sub-messages match the English name of their corresponding attribute in the [Products Data Specification](https://support.google.com/merchants/answer/188494) with [some exceptions](https://support.google.com/merchants/answer/7052112). The following reference documentation lists the field names in the **camelCase** casing style while the Products Data Specification lists the names in the **snake_case** casing style.",
"id": "ProductInput",
"properties": {
"contentLanguage": {
"description": "Required. Immutable. The two-letter [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the product.",
"type": "string"
},
"customAttributes": {
"description": "Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per product, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.",
"items": {
"$ref": "CustomAttribute"
},
"type": "array"
},
"feedLabel": {
"description": "Required. Immutable. The feed label that lets you categorize and identify your products. The maximum allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and underscore. The feed label must not include any spaces. For more information, see [Using feed labels](//support.google.com/merchants/answer/14994087).",
"type": "string"
},
"legacyLocal": {
"description": "Immutable. Determines whether the product is **only** targeting local destinations and whether the product name should be distinguished with a `local~` prefix. For example, `accounts/123/productInputs/local~en~US~sku123`. If a product that is not `legacy_local` is already targeting local destinations, creating a `legacy_local` product with an otherwise matching name will fail.",
"type": "boolean"
},
"name": {
"description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of: `content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/en~US~sku123`. A legacy local product input name would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to the v1beta version, the `productInput` section consists of: `channel~content_language~feed_label~offer_id`, for example: `accounts/123/productInputs/online~en~US~sku123`.",
"type": "string"
},
"offerId": {
"description": "Required. Immutable. Your unique identifier for the product. This is the same for the product input and processed product. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. See the [products data specification](https://support.google.com/merchants/answer/188494#id) for details.",
"type": "string"
},
"product": {
"description": "Output only. The name of the processed product. Format: `accounts/{account}/products/{product}`",
"readOnly": true,
"type": "string"
},
"productAttributes": {
"$ref": "ProductAttributes",
"description": "Optional. A list of strongly-typed product attributes."
},
"versionNumber": {
"description": "Optional. Immutable. Represents the existing version (freshness) of the product, which can be used to preserve the right order when multiple updates are done at the same time. If set, the insertion is prevented when version number is lower than the current version number of the existing product. Re-insertion (for example, product refresh after 30 days) can be performed with the current `version_number`. Only supported for insertions into primary data sources. Do not set this field for updates. Do not set this field for insertions into supplemental data sources. If the operation is prevented, the aborted exception will be thrown.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"ProductInstallment": {
"description": "A message that represents installment.",
"id": "ProductInstallment",
"properties": {
"amount": {
"$ref": "Price",
"description": "The amount the buyer has to pay per month."
},
"creditType": {
"description": "Type of installment payments.",
"enum": [
"CREDIT_TYPE_UNSPECIFIED",
"FINANCE",
"LEASE"
],
"enumDescriptions": [
"Default value. This value is unused.",
"Finance.",
"Lease."
],
"type": "string"
},
"downpayment": {
"$ref": "Price",
"description": "The up-front down payment amount the buyer has to pay."
},
"months": {
"description": "The number of installments the buyer has to pay.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"ProductStatus": {
"description": "The status of a product, data validation issues, that is, information about a product computed asynchronously.",
"id": "ProductStatus",
"properties": {
"creationDate": {
"description": "Date on which the item has been created, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format.",
"format": "google-datetime",
"type": "string"
},
"destinationStatuses": {
"description": "The intended destinations for the product.",
"items": {
"$ref": "DestinationStatus"
},
"type": "array"
},
"googleExpirationDate": {
"description": "Date on which the item expires, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format.",
"format": "google-datetime",
"type": "string"
},
"itemLevelIssues": {
"description": "A list of all issues associated with the product.",
"items": {
"$ref": "ItemLevelIssue"
},
"type": "array"
},
"lastUpdateDate": {
"description": "Date on which the item has been last updated, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"ProductStatusChangeMessage": {
"description": "The message that the merchant will receive to notify about product status change event",
"id": "ProductStatusChangeMessage",
"properties": {
"account": {
"description": "The target account that owns the entity that changed. Format : `accounts/{merchant_id}`",
"type": "string"
},
"attribute": {
"description": "The attribute in the resource that changed, in this case it will be always `Status`.",
"enum": [
"ATTRIBUTE_UNSPECIFIED",
"STATUS"
],
"enumDescriptions": [
"Unspecified attribute",
"Status of the changed entity"
],
"type": "string"
},
"changes": {
"description": "A message to describe the change that happened to the product",
"items": {
"$ref": "ProductChange"
},
"type": "array"
},
"eventTime": {
"description": "The time at which the event was generated. If you want to order the notification messages you receive you should rely on this field not on the order of receiving the notifications.",
"format": "google-datetime",
"type": "string"
},
"expirationTime": {
"description": "Optional. The product expiration time. This field will not be set if the notification is sent for a product deletion event.",
"format": "google-datetime",
"type": "string"
},
"managingAccount": {
"description": "The account that manages the merchant's account. can be the same as merchant id if it is standalone account. Format : `accounts/{service_provider_id}`",
"type": "string"
},
"resource": {
"description": "The product name. Format: `accounts/{account}/products/{product}`",
"type": "string"
},
"resourceId": {
"description": "The product id.",
"type": "string"
},
"resourceType": {
"description": "The resource that changed, in this case it will always be `Product`.",
"enum": [
"RESOURCE_UNSPECIFIED",
"PRODUCT"
],
"enumDescriptions": [
"Unspecified resource",
"Resource type : product"
],
"type": "string"
}
},
"type": "object"
},
"ProductSustainabilityIncentive": {
"description": "Information regarding sustainability-related incentive programs such as rebates or tax relief.",
"id": "ProductSustainabilityIncentive",
"properties": {
"amount": {
"$ref": "Price",
"description": "The fixed amount of the incentive."
},
"percentage": {
"description": "The percentage of the sale price that the incentive is applied to.",
"format": "double",
"type": "number"
},
"type": {
"description": "Sustainability incentive program.",
"enum": [
"TYPE_UNSPECIFIED",
"EV_TAX_CREDIT",
"EV_PRICE_DISCOUNT"
],
"enumDescriptions": [
"Unspecified or unknown sustainability incentive type.",
"Program offering tax liability reductions for electric vehicles and, in some countries, plug-in hybrids. These reductions can be based on a specific amount or a percentage of the sale price.",
"A subsidy program, often called an environmental bonus, provides a purchase grant for electric vehicles and, in some countries, plug-in hybrids. The grant amount may be a fixed sum or a percentage of the sale price."
],
"type": "string"
}
},
"type": "object"
},
"ProductWeight": {
"description": "The weight of the product.",
"id": "ProductWeight",
"properties": {
"unit": {
"description": "Required. The weight unit. Acceptable values are: * \"`g`\" * \"`kg`\" * \"`oz`\" * \"`lb`\"",
"type": "string"
},
"value": {
"description": "Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"Shipping": {
"description": "The Shipping of the product.",
"id": "Shipping",
"properties": {
"country": {
"description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.",
"type": "string"
},
"handlingCutoffTime": {
"description": "The handling cutoff time until which an order has to be placed to be processed in the same day. This is a string in format of HHMM (e.g. `1530`) for 3:30 PM. If not configured, the cutoff time will be defaulted to 8AM PST and `handling_cutoff_timezone` will be ignored.",
"type": "string"
},
"handlingCutoffTimezone": {
"description": "[Timezone identifier](https://developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids) For example `Europe/Zurich`. This field only applies if `handling_cutoff_time` is set. If `handling_cutoff_time` is set but this field is not set, the shipping destination timezone will be used. If both fields are not set, the handling cutoff time will default to 8AM PST.",
"type": "string"
},
"locationGroupName": {
"description": "The location where the shipping is applicable, represented by a location group name.",
"type": "string"
},
"locationId": {
"description": "The numeric ID of a location that the shipping rate applies to as defined in the [AdWords API](https://developers.google.com/adwords/api/docs/appendix/geotargeting).",
"format": "int64",
"type": "string"
},
"maxHandlingTime": {
"description": "Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minHandlingTime is optional if maxHandlingTime is present.",
"format": "int64",
"type": "string"
},
"maxTransitTime": {
"description": "Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minTransitTime is optional if maxTransitTime is present.",
"format": "int64",
"type": "string"
},
"minHandlingTime": {
"description": "Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime; but it is not required if maxHandlingTime is present.",
"format": "int64",
"type": "string"
},
"minTransitTime": {
"description": "Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. minTransitTime can only be present together with maxTransitTime; but it is not required if maxTransitTime is present.",
"format": "int64",
"type": "string"
},
"postalCode": {
"description": "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.",
"type": "string"
},
"price": {
"$ref": "Price",
"description": "Fixed shipping price, represented as a number."
},
"region": {
"description": "The geographic region to which a shipping rate applies. See [region](https://support.google.com/merchants/answer/6324484) for more information.",
"type": "string"
},
"service": {
"description": "A free-form description of the service class or delivery speed.",
"type": "string"
}
},
"type": "object"
},
"ShippingDimension": {
"description": "The ShippingDimension of the product.",
"id": "ShippingDimension",
"properties": {
"unit": {
"description": "The unit of value.",
"type": "string"
},
"value": {
"description": "The dimension of the product used to calculate the shipping cost of the item.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"ShippingWeight": {
"description": "The ShippingWeight of the product.",
"id": "ShippingWeight",
"properties": {
"unit": {
"description": "The unit of value.",
"type": "string"
},
"value": {
"description": "The weight of the product used to calculate the shipping cost of the item.",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"StructuredDescription": {
"description": "Structured description, for algorithmically (AI)-generated descriptions.",
"id": "StructuredDescription",
"properties": {
"content": {
"description": "The description text Maximum length is 5000 characters",
"type": "string"
},
"digitalSourceType": {
"description": "The digital source type. Following [IPTC](https://cv.iptc.org/newscodes/digitalsourcetype).",
"enum": [
"DIGITAL_SOURCE_TYPE_UNSPECIFIED",
"TRAINED_ALGORITHMIC_MEDIA",
"DEFAULT"
],
"enumDescriptions": [
"Digital source type is unspecified.",
"Text created algorithmically using a model derived from sampled content.",
"Text NOT created algorithmically using a model derived from sampled content (the default)"
],
"type": "string"
}
},
"type": "object"
},
"StructuredTitle": {
"description": "Structured title, for algorithmically (AI)-generated titles.",
"id": "StructuredTitle",
"properties": {
"content": {
"description": "The title text Maximum length is 150 characters",
"type": "string"
},
"digitalSourceType": {
"description": "The digital source type. Following [IPTC](https://cv.iptc.org/newscodes/digitalsourcetype).",
"enum": [
"DIGITAL_SOURCE_TYPE_UNSPECIFIED",
"TRAINED_ALGORITHMIC_MEDIA",
"DEFAULT"
],
"enumDescriptions": [
"Digital source type is unspecified.",
"Text created algorithmically using a model derived from sampled content.",
"Text NOT created algorithmically using a model derived from sampled content (the default)"
],
"type": "string"
}
},
"type": "object"
},
"SubscriptionCost": {
"description": "The SubscriptionCost of the product.",
"id": "SubscriptionCost",
"properties": {
"amount": {
"$ref": "Price",
"description": "The amount the buyer has to pay per subscription period."
},
"period": {
"description": "The type of subscription period. Supported values are: * \"`month`\" * \"`year`\"",
"enum": [
"SUBSCRIPTION_PERIOD_UNSPECIFIED",
"MONTH",
"YEAR"
],
"enumDescriptions": [
"Indicates that the subscription period is unspecified.",
"Indicates that the subscription period is month.",
"Indicates that the subscription period is year."
],
"type": "string"
},
"periodLength": {
"description": "The number of subscription periods the buyer has to pay.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"UnitPricingBaseMeasure": {
"description": "The UnitPricingBaseMeasure of the product.",
"id": "UnitPricingBaseMeasure",
"properties": {
"unit": {
"description": "The unit of the denominator.",
"type": "string"
},
"value": {
"description": "The denominator of the unit price.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"UnitPricingMeasure": {
"description": "The UnitPricingMeasure of the product.",
"id": "UnitPricingMeasure",
"properties": {
"unit": {
"description": "The unit of the measure.",
"type": "string"
},
"value": {
"description": "The measure of an item.",
"format": "double",
"type": "number"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Merchant API",
"version": "products_v1",
"version_module": true
}