{ "parameters": { "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "alt": { "type": "string", "description": "Data format for response.", "default": "json", "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" }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "fields": { "type": "string", "description": "Selector specifying which fields to include in a partial response.", "location": "query" }, "key": { "type": "string", "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" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "prettyPrint": { "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "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" }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "$.xgafv": { "type": "string", "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" } }, "ownerName": "Google", "title": "Manufacturer Center API", "servicePath": "", "kind": "discovery#restDescription", "protocol": "rest", "documentationLink": "https://developers.google.com/manufacturers/", "resources": { "accounts": { "resources": { "products": { "methods": { "list": { "id": "manufacturers.accounts.products.list", "path": "v1/{+parent}/products", "flatPath": "v1/accounts/{accountsId}/products", "httpMethod": "GET", "parameters": { "parent": { "description": "Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.", "pattern": "^accounts/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Maximum number of product statuses to return in the response, used for paging.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "The token returned by the previous request.", "location": "query", "type": "string" }, "include": { "description": "The information to be included in the response. Only sections listed here will be returned.", "location": "query", "repeated": true, "type": "string", "enumDescriptions": [ "Unknown, never used.", "Include the attributes of the product.", "Include the issues of the product.", "Include the destination statuses of the product." ], "enum": [ "UNKNOWN", "ATTRIBUTES", "ISSUES", "DESTINATION_STATUSES" ] } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListProductsResponse" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Lists all the products in a Manufacturer Center account." }, "get": { "id": "manufacturers.accounts.products.get", "path": "v1/{+parent}/products/{+name}", "flatPath": "v1/accounts/{accountsId}/products/{productsId}", "httpMethod": "GET", "parameters": { "parent": { "description": "Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.", "pattern": "^accounts/[^/]+$", "location": "path", "required": true, "type": "string" }, "name": { "description": "Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.", "pattern": "^[^/]+$", "location": "path", "required": true, "type": "string" }, "include": { "description": "The information to be included in the response. Only sections listed here will be returned.", "location": "query", "repeated": true, "type": "string", "enumDescriptions": [ "Unknown, never used.", "Include the attributes of the product.", "Include the issues of the product.", "Include the destination statuses of the product." ], "enum": [ "UNKNOWN", "ATTRIBUTES", "ISSUES", "DESTINATION_STATUSES" ] } }, "parameterOrder": [ "parent", "name" ], "response": { "$ref": "Product" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Gets the product from a Manufacturer Center account, including product issues. A recently updated product takes around 15 minutes to process. Changes are only visible after it has been processed. While some issues may be available once the product has been processed, other issues may take days to appear." }, "update": { "id": "manufacturers.accounts.products.update", "path": "v1/{+parent}/products/{+name}", "flatPath": "v1/accounts/{accountsId}/products/{productsId}", "httpMethod": "PUT", "parameters": { "parent": { "description": "Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.", "pattern": "^accounts/[^/]+$", "location": "path", "required": true, "type": "string" }, "name": { "description": "Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.", "pattern": "^[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent", "name" ], "request": { "$ref": "Attributes" }, "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Inserts or updates the attributes of the product in a Manufacturer Center account. Creates a product with the provided attributes. If the product already exists, then all attributes are replaced with the new ones. The checks at upload time are minimal. All required attributes need to be present for a product to be valid. Issues may show up later after the API has accepted a new upload for a product and it is possible to overwrite an existing valid product with an invalid product. To detect this, you should retrieve the product and check it for issues once the new version is available. Uploaded attributes first need to be processed before they can be retrieved. Until then, new products will be unavailable, and retrieval of previously uploaded products will return the original state of the product." }, "delete": { "id": "manufacturers.accounts.products.delete", "path": "v1/{+parent}/products/{+name}", "flatPath": "v1/accounts/{accountsId}/products/{productsId}", "httpMethod": "DELETE", "parameters": { "parent": { "description": "Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.", "pattern": "^accounts/[^/]+$", "location": "path", "required": true, "type": "string" }, "name": { "description": "Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.", "pattern": "^[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent", "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Deletes the product from a Manufacturer Center account." } } }, "languages": { "resources": { "productCertifications": { "methods": { "patch": { "id": "manufacturers.accounts.languages.productCertifications.patch", "path": "v1/{+name}", "flatPath": "v1/accounts/{accountsId}/languages/{languagesId}/productCertifications/{productCertificationsId}", "httpMethod": "PATCH", "parameters": { "name": { "description": "Required. The unique name identifier of a product certification Format: accounts/{account}/languages/{language_code}/productCertifications/{id} Where `id` is a some unique identifier and `language_code` is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.", "pattern": "^accounts/[^/]+/languages/[^/]+/productCertifications/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "description": "Optional. The list of fields to update according to aip.dev/134. However, only full update is supported as of right now. Therefore, it can be either ignored or set to \"*\". Setting any other values will returns UNIMPLEMENTED error.", "location": "query", "type": "string", "format": "google-fieldmask" } }, "parameterOrder": [ "name" ], "request": { "$ref": "ProductCertification" }, "response": { "$ref": "ProductCertification" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Updates (or creates if allow_missing = true) a product certification which links certifications with products. This method can only be called by certification bodies." }, "list": { "id": "manufacturers.accounts.languages.productCertifications.list", "path": "v1/{+parent}/productCertifications", "flatPath": "v1/accounts/{accountsId}/languages/{languagesId}/productCertifications", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The parent, which owns this collection of product certifications. Format: accounts/{account}/languages/{language_code}", "pattern": "^accounts/[^/]+/languages/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "Optional. The maximum number of product certifications to return. The service may return fewer than this value. If unspecified, at most 50 product certifications will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. A page token, received from a previous `ListProductCertifications` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProductCertifications` must match the call that provided the page token. Required if requesting the second or higher page.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListProductCertificationsResponse" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Lists product certifications from a specified certification body. This method can only be called by certification bodies." }, "get": { "id": "manufacturers.accounts.languages.productCertifications.get", "path": "v1/{+name}", "flatPath": "v1/accounts/{accountsId}/languages/{languagesId}/productCertifications/{productCertificationsId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The name of the product certification to get. Format: accounts/{account}/languages/{language_code}/productCertifications/{id}", "pattern": "^accounts/[^/]+/languages/[^/]+/productCertifications/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "ProductCertification" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Gets a product certification by its name. This method can only be called by certification bodies." }, "delete": { "id": "manufacturers.accounts.languages.productCertifications.delete", "path": "v1/{+name}", "flatPath": "v1/accounts/{accountsId}/languages/{languagesId}/productCertifications/{productCertificationsId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The name of the product certification to delete. Format: accounts/{account}/languages/{language_code}/productCertifications/{id}", "pattern": "^accounts/[^/]+/languages/[^/]+/productCertifications/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/manufacturercenter" ], "description": "Deletes a product certification by its name. This method can only be called by certification bodies." } } } } } } } }, "version": "v1", "description": "Public API for managing Manufacturer Center related data.", "ownerDomain": "google.com", "baseUrl": "https://manufacturers.googleapis.com/", "discoveryVersion": "v1", "id": "manufacturers:v1", "fullyEncodeReservedExpansion": true, "version_module": true, "batchPath": "batch", "rootUrl": "https://manufacturers.googleapis.com/", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "name": "manufacturers", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/manufacturercenter": { "description": "Manage your product listings for Google Manufacturer Center" } } } }, "schemas": { "ListProductsResponse": { "id": "ListProductsResponse", "type": "object", "properties": { "products": { "description": "List of the products.", "type": "array", "items": { "$ref": "Product" } }, "nextPageToken": { "description": "The token for the retrieval of the next page of product statuses.", "type": "string" } } }, "Product": { "id": "Product", "description": "Product data.", "type": "object", "properties": { "parent": { "description": "Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account.", "type": "string" }, "name": { "description": "Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.", "type": "string" }, "targetCountry": { "description": "The target country of the product as a CLDR territory code (for example, US).", "type": "string" }, "contentLanguage": { "description": "The content language of the product as a two-letter ISO 639-1 language code (for example, en).", "type": "string" }, "productId": { "description": "The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.", "type": "string" }, "attributes": { "description": "Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.", "$ref": "Attributes" }, "issues": { "description": "A server-generated list of issues associated with the product.", "type": "array", "items": { "$ref": "Issue" } }, "destinationStatuses": { "description": "The status of the destinations.", "type": "array", "items": { "$ref": "DestinationStatus" } } } }, "Attributes": { "id": "Attributes", "description": "Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116.", "type": "object", "properties": { "gtin": { "description": "The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin.", "type": "array", "items": { "type": "string" } }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn.", "type": "string" }, "title": { "description": "The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title.", "type": "string" }, "brand": { "description": "The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand.", "type": "string" }, "productName": { "description": "The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname.", "type": "string" }, "productLine": { "description": "The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline.", "type": "string" }, "productType": { "description": "The type or category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype.", "type": "array", "items": { "type": "string" } }, "description": { "description": "The description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#description.", "type": "string" }, "featureDescription": { "description": "The rich format description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.", "type": "array", "items": { "$ref": "FeatureDescription" } }, "imageLink": { "description": "The image of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#image.", "$ref": "Image" }, "additionalImageLink": { "description": "The additional images of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#addlimage.", "type": "array", "items": { "$ref": "Image" } }, "videoLink": { "description": "The videos of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#video.", "type": "array", "items": { "type": "string" } }, "productPageUrl": { "description": "The URL of the detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage.", "type": "string" }, "disclosureDate": { "description": "The disclosure date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#disclosure.", "type": "string" }, "releaseDate": { "description": "The release date of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#release.", "type": "string" }, "suggestedRetailPrice": { "description": "The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price.", "$ref": "Price" }, "productDetail": { "description": "The details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.", "type": "array", "items": { "$ref": "ProductDetail" } }, "itemGroupId": { "description": "The item group id of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#itemgroupid.", "type": "string" }, "scent": { "description": "The scent of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#scent.", "type": "string" }, "flavor": { "description": "The flavor of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#flavor.", "type": "string" }, "format": { "description": "The format of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#format.", "type": "string" }, "capacity": { "description": "The capacity of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.", "$ref": "Capacity" }, "gender": { "description": "The target gender of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gender.", "type": "string" }, "ageGroup": { "description": "The target age group of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#agegroup.", "type": "string" }, "size": { "description": "The size of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#size.", "type": "string" }, "sizeType": { "description": "The size type of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizetype.", "type": "array", "items": { "type": "string" } }, "sizeSystem": { "description": "The size system of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#sizesystem.", "type": "string" }, "color": { "description": "The color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color.", "type": "string" }, "theme": { "description": "The theme of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#theme.", "type": "string" }, "pattern": { "description": "The pattern of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#pattern.", "type": "string" }, "material": { "description": "The material of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#material.", "type": "string" }, "count": { "description": "The count of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#count.", "$ref": "Count" }, "targetClientId": { "description": "The target client id. Should only be used in the accounts of the data partners. For more information, see https://support.google.com/manufacturers/answer/10857344", "type": "string" }, "excludedDestination": { "description": "A list of excluded destinations such as \"ClientExport\", \"ClientShoppingCatalog\" or \"PartnerShoppingCatalog\". For more information, see https://support.google.com/manufacturers/answer/7443550", "type": "array", "items": { "type": "string" } }, "includedDestination": { "description": "A list of included destinations such as \"ClientExport\", \"ClientShoppingCatalog\" or \"PartnerShoppingCatalog\". For more information, see https://support.google.com/manufacturers/answer/7443550", "type": "array", "items": { "type": "string" } }, "productHighlight": { "description": "The product highlights. For more information, see https://support.google.com/manufacturers/answer/10066942", "type": "array", "items": { "type": "string" } }, "richProductContent": { "description": "Rich product content. For more information, see https://support.google.com/manufacturers/answer/9389865", "type": "array", "items": { "type": "string" } }, "nutrition": { "description": "Nutrition Attributes. See more at https://support.google.com/manufacturers/answer/12098458#food-servings.", "$ref": "Nutrition" }, "grocery": { "description": "Grocery Attributes. See more at https://support.google.com/manufacturers/answer/12098458#grocery.", "$ref": "Grocery" }, "virtualModelLink": { "description": "Virtual Model (3d) asset link.", "type": "string" }, "certification": { "description": "Optional. List of certifications claimed by this product.", "type": "array", "items": { "$ref": "GoogleShoppingManufacturersV1ProductCertification" } } } }, "FeatureDescription": { "id": "FeatureDescription", "description": "A feature description of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#featuredesc.", "type": "object", "properties": { "headline": { "description": "A short description of the feature.", "type": "string" }, "text": { "description": "A detailed description of the feature.", "type": "string" }, "image": { "description": "An optional image describing the feature.", "$ref": "Image" } } }, "Image": { "id": "Image", "description": "An image.", "type": "object", "properties": { "type": { "description": "The type of the image, i.e., crawled or uploaded. @OutputOnly", "type": "string", "enumDescriptions": [ "Type is unspecified. Should not be used.", "The image was crawled from a provided URL.", "The image was uploaded." ], "enum": [ "TYPE_UNSPECIFIED", "CRAWLED", "UPLOADED" ] }, "status": { "description": "The status of the image. @OutputOnly", "type": "string", "enumDescriptions": [ "The image status is unspecified. Should not be used.", "The image was uploaded and is being processed.", "The image crawl is still pending.", "The image was processed and it meets the requirements.", "The image URL is protected by robots.txt file and cannot be crawled.", "The image URL is protected by X-Robots-Tag and cannot be crawled.", "There was an error while crawling the image.", "The image cannot be processed.", "The image cannot be decoded.", "The image is too big.", "The image was manually overridden and will not be crawled.", "The image crawl was postponed to avoid overloading the host.", "The image URL returned a \"404 Not Found\" error." ], "enum": [ "STATUS_UNSPECIFIED", "PENDING_PROCESSING", "PENDING_CRAWL", "OK", "ROBOTED", "XROBOTED", "CRAWL_ERROR", "PROCESSING_ERROR", "DECODING_ERROR", "TOO_BIG", "CRAWL_SKIPPED", "HOSTLOADED", "HTTP_404" ] }, "imageUrl": { "description": "The URL of the image. For crawled images, this is the provided URL. For uploaded images, this is a serving URL from Google if the image has been processed successfully.", "type": "string" } } }, "Price": { "id": "Price", "description": "A price.", "type": "object", "properties": { "amount": { "description": "The numeric value of the price.", "type": "string" }, "currency": { "description": "The currency in which the price is denoted.", "type": "string" } } }, "ProductDetail": { "id": "ProductDetail", "description": "A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.", "type": "object", "properties": { "sectionName": { "description": "A short section name that can be reused between multiple product details.", "type": "string" }, "attributeName": { "description": "The name of the attribute.", "type": "string" }, "attributeValue": { "description": "The value of the attribute.", "type": "string" } } }, "Capacity": { "id": "Capacity", "description": "The capacity of a product. For more information, see https://support.google.com/manufacturers/answer/6124116#capacity.", "type": "object", "properties": { "value": { "description": "The numeric value of the capacity.", "type": "string", "format": "int64" }, "unit": { "description": "The unit of the capacity, i.e., MB, GB, or TB.", "type": "string" } } }, "Count": { "id": "Count", "description": "The number of products in a single package. For more information, see https://support.google.com/manufacturers/answer/6124116#count.", "type": "object", "properties": { "value": { "description": "The numeric value of the number of products in a package.", "type": "string", "format": "int64" }, "unit": { "description": "The unit in which these products are counted.", "type": "string" } } }, "Nutrition": { "id": "Nutrition", "type": "object", "properties": { "servingSizeDescription": { "description": "Food Serving Size. Serving size description.", "type": "string" }, "servingsPerContainer": { "description": "Servings per container.", "type": "string" }, "servingSizeMeasure": { "description": "Serving size measure.", "$ref": "FloatUnit" }, "preparedSizeDescription": { "description": "Prepared size description.", "type": "string" }, "nutritionFactMeasure": { "description": "Nutrition fact measure.", "type": "string" }, "energy": { "description": "Mandatory Nutrition Facts. Energy.", "$ref": "FloatUnit" }, "energyFromFat": { "description": "Energy from fat.", "$ref": "FloatUnit" }, "totalFat": { "description": "Total fat.", "$ref": "FloatUnit" }, "totalFatDailyPercentage": { "description": "Total fat daily percentage.", "type": "number", "format": "double" }, "saturatedFat": { "description": "Saturated fat.", "$ref": "FloatUnit" }, "saturatedFatDailyPercentage": { "description": "Saturated fat daily percentage.", "type": "number", "format": "double" }, "monounsaturatedFat": { "description": "Monounsaturated fat.", "$ref": "FloatUnit" }, "polyunsaturatedFat": { "description": "Polyunsaturated fat.", "$ref": "FloatUnit" }, "transFat": { "description": "Trans fat.", "$ref": "FloatUnit" }, "transFatDailyPercentage": { "description": "Trans fat daily percentage.", "type": "number", "format": "double" }, "cholesterol": { "description": "Cholesterol.", "$ref": "FloatUnit" }, "cholesterolDailyPercentage": { "description": "Cholesterol daily percentage.", "type": "number", "format": "double" }, "sodium": { "description": "Sodium.", "$ref": "FloatUnit" }, "sodiumDailyPercentage": { "description": "Sodium daily percentage.", "type": "number", "format": "double" }, "totalCarbohydrate": { "description": "Total carbohydrate.", "$ref": "FloatUnit" }, "totalCarbohydrateDailyPercentage": { "description": "Total carbohydrate daily percentage.", "type": "number", "format": "double" }, "dietaryFiber": { "description": "Dietary fiber.", "$ref": "FloatUnit" }, "dietaryFiberDailyPercentage": { "description": "Dietary fiber daily percentage.", "type": "number", "format": "double" }, "totalSugars": { "description": "Total sugars.", "$ref": "FloatUnit" }, "totalSugarsDailyPercentage": { "description": "Total sugars daily percentage.", "type": "number", "format": "double" }, "addedSugars": { "description": "Added sugars.", "$ref": "FloatUnit" }, "addedSugarsDailyPercentage": { "description": "Added sugars daily percentage.", "type": "number", "format": "double" }, "protein": { "description": "Protein.", "$ref": "FloatUnit" }, "proteinDailyPercentage": { "description": "Protein daily percentage.", "type": "number", "format": "double" }, "polyols": { "description": "Polyols.", "$ref": "FloatUnit" }, "starch": { "description": "Starch.", "$ref": "FloatUnit" }, "vitaminD": { "description": "Vitamin D.", "$ref": "FloatUnit" }, "vitaminDDailyPercentage": { "description": "Vitamin D daily percentage.", "type": "number", "format": "double" }, "calcium": { "description": "Calcium.", "$ref": "FloatUnit" }, "calciumDailyPercentage": { "description": "Calcium daily percentage.", "type": "number", "format": "double" }, "iron": { "description": "Iron.", "$ref": "FloatUnit" }, "ironDailyPercentage": { "description": "Iron daily percentage.", "type": "number", "format": "double" }, "potassium": { "description": "Potassium.", "$ref": "FloatUnit" }, "potassiumDailyPercentage": { "description": "Potassium daily percentage.", "type": "number", "format": "double" }, "folateMcgDfe": { "description": "Folate mcg DFE.", "type": "number", "format": "double" }, "folateDailyPercentage": { "description": "Folate daily percentage.", "type": "number", "format": "double" }, "folateFolicAcid": { "description": "Folate folic acid.", "$ref": "FloatUnit" }, "voluntaryNutritionFact": { "description": "Voluntary nutrition fact.", "type": "array", "items": { "$ref": "VoluntaryNutritionFact" } } } }, "FloatUnit": { "id": "FloatUnit", "description": "Combination of float amount and unit.", "type": "object", "properties": { "amount": { "description": "amount.", "type": "number", "format": "double" }, "unit": { "description": "unit.", "type": "string" } } }, "VoluntaryNutritionFact": { "id": "VoluntaryNutritionFact", "description": "Voluntary Nutrition Facts.", "type": "object", "properties": { "name": { "description": "Name.", "type": "string" }, "value": { "description": "Value.", "$ref": "FloatUnit" }, "dailyPercentage": { "description": "Daily percentage.", "type": "number", "format": "double" } } }, "Grocery": { "id": "Grocery", "type": "object", "properties": { "ingredients": { "description": "Ingredients.", "type": "string" }, "activeIngredients": { "description": "Active ingredients.", "type": "string" }, "allergens": { "description": "Allergens.", "type": "string" }, "directions": { "description": "Directions.", "type": "string" }, "storageInstructions": { "description": "Storage instructions.", "type": "string" }, "indications": { "description": "Indications.", "type": "string" }, "nutritionClaim": { "description": "Nutrition claim.", "type": "array", "items": { "type": "string" } }, "derivedNutritionClaim": { "description": "Derived nutrition claim.", "type": "array", "items": { "type": "string" } }, "alcoholByVolume": { "description": "Alcohol by volume.", "type": "number", "format": "double" } } }, "GoogleShoppingManufacturersV1ProductCertification": { "id": "GoogleShoppingManufacturersV1ProductCertification", "description": "Description of a certification.", "type": "object", "properties": { "name": { "description": "Required. Name of the certification.", "type": "string" }, "authority": { "description": "Required. Name of the certification body.", "type": "string" }, "code": { "description": "Required. A unique code to identify the certification.", "type": "string" } } }, "Issue": { "id": "Issue", "description": "Product issue.", "type": "object", "properties": { "type": { "description": "The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.", "type": "string" }, "severity": { "description": "The severity of the issue.", "type": "string", "enumDescriptions": [ "Unspecified severity, never used.", "Error severity. The issue prevents the usage of the whole item.", "Warning severity. The issue is either one that prevents the usage of the attribute that triggered it or one that will soon prevent the usage of the whole item.", "Info severity. The issue is one that doesn't require immediate attention. It is, for example, used to communicate which attributes are still pending review." ], "enum": [ "SEVERITY_UNSPECIFIED", "ERROR", "WARNING", "INFO" ] }, "attribute": { "description": "If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.", "type": "string" }, "title": { "description": "Short title describing the nature of the issue.", "type": "string" }, "description": { "description": "Longer description of the issue focused on how to resolve it.", "type": "string" }, "resolution": { "description": "What needs to happen to resolve the issue.", "type": "string", "enumDescriptions": [ "Unspecified resolution, never used.", "The user who provided the data must act in order to resolve the issue (for example by correcting some data).", "The issue will be resolved automatically (for example image crawl or Google review). No action is required now. Resolution might lead to another issue (for example if crawl fails)." ], "enum": [ "RESOLUTION_UNSPECIFIED", "USER_ACTION", "PENDING_PROCESSING" ] }, "destination": { "description": "The destination this issue applies to.", "type": "string" }, "timestamp": { "description": "The timestamp when this issue appeared.", "type": "string", "format": "google-datetime" } } }, "DestinationStatus": { "id": "DestinationStatus", "description": "The destination status.", "type": "object", "properties": { "destination": { "description": "The name of the destination.", "type": "string" }, "status": { "description": "The status of the destination.", "type": "string", "enumDescriptions": [ "Unspecified status, never used.", "The product is used for this destination.", "The decision is still pending.", "The product is disapproved. Please look at the issues." ], "enum": [ "UNKNOWN", "ACTIVE", "PENDING", "DISAPPROVED" ] } } }, "Empty": { "id": "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); }", "type": "object", "properties": {} }, "ProductCertification": { "id": "ProductCertification", "description": "Product certification data.", "type": "object", "properties": { "name": { "description": "Required. The unique name identifier of a product certification Format: accounts/{account}/languages/{language_code}/productCertifications/{id} Where `id` is a some unique identifier and `language_code` is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.", "type": "string" }, "title": { "description": "Required. This is to clearly identify the product you are certifying.", "type": "string" }, "brand": { "description": "Required. This is the product's brand name. The brand is used to help identify your product.", "type": "string" }, "mpn": { "description": "Optional. These are the Manufacturer Part Numbers (MPN). MPNs are used to uniquely identify a specific product among all products from the same manufacturer", "type": "array", "items": { "type": "string" } }, "productCode": { "description": "Optional. Another name for GTIN.", "type": "array", "items": { "type": "string" } }, "countryCode": { "description": "Optional. A 2-letter country code (ISO 3166-1 Alpha 2).", "type": "array", "items": { "type": "string" } }, "productType": { "description": "Optional. These are your own product categorization system in your product data.", "type": "array", "items": { "type": "string" } }, "certification": { "description": "Required. A list of certifications to link to the described product.", "type": "array", "items": { "$ref": "Certification" } }, "issues": { "description": "Output only. A server-generated list of issues associated with the product.", "readOnly": true, "type": "array", "items": { "$ref": "Issue" } }, "destinationStatuses": { "description": "Output only. The statuses of the destinations.", "readOnly": true, "type": "array", "items": { "$ref": "DestinationStatus" } } } }, "Certification": { "id": "Certification", "description": "Description of a certification.", "type": "object", "properties": { "name": { "description": "Required. Name of the certification.", "type": "string" }, "authority": { "description": "Required. Name of the certification body.", "type": "string" }, "code": { "description": "Required. A unique code to identify the certification.", "type": "string" }, "value": { "description": "Optional. A custom value of the certification.", "type": "string" }, "link": { "description": "Optional. A URL link to the certification.", "type": "string" }, "logo": { "description": "Optional. A URL link to the certification logo.", "type": "string" }, "validUntil": { "description": "Optional. The expiration date (UTC).", "type": "string" } } }, "ListProductCertificationsResponse": { "id": "ListProductCertificationsResponse", "description": "Response for ListProductCertifications method.", "type": "object", "properties": { "productCertifications": { "description": "The product certifications from the specified certification body.", "type": "array", "items": { "$ref": "ProductCertification" } }, "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" } } } }, "canonicalName": "Manufacturer Center", "revision": "20231109", "mtlsRootUrl": "https://manufacturers.mtls.googleapis.com/", "basePath": "" }