blob: d35a199e2048060b824b3efd3c2aaa48b31bcc2f [file] [log] [blame]
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/manufacturercenter": {
"description": "Manage your product listings for Google Manufacturer Center"
}
}
}
},
"basePath": "",
"baseUrl": "https://manufacturers.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Manufacturer Center",
"description": "Public API for managing Manufacturer Center related data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/manufacturers/",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "manufacturers:v1",
"kind": "discovery#restDescription",
"name": "manufacturers",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"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"
},
"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"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"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"
}
},
"protocol": "rest",
"resources": {
"accounts": {
"resources": {
"products": {
"methods": {
"delete": {
"description": "Deletes the product from a Manufacturer Center account.",
"httpMethod": "DELETE",
"id": "manufacturers.accounts.products.delete",
"parameterOrder": [
"parent",
"name"
],
"parameters": {
"parent": {
"description": "Parent ID in the format `accounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
},
"name": {
"description": "Name in the format `{target_country}:{content_language}:{product_id}`.\n\n`target_country` - The target country of the product as a CLDR territory\n code (for example, US).\n\n`content_language` - The content language of the product as a two-letter\n ISO 639-1 language code (for example, en).\n\n`product_id` - The ID of the product. For more information, see\n https://support.google.com/manufacturers/answer/6124116#id.",
"location": "path",
"pattern": "^[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/products/{+name}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/manufacturercenter"
]
},
"list": {
"description": "Lists all the products in a Manufacturer Center account.",
"httpMethod": "GET",
"id": "manufacturers.accounts.products.list",
"parameterOrder": [
"parent"
],
"parameters": {
"include": {
"description": "The information to be included in the response. Only sections listed here\nwill be returned.",
"enum": [
"UNKNOWN",
"ATTRIBUTES",
"ISSUES",
"DESTINATION_STATUSES"
],
"location": "query",
"repeated": true,
"type": "string"
},
"pageToken": {
"description": "The token returned by the previous request.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Maximum number of product statuses to return in the response, used for\npaging.",
"format": "int32",
"location": "query",
"type": "integer"
},
"parent": {
"description": "Parent ID in the format `accounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/products",
"response": {
"$ref": "ListProductsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/manufacturercenter"
]
},
"get": {
"description": "Gets the product from a Manufacturer Center account, including product\nissues.\n\nA recently updated product takes around 15 minutes to process. Changes are\nonly visible after it has been processed. While some issues may be\navailable once the product has been processed, other issues may take days\nto appear.",
"httpMethod": "GET",
"id": "manufacturers.accounts.products.get",
"parameterOrder": [
"parent",
"name"
],
"parameters": {
"name": {
"description": "Name in the format `{target_country}:{content_language}:{product_id}`.\n\n`target_country` - The target country of the product as a CLDR territory\n code (for example, US).\n\n`content_language` - The content language of the product as a two-letter\n ISO 639-1 language code (for example, en).\n\n`product_id` - The ID of the product. For more information, see\n https://support.google.com/manufacturers/answer/6124116#id.",
"location": "path",
"pattern": "^[^/]+$",
"required": true,
"type": "string"
},
"parent": {
"description": "Parent ID in the format `accounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
},
"include": {
"description": "The information to be included in the response. Only sections listed here\nwill be returned.",
"enum": [
"UNKNOWN",
"ATTRIBUTES",
"ISSUES",
"DESTINATION_STATUSES"
],
"location": "query",
"repeated": true,
"type": "string"
}
},
"path": "v1/{+parent}/products/{+name}",
"response": {
"$ref": "Product"
},
"scopes": [
"https://www.googleapis.com/auth/manufacturercenter"
]
},
"update": {
"description": "Inserts or updates the attributes of the product in a Manufacturer Center\naccount.\n\nCreates a product with the provided attributes. If the product already\nexists, then all attributes are replaced with the new ones. The checks at\nupload time are minimal. All required attributes need to be present for a\nproduct to be valid. Issues may show up later after the API has accepted a\nnew upload for a product and it is possible to overwrite an existing valid\nproduct with an invalid product. To detect this, you should retrieve the\nproduct and check it for issues once the new version is available.\n\nUploaded attributes first need to be processed before they can be\nretrieved. Until then, new products will be unavailable, and retrieval\nof previously uploaded products will return the original state of the\nproduct.",
"httpMethod": "PUT",
"id": "manufacturers.accounts.products.update",
"parameterOrder": [
"parent",
"name"
],
"parameters": {
"parent": {
"description": "Parent ID in the format `accounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
},
"name": {
"description": "Name in the format `{target_country}:{content_language}:{product_id}`.\n\n`target_country` - The target country of the product as a CLDR territory\n code (for example, US).\n\n`content_language` - The content language of the product as a two-letter\n ISO 639-1 language code (for example, en).\n\n`product_id` - The ID of the product. For more information, see\n https://support.google.com/manufacturers/answer/6124116#id.",
"location": "path",
"pattern": "^[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/products/{+name}",
"request": {
"$ref": "Attributes"
},
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/manufacturercenter"
]
}
}
}
}
}
},
"revision": "20190110",
"rootUrl": "https://manufacturers.googleapis.com/",
"schemas": {
"Count": {
"description": "The number of products in a single package. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#count.",
"id": "Count",
"properties": {
"value": {
"description": "The numeric value of the number of products in a package.",
"format": "int64",
"type": "string"
},
"unit": {
"description": "The unit in which these products are counted.",
"type": "string"
}
},
"type": "object"
},
"Capacity": {
"description": "The capacity of a product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#capacity.",
"id": "Capacity",
"properties": {
"value": {
"description": "The numeric value of the capacity.",
"format": "int64",
"type": "string"
},
"unit": {
"description": "The unit of the capacity, i.e., MB, GB, or TB.",
"type": "string"
}
},
"type": "object"
},
"FeatureDescription": {
"description": "A feature description of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc.",
"id": "FeatureDescription",
"properties": {
"text": {
"description": "A detailed description of the feature.",
"type": "string"
},
"image": {
"$ref": "Image",
"description": "An optional image describing the feature."
},
"headline": {
"description": "A short description of the feature.",
"type": "string"
}
},
"type": "object"
},
"Price": {
"description": "A price.",
"id": "Price",
"properties": {
"currency": {
"description": "The currency in which the price is denoted.",
"type": "string"
},
"amount": {
"description": "The numeric value of the price.",
"type": "string"
}
},
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"id": "Empty",
"properties": {},
"type": "object"
},
"Attributes": {
"description": "Attributes of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116.",
"id": "Attributes",
"properties": {
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product. For more information,\nsee https://support.google.com/manufacturers/answer/6124116#mpn.",
"type": "string"
},
"productPageUrl": {
"description": "The URL of the detail page of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#productpage.",
"type": "string"
},
"releaseDate": {
"description": "The release date of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#release.",
"type": "string"
},
"gtin": {
"description": "The Global Trade Item Number (GTIN) of the product. For more information,\nsee https://support.google.com/manufacturers/answer/6124116#gtin.",
"items": {
"type": "string"
},
"type": "array"
},
"itemGroupId": {
"description": "The item group id of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#itemgroupid.",
"type": "string"
},
"productLine": {
"description": "The name of the group of products related to the product. For more\ninformation, see\nhttps://support.google.com/manufacturers/answer/6124116#productline.",
"type": "string"
},
"capacity": {
"$ref": "Capacity",
"description": "The capacity of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#capacity."
},
"description": {
"description": "The description of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#description.",
"type": "string"
},
"includedDestination": {
"description": "A list of included destinations.",
"items": {
"type": "string"
},
"type": "array"
},
"gender": {
"description": "The target gender of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#gender.",
"type": "string"
},
"sizeSystem": {
"description": "The size system of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#sizesystem.",
"type": "string"
},
"theme": {
"description": "The theme of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#theme.",
"type": "string"
},
"targetClientId": {
"description": "The target client id. Should only be used in the accounts of the data\npartners.",
"type": "string"
},
"pattern": {
"description": "The pattern of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#pattern.",
"type": "string"
},
"imageLink": {
"$ref": "Image",
"description": "The image of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#image."
},
"productType": {
"description": "The type or category of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#producttype.",
"items": {
"type": "string"
},
"type": "array"
},
"format": {
"description": "The format of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#format.",
"type": "string"
},
"additionalImageLink": {
"description": "The additional images of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#addlimage.",
"items": {
"$ref": "Image"
},
"type": "array"
},
"videoLink": {
"description": "The videos of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#video.",
"items": {
"type": "string"
},
"type": "array"
},
"color": {
"description": "The color of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#color.",
"type": "string"
},
"excludedDestination": {
"description": "A list of excluded destinations.",
"items": {
"type": "string"
},
"type": "array"
},
"productName": {
"description": "The canonical name of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#productname.",
"type": "string"
},
"sizeType": {
"description": "The size type of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#sizetype.",
"type": "string"
},
"suggestedRetailPrice": {
"$ref": "Price",
"description": "The suggested retail price (MSRP) of the product. For more information,\nsee https://support.google.com/manufacturers/answer/6124116#price."
},
"featureDescription": {
"description": "The rich format description of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc.",
"items": {
"$ref": "FeatureDescription"
},
"type": "array"
},
"size": {
"description": "The size of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#size.",
"type": "string"
},
"title": {
"description": "The title of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#title.",
"type": "string"
},
"count": {
"$ref": "Count",
"description": "The count of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#count."
},
"brand": {
"description": "The brand name of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#brand.",
"type": "string"
},
"material": {
"description": "The material of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#material.",
"type": "string"
},
"disclosureDate": {
"description": "The disclosure date of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#disclosure.",
"type": "string"
},
"scent": {
"description": "The scent of the product. For more information, see\n https://support.google.com/manufacturers/answer/6124116#scent.",
"type": "string"
},
"ageGroup": {
"description": "The target age group of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#agegroup.",
"type": "string"
},
"productDetail": {
"description": "The details of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.",
"items": {
"$ref": "ProductDetail"
},
"type": "array"
},
"flavor": {
"description": "The flavor of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#flavor.",
"type": "string"
}
},
"type": "object"
},
"DestinationStatus": {
"description": "The destination status.",
"id": "DestinationStatus",
"properties": {
"destination": {
"description": "The name of the destination.",
"type": "string"
},
"status": {
"description": "The status of the destination.",
"enum": [
"UNKNOWN",
"ACTIVE",
"PENDING",
"DISAPPROVED"
],
"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."
],
"type": "string"
}
},
"type": "object"
},
"Product": {
"description": "Product data.",
"id": "Product",
"properties": {
"parent": {
"description": "Parent ID in the format `accounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account.",
"type": "string"
},
"destinationStatuses": {
"description": "The status of the destinations.",
"items": {
"$ref": "DestinationStatus"
},
"type": "array"
},
"contentLanguage": {
"description": "The content language of the product as a two-letter ISO 639-1 language code\n(for example, en).",
"type": "string"
},
"targetCountry": {
"description": "The target country of the product as a CLDR territory code (for example,\nUS).",
"type": "string"
},
"name": {
"description": "Name in the format `{target_country}:{content_language}:{product_id}`.\n\n`target_country` - The target country of the product as a CLDR territory\n code (for example, US).\n\n`content_language` - The content language of the product as a two-letter\n ISO 639-1 language code (for example, en).\n\n`product_id` - The ID of the product. For more information, see\n https://support.google.com/manufacturers/answer/6124116#id.",
"type": "string"
},
"attributes": {
"$ref": "Attributes",
"description": "Attributes of the product uploaded to the Manufacturer Center. Manually\nedited attributes are taken into account."
},
"issues": {
"description": "A server-generated list of issues associated with the product.",
"items": {
"$ref": "Issue"
},
"type": "array"
},
"productId": {
"description": "The ID of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#id.",
"type": "string"
}
},
"type": "object"
},
"ListProductsResponse": {
"id": "ListProductsResponse",
"properties": {
"products": {
"description": "List of the products.",
"items": {
"$ref": "Product"
},
"type": "array"
},
"nextPageToken": {
"description": "The token for the retrieval of the next page of product statuses.",
"type": "string"
}
},
"type": "object"
},
"ProductDetail": {
"description": "A product detail of the product. For more information, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.",
"id": "ProductDetail",
"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"
}
},
"type": "object"
},
"Issue": {
"description": "Product issue.",
"id": "Issue",
"properties": {
"type": {
"description": "The server-generated type of the issue, for example,\n“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.",
"type": "string"
},
"attribute": {
"description": "If present, the attribute that triggered the issue. For more information\nabout attributes, see\nhttps://support.google.com/manufacturers/answer/6124116.",
"type": "string"
},
"destination": {
"description": "The destination this issue applies to.",
"type": "string"
},
"title": {
"description": "Short title describing the nature of the issue.",
"type": "string"
},
"timestamp": {
"description": "The timestamp when this issue appeared.",
"format": "google-datetime",
"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.",
"enum": [
"RESOLUTION_UNSPECIFIED",
"USER_ACTION",
"PENDING_PROCESSING"
],
"enumDescriptions": [
"Unspecified resolution, never used.",
"The user who provided the data must act in order to resolve the issue\n(for example by correcting some data).",
"The issue will be resolved automatically (for example image crawl or\nGoogle review). No action is required now. Resolution might lead to\nanother issue (for example if crawl fails)."
],
"type": "string"
},
"severity": {
"description": "The severity of the issue.",
"enum": [
"SEVERITY_UNSPECIFIED",
"ERROR",
"WARNING",
"INFO"
],
"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\nattribute that triggered it or one that will soon prevent the usage of\nthe whole item.",
"Info severity. The issue is one that doesn't require immediate attention.\nIt is, for example, used to communicate which attributes are still\npending review."
],
"type": "string"
}
},
"type": "object"
},
"Image": {
"description": "An image.",
"id": "Image",
"properties": {
"type": {
"description": "The type of the image, i.e., crawled or uploaded.\n@OutputOnly",
"enum": [
"TYPE_UNSPECIFIED",
"CRAWLED",
"UPLOADED"
],
"enumDescriptions": [
"Type is unspecified. Should not be used.",
"The image was crawled from a provided URL.",
"The image was uploaded."
],
"type": "string"
},
"imageUrl": {
"description": "The URL of the image. For crawled images, this is the provided URL. For\nuploaded images, this is a serving URL from Google if the image has been\nprocessed successfully.",
"type": "string"
},
"status": {
"description": "The status of the image.\n@OutputOnly",
"enum": [
"STATUS_UNSPECIFIED",
"PENDING_PROCESSING",
"PENDING_CRAWL",
"OK",
"ROBOTED",
"XROBOTED",
"CRAWL_ERROR",
"PROCESSING_ERROR",
"DECODING_ERROR",
"TOO_BIG",
"CRAWL_SKIPPED",
"HOSTLOADED",
"HTTP_404"
],
"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."
],
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Manufacturer Center API",
"version": "v1",
"version_module": true
}