Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Side by Side Diff: discovery/googleapis/content__v2.json

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/content": { 5 "https://www.googleapis.com/auth/content": {
6 "description": "Manage your product listings and accounts fo r Google Shopping" 6 "description": "Manage your product listings and accounts fo r Google Shopping"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/content/v2/", 11 "basePath": "/content/v2/",
12 "baseUrl": "https://www.googleapis.com/content/v2/", 12 "baseUrl": "https://www.googleapis.com/content/v2/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Shopping Content", 14 "canonicalName": "Shopping Content",
15 "description": "Manage product items, inventory, and Merchant Center account s for Google Shopping.", 15 "description": "Manage product items, inventory, and Merchant Center account s for Google Shopping.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/shopping-content/v2/", 17 "documentationLink": "https://developers.google.com/shopping-content/v2/",
18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/7JtHRkerzIVCOlD80Ybyn4STFoY\"", 18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/EfYKK5AfY2_HGyMN7vFlDQDdSbY\"",
19 "icons": { 19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 }, 22 },
23 "id": "content:v2", 23 "id": "content:v2",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "content", 25 "name": "content",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ] 469 ]
470 }, 470 },
471 "list": { 471 "list": {
472 "description": "Lists the datafeeds in your Merchant Center account.", 472 "description": "Lists the datafeeds in your Merchant Center account.",
473 "httpMethod": "GET", 473 "httpMethod": "GET",
474 "id": "content.datafeeds.list", 474 "id": "content.datafeeds.list",
475 "parameterOrder": [ 475 "parameterOrder": [
476 "merchantId" 476 "merchantId"
477 ], 477 ],
478 "parameters": { 478 "parameters": {
479 "maxResults": {
480 "description": "The maximum number of products to re turn in the response, used for paging.",
481 "format": "uint32",
482 "location": "query",
483 "type": "integer"
484 },
479 "merchantId": { 485 "merchantId": {
486 "description": "The ID of the managing account.",
480 "format": "uint64", 487 "format": "uint64",
481 "location": "path", 488 "location": "path",
482 "required": true, 489 "required": true,
483 "type": "string" 490 "type": "string"
491 },
492 "pageToken": {
493 "description": "The token returned by the previous r equest.",
494 "location": "query",
495 "type": "string"
484 } 496 }
485 }, 497 },
486 "path": "{merchantId}/datafeeds", 498 "path": "{merchantId}/datafeeds",
487 "response": { 499 "response": {
488 "$ref": "DatafeedsListResponse" 500 "$ref": "DatafeedsListResponse"
489 }, 501 },
490 "scopes": [ 502 "scopes": [
491 "https://www.googleapis.com/auth/content" 503 "https://www.googleapis.com/auth/content"
492 ] 504 ]
493 }, 505 },
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 ] 618 ]
607 }, 619 },
608 "list": { 620 "list": {
609 "description": "Lists the statuses of the datafeeds in your Merchant Center account.", 621 "description": "Lists the statuses of the datafeeds in your Merchant Center account.",
610 "httpMethod": "GET", 622 "httpMethod": "GET",
611 "id": "content.datafeedstatuses.list", 623 "id": "content.datafeedstatuses.list",
612 "parameterOrder": [ 624 "parameterOrder": [
613 "merchantId" 625 "merchantId"
614 ], 626 ],
615 "parameters": { 627 "parameters": {
628 "maxResults": {
629 "description": "The maximum number of products to re turn in the response, used for paging.",
630 "format": "uint32",
631 "location": "query",
632 "type": "integer"
633 },
616 "merchantId": { 634 "merchantId": {
635 "description": "The ID of the managing account.",
617 "format": "uint64", 636 "format": "uint64",
618 "location": "path", 637 "location": "path",
619 "required": true, 638 "required": true,
620 "type": "string" 639 "type": "string"
640 },
641 "pageToken": {
642 "description": "The token returned by the previous r equest.",
643 "location": "query",
644 "type": "string"
621 } 645 }
622 }, 646 },
623 "path": "{merchantId}/datafeedstatuses", 647 "path": "{merchantId}/datafeedstatuses",
624 "response": { 648 "response": {
625 "$ref": "DatafeedstatusesListResponse" 649 "$ref": "DatafeedstatusesListResponse"
626 }, 650 },
627 "scopes": [ 651 "scopes": [
628 "https://www.googleapis.com/auth/content" 652 "https://www.googleapis.com/auth/content"
629 ] 653 ]
630 } 654 }
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 "response": { 950 "response": {
927 "$ref": "ProductstatusesListResponse" 951 "$ref": "ProductstatusesListResponse"
928 }, 952 },
929 "scopes": [ 953 "scopes": [
930 "https://www.googleapis.com/auth/content" 954 "https://www.googleapis.com/auth/content"
931 ] 955 ]
932 } 956 }
933 } 957 }
934 } 958 }
935 }, 959 },
936 "revision": "20141010", 960 "revision": "20141028",
937 "rootUrl": "https://www.googleapis.com/", 961 "rootUrl": "https://www.googleapis.com/",
938 "schemas": { 962 "schemas": {
939 "Account": { 963 "Account": {
964 "description": "Account data.",
940 "id": "Account", 965 "id": "Account",
941 "properties": { 966 "properties": {
942 "adultContent": { 967 "adultContent": {
943 "description": "Indicates whether the merchant sells adult c ontent.", 968 "description": "Indicates whether the merchant sells adult c ontent.",
944 "type": "boolean" 969 "type": "boolean"
945 }, 970 },
946 "adwordsLinks": { 971 "adwordsLinks": {
947 "description": "List of linked AdWords accounts.", 972 "description": "List of linked AdWords accounts.",
948 "items": { 973 "items": {
949 "$ref": "AccountAdwordsLink" 974 "$ref": "AccountAdwordsLink"
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 "description": "User's email address.", 1140 "description": "User's email address.",
1116 "type": "string" 1141 "type": "string"
1117 } 1142 }
1118 }, 1143 },
1119 "type": "object" 1144 "type": "object"
1120 }, 1145 },
1121 "AccountsCustomBatchRequest": { 1146 "AccountsCustomBatchRequest": {
1122 "id": "AccountsCustomBatchRequest", 1147 "id": "AccountsCustomBatchRequest",
1123 "properties": { 1148 "properties": {
1124 "entries": { 1149 "entries": {
1150 "description": "The request entries to be processed in the b atch.",
1125 "items": { 1151 "items": {
1126 "$ref": "AccountsCustomBatchRequestEntry" 1152 "$ref": "AccountsCustomBatchRequestEntry"
1127 }, 1153 },
1128 "type": "array" 1154 "type": "array"
1129 } 1155 }
1130 }, 1156 },
1131 "type": "object" 1157 "type": "object"
1132 }, 1158 },
1133 "AccountsCustomBatchRequestEntry": { 1159 "AccountsCustomBatchRequestEntry": {
1134 "description": "A batch entry encoding a single non-batch request to the accounts service of the Content API for Shopping.", 1160 "description": "A batch entry encoding a single non-batch request to the accounts service of the Content API for Shopping.",
(...skipping 12 matching lines...) Expand all
1147 "description": "An entry ID, unique within the batch request .", 1173 "description": "An entry ID, unique within the batch request .",
1148 "format": "uint32", 1174 "format": "uint32",
1149 "type": "integer" 1175 "type": "integer"
1150 }, 1176 },
1151 "merchantId": { 1177 "merchantId": {
1152 "description": "The ID of the managing account.", 1178 "description": "The ID of the managing account.",
1153 "format": "uint64", 1179 "format": "uint64",
1154 "type": "string" 1180 "type": "string"
1155 }, 1181 },
1156 "method": { 1182 "method": {
1157 "description": "The method (get, insert, update, or delete). ",
1158 "type": "string" 1183 "type": "string"
1159 } 1184 }
1160 }, 1185 },
1161 "type": "object" 1186 "type": "object"
1162 }, 1187 },
1163 "AccountsCustomBatchResponse": { 1188 "AccountsCustomBatchResponse": {
1164 "id": "AccountsCustomBatchResponse", 1189 "id": "AccountsCustomBatchResponse",
1165 "properties": { 1190 "properties": {
1166 "entries": { 1191 "entries": {
1192 "description": "The result of the execution of the batch req uests.",
1167 "items": { 1193 "items": {
1168 "$ref": "AccountsCustomBatchResponseEntry" 1194 "$ref": "AccountsCustomBatchResponseEntry"
1169 }, 1195 },
1170 "type": "array" 1196 "type": "array"
1171 }, 1197 },
1172 "kind": { 1198 "kind": {
1173 "default": "content#accountsCustomBatchResponse", 1199 "default": "content#accountsCustomBatchResponse",
1174 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountsCustomBatchResponse\".", 1200 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountsCustomBatchResponse\".",
1175 "type": "string" 1201 "type": "string"
1176 } 1202 }
(...skipping 27 matching lines...) Expand all
1204 }, 1230 },
1205 "AccountsListResponse": { 1231 "AccountsListResponse": {
1206 "id": "AccountsListResponse", 1232 "id": "AccountsListResponse",
1207 "properties": { 1233 "properties": {
1208 "kind": { 1234 "kind": {
1209 "default": "content#accountsListResponse", 1235 "default": "content#accountsListResponse",
1210 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountsListResponse\".", 1236 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountsListResponse\".",
1211 "type": "string" 1237 "type": "string"
1212 }, 1238 },
1213 "nextPageToken": { 1239 "nextPageToken": {
1240 "description": "The token for the retrieval of the next page of accounts.",
1214 "type": "string" 1241 "type": "string"
1215 }, 1242 },
1216 "resources": { 1243 "resources": {
1217 "items": { 1244 "items": {
1218 "$ref": "Account" 1245 "$ref": "Account"
1219 }, 1246 },
1220 "type": "array" 1247 "type": "array"
1221 } 1248 }
1222 }, 1249 },
1223 "type": "object" 1250 "type": "object"
1224 }, 1251 },
1225 "AccountstatusesCustomBatchRequest": { 1252 "AccountstatusesCustomBatchRequest": {
1226 "id": "AccountstatusesCustomBatchRequest", 1253 "id": "AccountstatusesCustomBatchRequest",
1227 "properties": { 1254 "properties": {
1228 "entries": { 1255 "entries": {
1256 "description": "The request entries to be processed in the b atch.",
1229 "items": { 1257 "items": {
1230 "$ref": "AccountstatusesCustomBatchRequestEntry" 1258 "$ref": "AccountstatusesCustomBatchRequestEntry"
1231 }, 1259 },
1232 "type": "array" 1260 "type": "array"
1233 } 1261 }
1234 }, 1262 },
1235 "type": "object" 1263 "type": "object"
1236 }, 1264 },
1237 "AccountstatusesCustomBatchRequestEntry": { 1265 "AccountstatusesCustomBatchRequestEntry": {
1238 "description": "A batch entry encoding a single non-batch request to the accountstatuses service of the Content API for Shopping.", 1266 "description": "A batch entry encoding a single non-batch request to the accountstatuses service of the Content API for Shopping.",
(...skipping 18 matching lines...) Expand all
1257 "description": "The method (get).", 1285 "description": "The method (get).",
1258 "type": "string" 1286 "type": "string"
1259 } 1287 }
1260 }, 1288 },
1261 "type": "object" 1289 "type": "object"
1262 }, 1290 },
1263 "AccountstatusesCustomBatchResponse": { 1291 "AccountstatusesCustomBatchResponse": {
1264 "id": "AccountstatusesCustomBatchResponse", 1292 "id": "AccountstatusesCustomBatchResponse",
1265 "properties": { 1293 "properties": {
1266 "entries": { 1294 "entries": {
1295 "description": "The result of the execution of the batch req uests.",
1267 "items": { 1296 "items": {
1268 "$ref": "AccountstatusesCustomBatchResponseEntry" 1297 "$ref": "AccountstatusesCustomBatchResponseEntry"
1269 }, 1298 },
1270 "type": "array" 1299 "type": "array"
1271 }, 1300 },
1272 "kind": { 1301 "kind": {
1273 "default": "content#accountstatusesCustomBatchResponse", 1302 "default": "content#accountstatusesCustomBatchResponse",
1274 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountstatusesCustomBatchResponse\".", 1303 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountstatusesCustomBatchResponse\".",
1275 "type": "string" 1304 "type": "string"
1276 } 1305 }
(...skipping 22 matching lines...) Expand all
1299 }, 1328 },
1300 "AccountstatusesListResponse": { 1329 "AccountstatusesListResponse": {
1301 "id": "AccountstatusesListResponse", 1330 "id": "AccountstatusesListResponse",
1302 "properties": { 1331 "properties": {
1303 "kind": { 1332 "kind": {
1304 "default": "content#accountstatusesListResponse", 1333 "default": "content#accountstatusesListResponse",
1305 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountstatusesListResponse\".", 1334 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#accountstatusesListResponse\".",
1306 "type": "string" 1335 "type": "string"
1307 }, 1336 },
1308 "nextPageToken": { 1337 "nextPageToken": {
1338 "description": "The token for the retrieval of the next page of account statuses.",
1309 "type": "string" 1339 "type": "string"
1310 }, 1340 },
1311 "resources": { 1341 "resources": {
1312 "items": { 1342 "items": {
1313 "$ref": "AccountStatus" 1343 "$ref": "AccountStatus"
1314 }, 1344 },
1315 "type": "array" 1345 "type": "array"
1316 } 1346 }
1317 }, 1347 },
1318 "type": "object" 1348 "type": "object"
1319 }, 1349 },
1320 "Datafeed": { 1350 "Datafeed": {
1351 "description": "Datafeed data.",
1321 "id": "Datafeed", 1352 "id": "Datafeed",
1322 "properties": { 1353 "properties": {
1323 "attributeLanguage": { 1354 "attributeLanguage": {
1324 "description": "The two-letter ISO 639-1 language in which t he attributes are defined in the data feed.", 1355 "description": "The two-letter ISO 639-1 language in which t he attributes are defined in the data feed.",
1325 "type": "string" 1356 "type": "string"
1326 }, 1357 },
1327 "contentLanguage": { 1358 "contentLanguage": {
1328 "annotations": { 1359 "annotations": {
1329 "required": [ 1360 "required": [
1330 "content.datafeeds.insert" 1361 "content.datafeeds.insert"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 "type": "string" 1485 "type": "string"
1455 }, 1486 },
1456 "quotingMode": { 1487 "quotingMode": {
1457 "description": "Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feed s.", 1488 "description": "Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feed s.",
1458 "type": "string" 1489 "type": "string"
1459 } 1490 }
1460 }, 1491 },
1461 "type": "object" 1492 "type": "object"
1462 }, 1493 },
1463 "DatafeedStatus": { 1494 "DatafeedStatus": {
1495 "description": "The status of a datafeed, i.e., the result of the la st retrieval of the datafeed computed asynchronously when the feed processing is finished.",
1464 "id": "DatafeedStatus", 1496 "id": "DatafeedStatus",
1465 "properties": { 1497 "properties": {
1466 "datafeedId": { 1498 "datafeedId": {
1467 "description": "The ID of the feed for which the status is r eported.", 1499 "description": "The ID of the feed for which the status is r eported.",
1468 "format": "uint64", 1500 "format": "uint64",
1469 "type": "string" 1501 "type": "string"
1470 }, 1502 },
1471 "errors": { 1503 "errors": {
1472 "description": "The list of errors occurring in the feed.", 1504 "description": "The list of errors occurring in the feed.",
1473 "items": { 1505 "items": {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 "description": "The problematic value.", 1580 "description": "The problematic value.",
1549 "type": "string" 1581 "type": "string"
1550 } 1582 }
1551 }, 1583 },
1552 "type": "object" 1584 "type": "object"
1553 }, 1585 },
1554 "DatafeedsCustomBatchRequest": { 1586 "DatafeedsCustomBatchRequest": {
1555 "id": "DatafeedsCustomBatchRequest", 1587 "id": "DatafeedsCustomBatchRequest",
1556 "properties": { 1588 "properties": {
1557 "entries": { 1589 "entries": {
1590 "description": "The request entries to be processed in the b atch.",
1558 "items": { 1591 "items": {
1559 "$ref": "DatafeedsCustomBatchRequestEntry" 1592 "$ref": "DatafeedsCustomBatchRequestEntry"
1560 }, 1593 },
1561 "type": "array" 1594 "type": "array"
1562 } 1595 }
1563 }, 1596 },
1564 "type": "object" 1597 "type": "object"
1565 }, 1598 },
1566 "DatafeedsCustomBatchRequestEntry": { 1599 "DatafeedsCustomBatchRequestEntry": {
1567 "description": "A batch entry encoding a single non-batch request to the datafeeds service of the Content API for Shopping.", 1600 "description": "A batch entry encoding a single non-batch request to the datafeeds service of the Content API for Shopping.",
(...skipping 12 matching lines...) Expand all
1580 "description": "The ID of the data feed to get or delete.", 1613 "description": "The ID of the data feed to get or delete.",
1581 "format": "uint64", 1614 "format": "uint64",
1582 "type": "string" 1615 "type": "string"
1583 }, 1616 },
1584 "merchantId": { 1617 "merchantId": {
1585 "description": "The ID of the managing account.", 1618 "description": "The ID of the managing account.",
1586 "format": "uint64", 1619 "format": "uint64",
1587 "type": "string" 1620 "type": "string"
1588 }, 1621 },
1589 "method": { 1622 "method": {
1590 "description": "The method (get, insert, update, or delete). ",
1591 "type": "string" 1623 "type": "string"
1592 } 1624 }
1593 }, 1625 },
1594 "type": "object" 1626 "type": "object"
1595 }, 1627 },
1596 "DatafeedsCustomBatchResponse": { 1628 "DatafeedsCustomBatchResponse": {
1597 "id": "DatafeedsCustomBatchResponse", 1629 "id": "DatafeedsCustomBatchResponse",
1598 "properties": { 1630 "properties": {
1599 "entries": { 1631 "entries": {
1632 "description": "The result of the execution of the batch req uests.",
1600 "items": { 1633 "items": {
1601 "$ref": "DatafeedsCustomBatchResponseEntry" 1634 "$ref": "DatafeedsCustomBatchResponseEntry"
1602 }, 1635 },
1603 "type": "array" 1636 "type": "array"
1604 }, 1637 },
1605 "kind": { 1638 "kind": {
1606 "default": "content#datafeedsCustomBatchResponse", 1639 "default": "content#datafeedsCustomBatchResponse",
1607 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedsCustomBatchResponse\".", 1640 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedsCustomBatchResponse\".",
1608 "type": "string" 1641 "type": "string"
1609 } 1642 }
(...skipping 21 matching lines...) Expand all
1631 "type": "object" 1664 "type": "object"
1632 }, 1665 },
1633 "DatafeedsListResponse": { 1666 "DatafeedsListResponse": {
1634 "id": "DatafeedsListResponse", 1667 "id": "DatafeedsListResponse",
1635 "properties": { 1668 "properties": {
1636 "kind": { 1669 "kind": {
1637 "default": "content#datafeedsListResponse", 1670 "default": "content#datafeedsListResponse",
1638 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedsListResponse\".", 1671 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedsListResponse\".",
1639 "type": "string" 1672 "type": "string"
1640 }, 1673 },
1674 "nextPageToken": {
1675 "description": "The token for the retrieval of the next page of datafeeds.",
1676 "type": "string"
1677 },
1641 "resources": { 1678 "resources": {
1642 "items": { 1679 "items": {
1643 "$ref": "Datafeed" 1680 "$ref": "Datafeed"
1644 }, 1681 },
1645 "type": "array" 1682 "type": "array"
1646 } 1683 }
1647 }, 1684 },
1648 "type": "object" 1685 "type": "object"
1649 }, 1686 },
1650 "DatafeedstatusesCustomBatchRequest": { 1687 "DatafeedstatusesCustomBatchRequest": {
1651 "id": "DatafeedstatusesCustomBatchRequest", 1688 "id": "DatafeedstatusesCustomBatchRequest",
1652 "properties": { 1689 "properties": {
1653 "entries": { 1690 "entries": {
1691 "description": "The request entries to be processed in the b atch.",
1654 "items": { 1692 "items": {
1655 "$ref": "DatafeedstatusesCustomBatchRequestEntry" 1693 "$ref": "DatafeedstatusesCustomBatchRequestEntry"
1656 }, 1694 },
1657 "type": "array" 1695 "type": "array"
1658 } 1696 }
1659 }, 1697 },
1660 "type": "object" 1698 "type": "object"
1661 }, 1699 },
1662 "DatafeedstatusesCustomBatchRequestEntry": { 1700 "DatafeedstatusesCustomBatchRequestEntry": {
1663 "description": "A batch entry encoding a single non-batch request to the datafeedstatuses service of the Content API for Shopping.", 1701 "description": "A batch entry encoding a single non-batch request to the datafeedstatuses service of the Content API for Shopping.",
1664 "id": "DatafeedstatusesCustomBatchRequestEntry", 1702 "id": "DatafeedstatusesCustomBatchRequestEntry",
1665 "properties": { 1703 "properties": {
1666 "batchId": { 1704 "batchId": {
1667 "description": "An entry ID, unique within the batch request .", 1705 "description": "An entry ID, unique within the batch request .",
1668 "format": "uint32", 1706 "format": "uint32",
1669 "type": "integer" 1707 "type": "integer"
1670 }, 1708 },
1671 "datafeedId": { 1709 "datafeedId": {
1672 "description": "The ID of the data feed to get or delete.", 1710 "description": "The ID of the data feed to get or delete.",
1673 "format": "uint64", 1711 "format": "uint64",
1674 "type": "string" 1712 "type": "string"
1675 }, 1713 },
1676 "merchantId": { 1714 "merchantId": {
1677 "description": "The ID of the managing account.", 1715 "description": "The ID of the managing account.",
1678 "format": "uint64", 1716 "format": "uint64",
1679 "type": "string" 1717 "type": "string"
1680 }, 1718 },
1681 "method": { 1719 "method": {
1682 "description": "The method (get).",
1683 "type": "string" 1720 "type": "string"
1684 } 1721 }
1685 }, 1722 },
1686 "type": "object" 1723 "type": "object"
1687 }, 1724 },
1688 "DatafeedstatusesCustomBatchResponse": { 1725 "DatafeedstatusesCustomBatchResponse": {
1689 "id": "DatafeedstatusesCustomBatchResponse", 1726 "id": "DatafeedstatusesCustomBatchResponse",
1690 "properties": { 1727 "properties": {
1691 "entries": { 1728 "entries": {
1729 "description": "The result of the execution of the batch req uests.",
1692 "items": { 1730 "items": {
1693 "$ref": "DatafeedstatusesCustomBatchResponseEntry" 1731 "$ref": "DatafeedstatusesCustomBatchResponseEntry"
1694 }, 1732 },
1695 "type": "array" 1733 "type": "array"
1696 }, 1734 },
1697 "kind": { 1735 "kind": {
1698 "default": "content#datafeedstatusesCustomBatchResponse", 1736 "default": "content#datafeedstatusesCustomBatchResponse",
1699 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedstatusesCustomBatchResponse\".", 1737 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedstatusesCustomBatchResponse\".",
1700 "type": "string" 1738 "type": "string"
1701 } 1739 }
(...skipping 21 matching lines...) Expand all
1723 "type": "object" 1761 "type": "object"
1724 }, 1762 },
1725 "DatafeedstatusesListResponse": { 1763 "DatafeedstatusesListResponse": {
1726 "id": "DatafeedstatusesListResponse", 1764 "id": "DatafeedstatusesListResponse",
1727 "properties": { 1765 "properties": {
1728 "kind": { 1766 "kind": {
1729 "default": "content#datafeedstatusesListResponse", 1767 "default": "content#datafeedstatusesListResponse",
1730 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedstatusesListResponse\".", 1768 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#datafeedstatusesListResponse\".",
1731 "type": "string" 1769 "type": "string"
1732 }, 1770 },
1771 "nextPageToken": {
1772 "description": "The token for the retrieval of the next page of datafeed statuses.",
1773 "type": "string"
1774 },
1733 "resources": { 1775 "resources": {
1734 "items": { 1776 "items": {
1735 "$ref": "DatafeedStatus" 1777 "$ref": "DatafeedStatus"
1736 }, 1778 },
1737 "type": "array" 1779 "type": "array"
1738 } 1780 }
1739 }, 1781 },
1740 "type": "object" 1782 "type": "object"
1741 }, 1783 },
1742 "Error": { 1784 "Error": {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "description": "A date range represented by a pair of ISO 86 01 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.", 1852 "description": "A date range represented by a pair of ISO 86 01 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.",
1811 "type": "string" 1853 "type": "string"
1812 } 1854 }
1813 }, 1855 },
1814 "type": "object" 1856 "type": "object"
1815 }, 1857 },
1816 "InventoryCustomBatchRequest": { 1858 "InventoryCustomBatchRequest": {
1817 "id": "InventoryCustomBatchRequest", 1859 "id": "InventoryCustomBatchRequest",
1818 "properties": { 1860 "properties": {
1819 "entries": { 1861 "entries": {
1862 "description": "The request entries to be processed in the b atch.",
1820 "items": { 1863 "items": {
1821 "$ref": "InventoryCustomBatchRequestEntry" 1864 "$ref": "InventoryCustomBatchRequestEntry"
1822 }, 1865 },
1823 "type": "array" 1866 "type": "array"
1824 } 1867 }
1825 }, 1868 },
1826 "type": "object" 1869 "type": "object"
1827 }, 1870 },
1828 "InventoryCustomBatchRequestEntry": { 1871 "InventoryCustomBatchRequestEntry": {
1829 "description": "A batch entry encoding a single non-batch request to the inventory service of the Content API for Shopping.", 1872 "description": "A batch entry encoding a single non-batch request to the inventory service of the Content API for Shopping.",
(...skipping 21 matching lines...) Expand all
1851 "description": "The code of the store for which to update pr ice and availability. Use online to update price and availability of an online p roduct.", 1894 "description": "The code of the store for which to update pr ice and availability. Use online to update price and availability of an online p roduct.",
1852 "type": "string" 1895 "type": "string"
1853 } 1896 }
1854 }, 1897 },
1855 "type": "object" 1898 "type": "object"
1856 }, 1899 },
1857 "InventoryCustomBatchResponse": { 1900 "InventoryCustomBatchResponse": {
1858 "id": "InventoryCustomBatchResponse", 1901 "id": "InventoryCustomBatchResponse",
1859 "properties": { 1902 "properties": {
1860 "entries": { 1903 "entries": {
1904 "description": "The result of the execution of the batch req uests.",
1861 "items": { 1905 "items": {
1862 "$ref": "InventoryCustomBatchResponseEntry" 1906 "$ref": "InventoryCustomBatchResponseEntry"
1863 }, 1907 },
1864 "type": "array" 1908 "type": "array"
1865 }, 1909 },
1866 "kind": { 1910 "kind": {
1867 "default": "content#inventoryCustomBatchResponse", 1911 "default": "content#inventoryCustomBatchResponse",
1868 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#inventoryCustomBatchResponse\".", 1912 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#inventoryCustomBatchResponse\".",
1869 "type": "string" 1913 "type": "string"
1870 } 1914 }
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
2535 "format": "double", 2579 "format": "double",
2536 "type": "number" 2580 "type": "number"
2537 } 2581 }
2538 }, 2582 },
2539 "type": "object" 2583 "type": "object"
2540 }, 2584 },
2541 "ProductsCustomBatchRequest": { 2585 "ProductsCustomBatchRequest": {
2542 "id": "ProductsCustomBatchRequest", 2586 "id": "ProductsCustomBatchRequest",
2543 "properties": { 2587 "properties": {
2544 "entries": { 2588 "entries": {
2589 "description": "The request entries to be processed in the b atch.",
2545 "items": { 2590 "items": {
2546 "$ref": "ProductsCustomBatchRequestEntry" 2591 "$ref": "ProductsCustomBatchRequestEntry"
2547 }, 2592 },
2548 "type": "array" 2593 "type": "array"
2549 } 2594 }
2550 }, 2595 },
2551 "type": "object" 2596 "type": "object"
2552 }, 2597 },
2553 "ProductsCustomBatchRequestEntry": { 2598 "ProductsCustomBatchRequestEntry": {
2554 "description": "A batch entry encoding a single non-batch request to the products service of the Content API for Shopping.", 2599 "description": "A batch entry encoding a single non-batch request to the products service of the Content API for Shopping.",
2555 "id": "ProductsCustomBatchRequestEntry", 2600 "id": "ProductsCustomBatchRequestEntry",
2556 "properties": { 2601 "properties": {
2557 "batchId": { 2602 "batchId": {
2558 "description": "An entry ID, unique within the batch request .", 2603 "description": "An entry ID, unique within the batch request .",
2559 "format": "uint32", 2604 "format": "uint32",
2560 "type": "integer" 2605 "type": "integer"
2561 }, 2606 },
2562 "merchantId": { 2607 "merchantId": {
2563 "description": "The ID of the managing account.", 2608 "description": "The ID of the managing account.",
2564 "format": "uint64", 2609 "format": "uint64",
2565 "type": "string" 2610 "type": "string"
2566 }, 2611 },
2567 "method": { 2612 "method": {
2568 "description": "The method (get, insert or delete).",
2569 "type": "string" 2613 "type": "string"
2570 }, 2614 },
2571 "product": { 2615 "product": {
2572 "$ref": "Product", 2616 "$ref": "Product",
2573 "description": "The product to insert. Only required if the method is insert." 2617 "description": "The product to insert. Only required if the method is insert."
2574 }, 2618 },
2575 "productId": { 2619 "productId": {
2576 "description": "The ID of the product to get or delete. Only defined if the method is get or delete.", 2620 "description": "The ID of the product to get or delete. Only defined if the method is get or delete.",
2577 "type": "string" 2621 "type": "string"
2578 } 2622 }
2579 }, 2623 },
2580 "type": "object" 2624 "type": "object"
2581 }, 2625 },
2582 "ProductsCustomBatchResponse": { 2626 "ProductsCustomBatchResponse": {
2583 "id": "ProductsCustomBatchResponse", 2627 "id": "ProductsCustomBatchResponse",
2584 "properties": { 2628 "properties": {
2585 "entries": { 2629 "entries": {
2630 "description": "The result of the execution of the batch req uests.",
2586 "items": { 2631 "items": {
2587 "$ref": "ProductsCustomBatchResponseEntry" 2632 "$ref": "ProductsCustomBatchResponseEntry"
2588 }, 2633 },
2589 "type": "array" 2634 "type": "array"
2590 }, 2635 },
2591 "kind": { 2636 "kind": {
2592 "default": "content#productsCustomBatchResponse", 2637 "default": "content#productsCustomBatchResponse",
2593 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productsCustomBatchResponse\".", 2638 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productsCustomBatchResponse\".",
2594 "type": "string" 2639 "type": "string"
2595 } 2640 }
(...skipping 27 matching lines...) Expand all
2623 }, 2668 },
2624 "ProductsListResponse": { 2669 "ProductsListResponse": {
2625 "id": "ProductsListResponse", 2670 "id": "ProductsListResponse",
2626 "properties": { 2671 "properties": {
2627 "kind": { 2672 "kind": {
2628 "default": "content#productsListResponse", 2673 "default": "content#productsListResponse",
2629 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productsListResponse\".", 2674 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productsListResponse\".",
2630 "type": "string" 2675 "type": "string"
2631 }, 2676 },
2632 "nextPageToken": { 2677 "nextPageToken": {
2678 "description": "The token for the retrieval of the next page of products.",
2633 "type": "string" 2679 "type": "string"
2634 }, 2680 },
2635 "resources": { 2681 "resources": {
2636 "items": { 2682 "items": {
2637 "$ref": "Product" 2683 "$ref": "Product"
2638 }, 2684 },
2639 "type": "array" 2685 "type": "array"
2640 } 2686 }
2641 }, 2687 },
2642 "type": "object" 2688 "type": "object"
2643 }, 2689 },
2644 "ProductstatusesCustomBatchRequest": { 2690 "ProductstatusesCustomBatchRequest": {
2645 "id": "ProductstatusesCustomBatchRequest", 2691 "id": "ProductstatusesCustomBatchRequest",
2646 "properties": { 2692 "properties": {
2647 "entries": { 2693 "entries": {
2694 "description": "The request entries to be processed in the b atch.",
2648 "items": { 2695 "items": {
2649 "$ref": "ProductstatusesCustomBatchRequestEntry" 2696 "$ref": "ProductstatusesCustomBatchRequestEntry"
2650 }, 2697 },
2651 "type": "array" 2698 "type": "array"
2652 } 2699 }
2653 }, 2700 },
2654 "type": "object" 2701 "type": "object"
2655 }, 2702 },
2656 "ProductstatusesCustomBatchRequestEntry": { 2703 "ProductstatusesCustomBatchRequestEntry": {
2657 "description": "A batch entry encoding a single non-batch request to the productstatuses service of the Content API for Shopping.", 2704 "description": "A batch entry encoding a single non-batch request to the productstatuses service of the Content API for Shopping.",
2658 "id": "ProductstatusesCustomBatchRequestEntry", 2705 "id": "ProductstatusesCustomBatchRequestEntry",
2659 "properties": { 2706 "properties": {
2660 "batchId": { 2707 "batchId": {
2661 "description": "An entry ID, unique within the batch request .", 2708 "description": "An entry ID, unique within the batch request .",
2662 "format": "uint32", 2709 "format": "uint32",
2663 "type": "integer" 2710 "type": "integer"
2664 }, 2711 },
2665 "merchantId": { 2712 "merchantId": {
2666 "description": "The ID of the managing account.", 2713 "description": "The ID of the managing account.",
2667 "format": "uint64", 2714 "format": "uint64",
2668 "type": "string" 2715 "type": "string"
2669 }, 2716 },
2670 "method": { 2717 "method": {
2671 "description": "The method (get).",
2672 "type": "string" 2718 "type": "string"
2673 }, 2719 },
2674 "productId": { 2720 "productId": {
2675 "description": "The ID of the product whose status to get.", 2721 "description": "The ID of the product whose status to get.",
2676 "type": "string" 2722 "type": "string"
2677 } 2723 }
2678 }, 2724 },
2679 "type": "object" 2725 "type": "object"
2680 }, 2726 },
2681 "ProductstatusesCustomBatchResponse": { 2727 "ProductstatusesCustomBatchResponse": {
2682 "id": "ProductstatusesCustomBatchResponse", 2728 "id": "ProductstatusesCustomBatchResponse",
2683 "properties": { 2729 "properties": {
2684 "entries": { 2730 "entries": {
2731 "description": "The result of the execution of the batch req uests.",
2685 "items": { 2732 "items": {
2686 "$ref": "ProductstatusesCustomBatchResponseEntry" 2733 "$ref": "ProductstatusesCustomBatchResponseEntry"
2687 }, 2734 },
2688 "type": "array" 2735 "type": "array"
2689 }, 2736 },
2690 "kind": { 2737 "kind": {
2691 "default": "content#productstatusesCustomBatchResponse", 2738 "default": "content#productstatusesCustomBatchResponse",
2692 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productstatusesCustomBatchResponse\".", 2739 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productstatusesCustomBatchResponse\".",
2693 "type": "string" 2740 "type": "string"
2694 } 2741 }
(...skipping 27 matching lines...) Expand all
2722 }, 2769 },
2723 "ProductstatusesListResponse": { 2770 "ProductstatusesListResponse": {
2724 "id": "ProductstatusesListResponse", 2771 "id": "ProductstatusesListResponse",
2725 "properties": { 2772 "properties": {
2726 "kind": { 2773 "kind": {
2727 "default": "content#productstatusesListResponse", 2774 "default": "content#productstatusesListResponse",
2728 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productstatusesListResponse\".", 2775 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#productstatusesListResponse\".",
2729 "type": "string" 2776 "type": "string"
2730 }, 2777 },
2731 "nextPageToken": { 2778 "nextPageToken": {
2779 "description": "The token for the retrieval of the next page of products statuses.",
2732 "type": "string" 2780 "type": "string"
2733 }, 2781 },
2734 "resources": { 2782 "resources": {
2735 "items": { 2783 "items": {
2736 "$ref": "ProductStatus" 2784 "$ref": "ProductStatus"
2737 }, 2785 },
2738 "type": "array" 2786 "type": "array"
2739 } 2787 }
2740 }, 2788 },
2741 "type": "object" 2789 "type": "object"
2742 } 2790 }
2743 }, 2791 },
2744 "servicePath": "content/v2/", 2792 "servicePath": "content/v2/",
2745 "title": "Content API for Shopping", 2793 "title": "Content API for Shopping",
2746 "version": "v2" 2794 "version": "v2"
2747 } 2795 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698