OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/manufacturercenter": { | 5 "https://www.googleapis.com/auth/manufacturercenter": { |
6 "description": "Manage your product listings for Google Manu
facturer Center" | 6 "description": "Manage your product listings for Google Manu
facturer Center" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "", | 11 "basePath": "", |
12 "baseUrl": "https://manufacturers.googleapis.com/", | 12 "baseUrl": "https://manufacturers.googleapis.com/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Manufacturer Center", | 14 "canonicalName": "Manufacturer Center", |
15 "description": "Public API for managing Manufacturer Center related data.", | 15 "description": "Public API for managing Manufacturer Center related data.", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://developers.google.com/manufacturers/", | 17 "documentationLink": "https://developers.google.com/manufacturers/", |
18 "icons": { | 18 "icons": { |
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
21 }, | 21 }, |
22 "id": "manufacturers:v1", | 22 "id": "manufacturers:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
24 "name": "manufacturers", | 24 "name": "manufacturers", |
25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 26 "ownerName": "Google", |
27 "parameters": { | 27 "parameters": { |
28 "bearer_token": { | |
29 "description": "OAuth bearer token.", | |
30 "location": "query", | |
31 "type": "string" | |
32 }, | |
33 "oauth_token": { | |
34 "description": "OAuth 2.0 token for the current user.", | |
35 "location": "query", | |
36 "type": "string" | |
37 }, | |
38 "upload_protocol": { | 28 "upload_protocol": { |
39 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | 29 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
40 "location": "query", | 30 "location": "query", |
41 "type": "string" | 31 "type": "string" |
42 }, | 32 }, |
43 "prettyPrint": { | 33 "prettyPrint": { |
44 "default": "true", | 34 "default": "true", |
45 "description": "Returns response with indentations and line breaks."
, | 35 "description": "Returns response with indentations and line breaks."
, |
46 "location": "query", | 36 "location": "query", |
47 "type": "boolean" | 37 "type": "boolean" |
48 }, | 38 }, |
| 39 "fields": { |
| 40 "description": "Selector specifying which fields to include in a par
tial response.", |
| 41 "location": "query", |
| 42 "type": "string" |
| 43 }, |
49 "uploadType": { | 44 "uploadType": { |
50 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", | 45 "description": "Legacy upload protocol for media (e.g. \"media\", \"
multipart\").", |
51 "location": "query", | 46 "location": "query", |
52 "type": "string" | 47 "type": "string" |
53 }, | 48 }, |
54 "fields": { | |
55 "description": "Selector specifying which fields to include in a par
tial response.", | |
56 "location": "query", | |
57 "type": "string" | |
58 }, | |
59 "$.xgafv": { | 49 "$.xgafv": { |
60 "description": "V1 error format.", | 50 "description": "V1 error format.", |
61 "enum": [ | 51 "enum": [ |
62 "1", | 52 "1", |
63 "2" | 53 "2" |
64 ], | 54 ], |
65 "enumDescriptions": [ | 55 "enumDescriptions": [ |
66 "v1 error format", | 56 "v1 error format", |
67 "v2 error format" | 57 "v2 error format" |
68 ], | 58 ], |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "quotaUser": { | 93 "quotaUser": { |
104 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", | 94 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", |
105 "location": "query", | 95 "location": "query", |
106 "type": "string" | 96 "type": "string" |
107 }, | 97 }, |
108 "pp": { | 98 "pp": { |
109 "default": "true", | 99 "default": "true", |
110 "description": "Pretty-print response.", | 100 "description": "Pretty-print response.", |
111 "location": "query", | 101 "location": "query", |
112 "type": "boolean" | 102 "type": "boolean" |
| 103 }, |
| 104 "bearer_token": { |
| 105 "description": "OAuth bearer token.", |
| 106 "location": "query", |
| 107 "type": "string" |
| 108 }, |
| 109 "oauth_token": { |
| 110 "description": "OAuth 2.0 token for the current user.", |
| 111 "location": "query", |
| 112 "type": "string" |
113 } | 113 } |
114 }, | 114 }, |
115 "protocol": "rest", | 115 "protocol": "rest", |
116 "resources": { | 116 "resources": { |
117 "accounts": { | 117 "accounts": { |
118 "resources": { | 118 "resources": { |
119 "products": { | 119 "products": { |
120 "methods": { | 120 "methods": { |
| 121 "delete": { |
| 122 "description": "Deletes the product from a Manufactu
rer Center account.", |
| 123 "httpMethod": "DELETE", |
| 124 "id": "manufacturers.accounts.products.delete", |
| 125 "parameterOrder": [ |
| 126 "parent", |
| 127 "name" |
| 128 ], |
| 129 "parameters": { |
| 130 "name": { |
| 131 "description": "Name in the format `{target_
country}:{content_language}:{product_id}`.\n\n`target_country` - The target co
untry 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-lett
er\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.", |
| 132 "location": "path", |
| 133 "pattern": "^[^/]+$", |
| 134 "required": true, |
| 135 "type": "string" |
| 136 }, |
| 137 "parent": { |
| 138 "description": "Parent ID in the format `acc
ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account
.", |
| 139 "location": "path", |
| 140 "pattern": "^accounts/[^/]+$", |
| 141 "required": true, |
| 142 "type": "string" |
| 143 } |
| 144 }, |
| 145 "path": "v1/{+parent}/products/{+name}", |
| 146 "response": { |
| 147 "$ref": "Empty" |
| 148 }, |
| 149 "scopes": [ |
| 150 "https://www.googleapis.com/auth/manufacturercen
ter" |
| 151 ] |
| 152 }, |
121 "get": { | 153 "get": { |
122 "description": "Gets the product from a Manufacturer
Center account, including product\nissues.\n\nA recently updated product takes
some time to be processed before any\nchanges are visible. While some issues may
be available once the product\nhas been processed, other issues may take days t
o appear.", | 154 "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 proces
sed. While some issues may be\navailable once the product has been processed, ot
her issues may take days\nto appear.", |
123 "httpMethod": "GET", | 155 "httpMethod": "GET", |
124 "id": "manufacturers.accounts.products.get", | 156 "id": "manufacturers.accounts.products.get", |
125 "parameterOrder": [ | 157 "parameterOrder": [ |
126 "parent", | 158 "parent", |
127 "name" | 159 "name" |
128 ], | 160 ], |
129 "parameters": { | 161 "parameters": { |
130 "name": { | 162 "name": { |
131 "description": "Name in the format `{target_
country}:{content_language}:{product_id}`.\n\n`target_country` - The target co
untry 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-lett
er\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.", | 163 "description": "Name in the format `{target_
country}:{content_language}:{product_id}`.\n\n`target_country` - The target co
untry 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-lett
er\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.", |
132 "location": "path", | 164 "location": "path", |
(...skipping 18 matching lines...) Expand all Loading... |
151 ] | 183 ] |
152 }, | 184 }, |
153 "list": { | 185 "list": { |
154 "description": "Lists all the products in a Manufact
urer Center account.", | 186 "description": "Lists all the products in a Manufact
urer Center account.", |
155 "httpMethod": "GET", | 187 "httpMethod": "GET", |
156 "id": "manufacturers.accounts.products.list", | 188 "id": "manufacturers.accounts.products.list", |
157 "parameterOrder": [ | 189 "parameterOrder": [ |
158 "parent" | 190 "parent" |
159 ], | 191 ], |
160 "parameters": { | 192 "parameters": { |
| 193 "pageToken": { |
| 194 "description": "The token returned by the pr
evious request.", |
| 195 "location": "query", |
| 196 "type": "string" |
| 197 }, |
161 "pageSize": { | 198 "pageSize": { |
162 "description": "Maximum number of product st
atuses to return in the response, used for\npaging.", | 199 "description": "Maximum number of product st
atuses to return in the response, used for\npaging.", |
163 "format": "int32", | 200 "format": "int32", |
164 "location": "query", | 201 "location": "query", |
165 "type": "integer" | 202 "type": "integer" |
166 }, | 203 }, |
167 "parent": { | 204 "parent": { |
168 "description": "Parent ID in the format `acc
ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account
.", | 205 "description": "Parent ID in the format `acc
ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account
.", |
169 "location": "path", | 206 "location": "path", |
170 "pattern": "^accounts/[^/]+$", | 207 "pattern": "^accounts/[^/]+$", |
171 "required": true, | 208 "required": true, |
172 "type": "string" | 209 "type": "string" |
173 }, | |
174 "pageToken": { | |
175 "description": "The token returned by the pr
evious request.", | |
176 "location": "query", | |
177 "type": "string" | |
178 } | 210 } |
179 }, | 211 }, |
180 "path": "v1/{+parent}/products", | 212 "path": "v1/{+parent}/products", |
181 "response": { | 213 "response": { |
182 "$ref": "ListProductsResponse" | 214 "$ref": "ListProductsResponse" |
183 }, | 215 }, |
184 "scopes": [ | 216 "scopes": [ |
185 "https://www.googleapis.com/auth/manufacturercen
ter" | 217 "https://www.googleapis.com/auth/manufacturercen
ter" |
186 ] | 218 ] |
187 }, | 219 }, |
(...skipping 24 matching lines...) Expand all Loading... |
212 "path": "v1/{+parent}/products/{+name}", | 244 "path": "v1/{+parent}/products/{+name}", |
213 "request": { | 245 "request": { |
214 "$ref": "Product" | 246 "$ref": "Product" |
215 }, | 247 }, |
216 "response": { | 248 "response": { |
217 "$ref": "Product" | 249 "$ref": "Product" |
218 }, | 250 }, |
219 "scopes": [ | 251 "scopes": [ |
220 "https://www.googleapis.com/auth/manufacturercen
ter" | 252 "https://www.googleapis.com/auth/manufacturercen
ter" |
221 ] | 253 ] |
222 }, | |
223 "delete": { | |
224 "description": "Deletes the product from a Manufactu
rer Center account.", | |
225 "httpMethod": "DELETE", | |
226 "id": "manufacturers.accounts.products.delete", | |
227 "parameterOrder": [ | |
228 "parent", | |
229 "name" | |
230 ], | |
231 "parameters": { | |
232 "name": { | |
233 "description": "Name in the format `{target_
country}:{content_language}:{product_id}`.\n\n`target_country` - The target co
untry 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-lett
er\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.", | |
234 "location": "path", | |
235 "pattern": "^[^/]+$", | |
236 "required": true, | |
237 "type": "string" | |
238 }, | |
239 "parent": { | |
240 "description": "Parent ID in the format `acc
ounts/{account_id}`.\n\n`account_id` - The ID of the Manufacturer Center account
.", | |
241 "location": "path", | |
242 "pattern": "^accounts/[^/]+$", | |
243 "required": true, | |
244 "type": "string" | |
245 } | |
246 }, | |
247 "path": "v1/{+parent}/products/{+name}", | |
248 "response": { | |
249 "$ref": "Empty" | |
250 }, | |
251 "scopes": [ | |
252 "https://www.googleapis.com/auth/manufacturercen
ter" | |
253 ] | |
254 } | 254 } |
255 } | 255 } |
256 } | 256 } |
257 } | 257 } |
258 } | 258 } |
259 }, | 259 }, |
260 "revision": "20170703", | 260 "revision": "20170808", |
261 "rootUrl": "https://manufacturers.googleapis.com/", | 261 "rootUrl": "https://manufacturers.googleapis.com/", |
262 "schemas": { | 262 "schemas": { |
263 "ListProductsResponse": { | 263 "ListProductsResponse": { |
264 "id": "ListProductsResponse", | 264 "id": "ListProductsResponse", |
265 "properties": { | 265 "properties": { |
| 266 "nextPageToken": { |
| 267 "description": "The token for the retrieval of the next page
of product statuses.", |
| 268 "type": "string" |
| 269 }, |
266 "products": { | 270 "products": { |
267 "description": "List of the products.", | 271 "description": "List of the products.", |
268 "items": { | 272 "items": { |
269 "$ref": "Product" | 273 "$ref": "Product" |
270 }, | 274 }, |
271 "type": "array" | 275 "type": "array" |
272 }, | |
273 "nextPageToken": { | |
274 "description": "The token for the retrieval of the next page
of product statuses.", | |
275 "type": "string" | |
276 } | 276 } |
277 }, | 277 }, |
278 "type": "object" | 278 "type": "object" |
279 }, | 279 }, |
280 "ProductDetail": { | 280 "ProductDetail": { |
281 "description": "A product detail of the product. For more informatio
n, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.", | 281 "description": "A product detail of the product. For more informatio
n, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail.", |
282 "id": "ProductDetail", | 282 "id": "ProductDetail", |
283 "properties": { | 283 "properties": { |
284 "attributeName": { | 284 "attributeName": { |
285 "description": "The name of the attribute.", | 285 "description": "The name of the attribute.", |
286 "type": "string" | 286 "type": "string" |
287 }, | 287 }, |
288 "attributeValue": { | 288 "attributeValue": { |
289 "description": "The value of the attribute.", | 289 "description": "The value of the attribute.", |
290 "type": "string" | 290 "type": "string" |
291 }, | 291 }, |
292 "sectionName": { | 292 "sectionName": { |
293 "description": "A short section name that can be reused betw
een multiple product details.", | 293 "description": "A short section name that can be reused betw
een multiple product details.", |
294 "type": "string" | 294 "type": "string" |
295 } | 295 } |
296 }, | 296 }, |
297 "type": "object" | 297 "type": "object" |
298 }, | 298 }, |
299 "FeatureDescription": { | |
300 "description": "A feature description of the product. For more infor
mation, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc
.", | |
301 "id": "FeatureDescription", | |
302 "properties": { | |
303 "text": { | |
304 "description": "A detailed description of the feature.", | |
305 "type": "string" | |
306 }, | |
307 "image": { | |
308 "$ref": "Image", | |
309 "description": "An optional image describing the feature." | |
310 }, | |
311 "headline": { | |
312 "description": "A short description of the feature.", | |
313 "type": "string" | |
314 } | |
315 }, | |
316 "type": "object" | |
317 }, | |
318 "Issue": { | 299 "Issue": { |
319 "description": "Product issue.", | 300 "description": "Product issue.", |
320 "id": "Issue", | 301 "id": "Issue", |
321 "properties": { | 302 "properties": { |
322 "type": { | 303 "type": { |
323 "description": "The server-generated type of the issue, for
example,\n“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.", | 304 "description": "The server-generated type of the issue, for
example,\n“INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.", |
324 "type": "string" | 305 "type": "string" |
325 }, | 306 }, |
326 "attribute": { | 307 "attribute": { |
327 "description": "If present, the attribute that triggered the
issue. For more information\nabout attributes, see\nhttps://support.google.com/
manufacturers/answer/6124116.", | 308 "description": "If present, the attribute that triggered the
issue. For more information\nabout attributes, see\nhttps://support.google.com/
manufacturers/answer/6124116.", |
(...skipping 20 matching lines...) Expand all Loading... |
348 ], | 329 ], |
349 "type": "string" | 330 "type": "string" |
350 }, | 331 }, |
351 "description": { | 332 "description": { |
352 "description": "Description of the issue.", | 333 "description": "Description of the issue.", |
353 "type": "string" | 334 "type": "string" |
354 } | 335 } |
355 }, | 336 }, |
356 "type": "object" | 337 "type": "object" |
357 }, | 338 }, |
| 339 "FeatureDescription": { |
| 340 "description": "A feature description of the product. For more infor
mation, see\nhttps://support.google.com/manufacturers/answer/6124116#featuredesc
.", |
| 341 "id": "FeatureDescription", |
| 342 "properties": { |
| 343 "text": { |
| 344 "description": "A detailed description of the feature.", |
| 345 "type": "string" |
| 346 }, |
| 347 "image": { |
| 348 "$ref": "Image", |
| 349 "description": "An optional image describing the feature." |
| 350 }, |
| 351 "headline": { |
| 352 "description": "A short description of the feature.", |
| 353 "type": "string" |
| 354 } |
| 355 }, |
| 356 "type": "object" |
| 357 }, |
358 "Empty": { | 358 "Empty": { |
359 "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 i
t as the request\nor the response type of an API method. For instance:\n\n se
rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty
);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", | 359 "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 i
t as the request\nor the response type of an API method. For instance:\n\n se
rvice Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty
);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", |
360 "id": "Empty", | 360 "id": "Empty", |
361 "properties": {}, | 361 "properties": {}, |
362 "type": "object" | 362 "type": "object" |
363 }, | 363 }, |
364 "Price": { | 364 "Price": { |
365 "description": "A price.", | 365 "description": "A price.", |
366 "id": "Price", | 366 "id": "Price", |
367 "properties": { | 367 "properties": { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 ], | 428 ], |
429 "type": "string" | 429 "type": "string" |
430 } | 430 } |
431 }, | 431 }, |
432 "type": "object" | 432 "type": "object" |
433 }, | 433 }, |
434 "Attributes": { | 434 "Attributes": { |
435 "description": "Attributes of the product. For more information, see
\nhttps://support.google.com/manufacturers/answer/6124116.", | 435 "description": "Attributes of the product. For more information, see
\nhttps://support.google.com/manufacturers/answer/6124116.", |
436 "id": "Attributes", | 436 "id": "Attributes", |
437 "properties": { | 437 "properties": { |
| 438 "theme": { |
| 439 "description": "The theme of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#theme.", |
| 440 "type": "string" |
| 441 }, |
| 442 "pattern": { |
| 443 "description": "The pattern of the product. For more informa
tion, see\nhttps://support.google.com/manufacturers/answer/6124116#pattern.", |
| 444 "type": "string" |
| 445 }, |
| 446 "imageLink": { |
| 447 "$ref": "Image", |
| 448 "description": "The image of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#image." |
| 449 }, |
| 450 "productType": { |
| 451 "description": "The category of the product. For more inform
ation, see\nhttps://support.google.com/manufacturers/answer/6124116#producttype.
", |
| 452 "items": { |
| 453 "type": "string" |
| 454 }, |
| 455 "type": "array" |
| 456 }, |
| 457 "format": { |
| 458 "description": "The format of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#format.", |
| 459 "type": "string" |
| 460 }, |
438 "additionalImageLink": { | 461 "additionalImageLink": { |
439 "description": "The additional images of the product. For mo
re information, see\nhttps://support.google.com/manufacturers/answer/6124116#add
limage.", | 462 "description": "The additional images of the product. For mo
re information, see\nhttps://support.google.com/manufacturers/answer/6124116#add
limage.", |
440 "items": { | 463 "items": { |
441 "$ref": "Image" | 464 "$ref": "Image" |
442 }, | 465 }, |
443 "type": "array" | 466 "type": "array" |
444 }, | 467 }, |
445 "videoLink": { | 468 "videoLink": { |
446 "description": "The videos of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#video.", | 469 "description": "The videos of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#video.", |
447 "items": { | 470 "items": { |
(...skipping 17 matching lines...) Expand all Loading... |
465 "$ref": "Price", | 488 "$ref": "Price", |
466 "description": "The suggested retail price (MSRP) of the pro
duct. For more information,\nsee https://support.google.com/manufacturers/answer
/6124116#price." | 489 "description": "The suggested retail price (MSRP) of the pro
duct. For more information,\nsee https://support.google.com/manufacturers/answer
/6124116#price." |
467 }, | 490 }, |
468 "featureDescription": { | 491 "featureDescription": { |
469 "description": "The rich format description of the product.
For more information, see\nhttps://support.google.com/manufacturers/answer/61241
16#featuredesc.", | 492 "description": "The rich format description of the product.
For more information, see\nhttps://support.google.com/manufacturers/answer/61241
16#featuredesc.", |
470 "items": { | 493 "items": { |
471 "$ref": "FeatureDescription" | 494 "$ref": "FeatureDescription" |
472 }, | 495 }, |
473 "type": "array" | 496 "type": "array" |
474 }, | 497 }, |
| 498 "targetAccountId": { |
| 499 "description": "The target account id. Should only be used i
n the accounts of the data\npartners.", |
| 500 "format": "int64", |
| 501 "type": "string" |
| 502 }, |
475 "size": { | 503 "size": { |
476 "description": "The size of the product. For more informatio
n, see\nhttps://support.google.com/manufacturers/answer/6124116#size.", | 504 "description": "The size of the product. For more informatio
n, see\nhttps://support.google.com/manufacturers/answer/6124116#size.", |
477 "type": "string" | 505 "type": "string" |
478 }, | 506 }, |
479 "title": { | 507 "title": { |
480 "description": "The title of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#title.", | 508 "description": "The title of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#title.", |
481 "type": "string" | 509 "type": "string" |
482 }, | 510 }, |
483 "count": { | 511 "count": { |
484 "$ref": "Count", | 512 "$ref": "Count", |
485 "description": "The count of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#count." | 513 "description": "The count of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#count." |
486 }, | 514 }, |
487 "brand": { | 515 "brand": { |
488 "description": "The brand name of the product. For more info
rmation, see\nhttps://support.google.com/manufacturers/answer/6124116#brand.", | 516 "description": "The brand name of the product. For more info
rmation, see\nhttps://support.google.com/manufacturers/answer/6124116#brand.", |
489 "type": "string" | 517 "type": "string" |
490 }, | 518 }, |
| 519 "disclosureDate": { |
| 520 "description": "The disclosure date of the product. For more
information, see\nhttps://support.google.com/manufacturers/answer/6124116#discl
osure.", |
| 521 "type": "string" |
| 522 }, |
491 "material": { | 523 "material": { |
492 "description": "The material of the product. For more inform
ation, see\nhttps://support.google.com/manufacturers/answer/6124116#material.", | 524 "description": "The material of the product. For more inform
ation, see\nhttps://support.google.com/manufacturers/answer/6124116#material.", |
493 "type": "string" | 525 "type": "string" |
494 }, | 526 }, |
495 "disclosureDate": { | |
496 "description": "The disclosure date of the product. For more
information, see\nhttps://support.google.com/manufacturers/answer/6124116#discl
osure.", | |
497 "type": "string" | |
498 }, | |
499 "scent": { | 527 "scent": { |
500 "description": "The scent of the product. For more informati
on, see\n https://support.google.com/manufacturers/answer/6124116#scent.", | 528 "description": "The scent of the product. For more informati
on, see\n https://support.google.com/manufacturers/answer/6124116#scent.", |
501 "type": "string" | 529 "type": "string" |
502 }, | 530 }, |
503 "flavor": { | |
504 "description": "The flavor of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#flavor.", | |
505 "type": "string" | |
506 }, | |
507 "productDetail": { | 531 "productDetail": { |
508 "description": "The details of the product. For more informa
tion, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail
.", | 532 "description": "The details of the product. For more informa
tion, see\nhttps://support.google.com/manufacturers/answer/6124116#productdetail
.", |
509 "items": { | 533 "items": { |
510 "$ref": "ProductDetail" | 534 "$ref": "ProductDetail" |
511 }, | 535 }, |
512 "type": "array" | 536 "type": "array" |
513 }, | 537 }, |
| 538 "flavor": { |
| 539 "description": "The flavor of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#flavor.", |
| 540 "type": "string" |
| 541 }, |
514 "ageGroup": { | 542 "ageGroup": { |
515 "description": "The target age group of the product. For mor
e information, see\nhttps://support.google.com/manufacturers/answer/6124116#ageg
roup.", | 543 "description": "The target age group of the product. For mor
e information, see\nhttps://support.google.com/manufacturers/answer/6124116#ageg
roup.", |
516 "type": "string" | 544 "type": "string" |
517 }, | 545 }, |
518 "productPageUrl": { | 546 "productPageUrl": { |
519 "description": "The URL of the detail page of the product. F
or more information, see\nhttps://support.google.com/manufacturers/answer/612411
6#productpage.", | 547 "description": "The URL of the detail page of the product. F
or more information, see\nhttps://support.google.com/manufacturers/answer/612411
6#productpage.", |
520 "type": "string" | 548 "type": "string" |
521 }, | 549 }, |
522 "mpn": { | 550 "mpn": { |
523 "description": "The Manufacturer Part Number (MPN) of the pr
oduct. For more information,\nsee https://support.google.com/manufacturers/answe
r/6124116#mpn.", | 551 "description": "The Manufacturer Part Number (MPN) of the pr
oduct. For more information,\nsee https://support.google.com/manufacturers/answe
r/6124116#mpn.", |
(...skipping 26 matching lines...) Expand all Loading... |
550 "description": "The description of the product. For more inf
ormation, see\nhttps://support.google.com/manufacturers/answer/6124116#descripti
on.", | 578 "description": "The description of the product. For more inf
ormation, see\nhttps://support.google.com/manufacturers/answer/6124116#descripti
on.", |
551 "type": "string" | 579 "type": "string" |
552 }, | 580 }, |
553 "gender": { | 581 "gender": { |
554 "description": "The target gender of the product. For more i
nformation, see\nhttps://support.google.com/manufacturers/answer/6124116#gender.
", | 582 "description": "The target gender of the product. For more i
nformation, see\nhttps://support.google.com/manufacturers/answer/6124116#gender.
", |
555 "type": "string" | 583 "type": "string" |
556 }, | 584 }, |
557 "sizeSystem": { | 585 "sizeSystem": { |
558 "description": "The size system of the product. For more inf
ormation, see\nhttps://support.google.com/manufacturers/answer/6124116#sizesyste
m.", | 586 "description": "The size system of the product. For more inf
ormation, see\nhttps://support.google.com/manufacturers/answer/6124116#sizesyste
m.", |
559 "type": "string" | 587 "type": "string" |
560 }, | |
561 "theme": { | |
562 "description": "The theme of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#theme.", | |
563 "type": "string" | |
564 }, | |
565 "pattern": { | |
566 "description": "The pattern of the product. For more informa
tion, see\nhttps://support.google.com/manufacturers/answer/6124116#pattern.", | |
567 "type": "string" | |
568 }, | |
569 "imageLink": { | |
570 "$ref": "Image", | |
571 "description": "The image of the product. For more informati
on, see\nhttps://support.google.com/manufacturers/answer/6124116#image." | |
572 }, | |
573 "productType": { | |
574 "description": "The category of the product. For more inform
ation, see\nhttps://support.google.com/manufacturers/answer/6124116#producttype.
", | |
575 "items": { | |
576 "type": "string" | |
577 }, | |
578 "type": "array" | |
579 }, | |
580 "format": { | |
581 "description": "The format of the product. For more informat
ion, see\nhttps://support.google.com/manufacturers/answer/6124116#format.", | |
582 "type": "string" | |
583 } | 588 } |
584 }, | 589 }, |
585 "type": "object" | 590 "type": "object" |
586 }, | 591 }, |
587 "Count": { | 592 "Count": { |
588 "description": "The number of products in a single package. For more
information, see\nhttps://support.google.com/manufacturers/answer/6124116#count
.", | 593 "description": "The number of products in a single package. For more
information, see\nhttps://support.google.com/manufacturers/answer/6124116#count
.", |
589 "id": "Count", | 594 "id": "Count", |
590 "properties": { | 595 "properties": { |
591 "unit": { | 596 "unit": { |
592 "description": "The unit in which these products are counted
.", | 597 "description": "The unit in which these products are counted
.", |
593 "type": "string" | 598 "type": "string" |
594 }, | 599 }, |
595 "value": { | 600 "value": { |
596 "description": "The numeric value of the number of products
in a package.", | 601 "description": "The numeric value of the number of products
in a package.", |
597 "format": "int64", | 602 "format": "int64", |
598 "type": "string" | 603 "type": "string" |
599 } | 604 } |
600 }, | 605 }, |
601 "type": "object" | 606 "type": "object" |
602 }, | 607 }, |
603 "Product": { | 608 "Product": { |
604 "description": "Product data.", | 609 "description": "Product data.", |
605 "id": "Product", | 610 "id": "Product", |
606 "properties": { | 611 "properties": { |
| 612 "uploadedAttributes": { |
| 613 "$ref": "Attributes", |
| 614 "description": "Attributes of the product uploaded via the M
anufacturer Center API or via\nfeeds." |
| 615 }, |
| 616 "parent": { |
| 617 "description": "Parent ID in the format `accounts/{account_i
d}`.\n\n`account_id` - The ID of the Manufacturer Center account.\n@OutputOnly", |
| 618 "type": "string" |
| 619 }, |
607 "manuallyProvidedAttributes": { | 620 "manuallyProvidedAttributes": { |
608 "$ref": "Attributes", | 621 "$ref": "Attributes", |
609 "description": "Attributes of the product provided manually
via the Manufacturer Center UI.\n@OutputOnly" | 622 "description": "Attributes of the product provided manually
via the Manufacturer Center UI.\n@OutputOnly" |
610 }, | 623 }, |
611 "targetCountry": { | 624 "targetCountry": { |
612 "description": "The target country of the product as a CLDR
territory code (for example,\nUS).\n@OutputOnly", | 625 "description": "The target country of the product as a CLDR
territory code (for example,\nUS).\n@OutputOnly", |
613 "type": "string" | 626 "type": "string" |
614 }, | 627 }, |
615 "contentLanguage": { | 628 "contentLanguage": { |
616 "description": "The content language of the product as a two
-letter ISO 639-1 language code\n(for example, en).\n@OutputOnly", | 629 "description": "The content language of the product as a two
-letter ISO 639-1 language code\n(for example, en).\n@OutputOnly", |
(...skipping 17 matching lines...) Expand all Loading... |
634 }, | 647 }, |
635 "type": "array" | 648 "type": "array" |
636 }, | 649 }, |
637 "finalAttributes": { | 650 "finalAttributes": { |
638 "$ref": "Attributes", | 651 "$ref": "Attributes", |
639 "description": "Final attributes of the product. The final a
ttributes are obtained by\noverriding the uploaded attributes with the manually
provided and deleted\nattributes. Google systems only process, evaluate, review,
and/or use final\nattributes.\n@OutputOnly" | 652 "description": "Final attributes of the product. The final a
ttributes are obtained by\noverriding the uploaded attributes with the manually
provided and deleted\nattributes. Google systems only process, evaluate, review,
and/or use final\nattributes.\n@OutputOnly" |
640 }, | 653 }, |
641 "productId": { | 654 "productId": { |
642 "description": "The ID of the product. For more information,
see\nhttps://support.google.com/manufacturers/answer/6124116#id.\n@OutputOnly", | 655 "description": "The ID of the product. For more information,
see\nhttps://support.google.com/manufacturers/answer/6124116#id.\n@OutputOnly", |
643 "type": "string" | 656 "type": "string" |
644 }, | |
645 "uploadedAttributes": { | |
646 "$ref": "Attributes", | |
647 "description": "Attributes of the product uploaded via the M
anufacturer Center API or via\nfeeds." | |
648 }, | |
649 "parent": { | |
650 "description": "Parent ID in the format `accounts/{account_i
d}`.\n\n`account_id` - The ID of the Manufacturer Center account.\n@OutputOnly", | |
651 "type": "string" | |
652 } | 657 } |
653 }, | 658 }, |
654 "type": "object" | 659 "type": "object" |
655 }, | 660 }, |
656 "Capacity": { | 661 "Capacity": { |
657 "description": "The capacity of a product. For more information, see
\nhttps://support.google.com/manufacturers/answer/6124116#capacity.", | 662 "description": "The capacity of a product. For more information, see
\nhttps://support.google.com/manufacturers/answer/6124116#capacity.", |
658 "id": "Capacity", | 663 "id": "Capacity", |
659 "properties": { | 664 "properties": { |
660 "unit": { | 665 "unit": { |
661 "description": "The unit of the capacity, i.e., MB, GB, or T
B.", | 666 "description": "The unit of the capacity, i.e., MB, GB, or T
B.", |
662 "type": "string" | 667 "type": "string" |
663 }, | 668 }, |
664 "value": { | 669 "value": { |
665 "description": "The numeric value of the capacity.", | 670 "description": "The numeric value of the capacity.", |
666 "format": "int64", | 671 "format": "int64", |
667 "type": "string" | 672 "type": "string" |
668 } | 673 } |
669 }, | 674 }, |
670 "type": "object" | 675 "type": "object" |
671 } | 676 } |
672 }, | 677 }, |
673 "servicePath": "", | 678 "servicePath": "", |
674 "title": "Manufacturer Center API", | 679 "title": "Manufacturer Center API", |
675 "version": "v1" | 680 "version": "v1" |
676 } | 681 } |
OLD | NEW |