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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/RsxRME9Gu_f17mSFUnwX4Br4j90\"", 18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ienJtHXSgvp2PqTI_8QrrraJ4bU\"",
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "$ref": "AccountsAuthInfoResponse" 83 "$ref": "AccountsAuthInfoResponse"
84 }, 84 },
85 "scopes": [ 85 "scopes": [
86 "https://www.googleapis.com/auth/content" 86 "https://www.googleapis.com/auth/content"
87 ] 87 ]
88 }, 88 },
89 "custombatch": { 89 "custombatch": {
90 "description": "Retrieves, inserts, updates, and deletes mul tiple Merchant Center (sub-)accounts in a single request.", 90 "description": "Retrieves, inserts, updates, and deletes mul tiple Merchant Center (sub-)accounts in a single request.",
91 "httpMethod": "POST", 91 "httpMethod": "POST",
92 "id": "content.accounts.custombatch", 92 "id": "content.accounts.custombatch",
93 "parameters": {
94 "dryRun": {
95 "description": "Flag to run the request in dry-run m ode.",
96 "location": "query",
97 "type": "boolean"
98 }
99 },
93 "path": "accounts/batch", 100 "path": "accounts/batch",
94 "request": { 101 "request": {
95 "$ref": "AccountsCustomBatchRequest" 102 "$ref": "AccountsCustomBatchRequest"
96 }, 103 },
97 "response": { 104 "response": {
98 "$ref": "AccountsCustomBatchResponse" 105 "$ref": "AccountsCustomBatchResponse"
99 }, 106 },
100 "scopes": [ 107 "scopes": [
101 "https://www.googleapis.com/auth/content" 108 "https://www.googleapis.com/auth/content"
102 ] 109 ]
103 }, 110 },
104 "delete": { 111 "delete": {
105 "description": "Deletes a Merchant Center sub-account.", 112 "description": "Deletes a Merchant Center sub-account.",
106 "httpMethod": "DELETE", 113 "httpMethod": "DELETE",
107 "id": "content.accounts.delete", 114 "id": "content.accounts.delete",
108 "parameterOrder": [ 115 "parameterOrder": [
109 "merchantId", 116 "merchantId",
110 "accountId" 117 "accountId"
111 ], 118 ],
112 "parameters": { 119 "parameters": {
113 "accountId": { 120 "accountId": {
114 "description": "The ID of the account.", 121 "description": "The ID of the account.",
115 "format": "uint64", 122 "format": "uint64",
116 "location": "path", 123 "location": "path",
117 "required": true, 124 "required": true,
118 "type": "string" 125 "type": "string"
119 }, 126 },
127 "dryRun": {
128 "description": "Flag to run the request in dry-run m ode.",
129 "location": "query",
130 "type": "boolean"
131 },
120 "merchantId": { 132 "merchantId": {
121 "description": "The ID of the managing account.", 133 "description": "The ID of the managing account.",
122 "format": "uint64", 134 "format": "uint64",
123 "location": "path", 135 "location": "path",
124 "required": true, 136 "required": true,
125 "type": "string" 137 "type": "string"
126 } 138 }
127 }, 139 },
128 "path": "{merchantId}/accounts/{accountId}", 140 "path": "{merchantId}/accounts/{accountId}",
129 "scopes": [ 141 "scopes": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 ] 175 ]
164 }, 176 },
165 "insert": { 177 "insert": {
166 "description": "Creates a Merchant Center sub-account.", 178 "description": "Creates a Merchant Center sub-account.",
167 "httpMethod": "POST", 179 "httpMethod": "POST",
168 "id": "content.accounts.insert", 180 "id": "content.accounts.insert",
169 "parameterOrder": [ 181 "parameterOrder": [
170 "merchantId" 182 "merchantId"
171 ], 183 ],
172 "parameters": { 184 "parameters": {
185 "dryRun": {
186 "description": "Flag to run the request in dry-run m ode.",
187 "location": "query",
188 "type": "boolean"
189 },
173 "merchantId": { 190 "merchantId": {
174 "description": "The ID of the managing account.", 191 "description": "The ID of the managing account.",
175 "format": "uint64", 192 "format": "uint64",
176 "location": "path", 193 "location": "path",
177 "required": true, 194 "required": true,
178 "type": "string" 195 "type": "string"
179 } 196 }
180 }, 197 },
181 "path": "{merchantId}/accounts", 198 "path": "{merchantId}/accounts",
182 "request": { 199 "request": {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "accountId" 250 "accountId"
234 ], 251 ],
235 "parameters": { 252 "parameters": {
236 "accountId": { 253 "accountId": {
237 "description": "The ID of the account.", 254 "description": "The ID of the account.",
238 "format": "uint64", 255 "format": "uint64",
239 "location": "path", 256 "location": "path",
240 "required": true, 257 "required": true,
241 "type": "string" 258 "type": "string"
242 }, 259 },
260 "dryRun": {
261 "description": "Flag to run the request in dry-run m ode.",
262 "location": "query",
263 "type": "boolean"
264 },
243 "merchantId": { 265 "merchantId": {
244 "description": "The ID of the managing account.", 266 "description": "The ID of the managing account.",
245 "format": "uint64", 267 "format": "uint64",
246 "location": "path", 268 "location": "path",
247 "required": true, 269 "required": true,
248 "type": "string" 270 "type": "string"
249 } 271 }
250 }, 272 },
251 "path": "{merchantId}/accounts/{accountId}", 273 "path": "{merchantId}/accounts/{accountId}",
252 "request": { 274 "request": {
(...skipping 15 matching lines...) Expand all
268 "accountId" 290 "accountId"
269 ], 291 ],
270 "parameters": { 292 "parameters": {
271 "accountId": { 293 "accountId": {
272 "description": "The ID of the account.", 294 "description": "The ID of the account.",
273 "format": "uint64", 295 "format": "uint64",
274 "location": "path", 296 "location": "path",
275 "required": true, 297 "required": true,
276 "type": "string" 298 "type": "string"
277 }, 299 },
300 "dryRun": {
301 "description": "Flag to run the request in dry-run m ode.",
302 "location": "query",
303 "type": "boolean"
304 },
278 "merchantId": { 305 "merchantId": {
279 "description": "The ID of the managing account.", 306 "description": "The ID of the managing account.",
280 "format": "uint64", 307 "format": "uint64",
281 "location": "path", 308 "location": "path",
282 "required": true, 309 "required": true,
283 "type": "string" 310 "type": "string"
284 } 311 }
285 }, 312 },
286 "path": "{merchantId}/accounts/{accountId}", 313 "path": "{merchantId}/accounts/{accountId}",
287 "request": { 314 "request": {
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "https://www.googleapis.com/auth/content" 752 "https://www.googleapis.com/auth/content"
726 ] 753 ]
727 } 754 }
728 } 755 }
729 }, 756 },
730 "datafeeds": { 757 "datafeeds": {
731 "methods": { 758 "methods": {
732 "custombatch": { 759 "custombatch": {
733 "httpMethod": "POST", 760 "httpMethod": "POST",
734 "id": "content.datafeeds.custombatch", 761 "id": "content.datafeeds.custombatch",
762 "parameters": {
763 "dryRun": {
764 "description": "Flag to run the request in dry-run m ode.",
765 "location": "query",
766 "type": "boolean"
767 }
768 },
735 "path": "datafeeds/batch", 769 "path": "datafeeds/batch",
736 "request": { 770 "request": {
737 "$ref": "DatafeedsCustomBatchRequest" 771 "$ref": "DatafeedsCustomBatchRequest"
738 }, 772 },
739 "response": { 773 "response": {
740 "$ref": "DatafeedsCustomBatchResponse" 774 "$ref": "DatafeedsCustomBatchResponse"
741 }, 775 },
742 "scopes": [ 776 "scopes": [
743 "https://www.googleapis.com/auth/content" 777 "https://www.googleapis.com/auth/content"
744 ] 778 ]
745 }, 779 },
746 "delete": { 780 "delete": {
747 "description": "Deletes a datafeed from your Merchant Center account.", 781 "description": "Deletes a datafeed from your Merchant Center account.",
748 "httpMethod": "DELETE", 782 "httpMethod": "DELETE",
749 "id": "content.datafeeds.delete", 783 "id": "content.datafeeds.delete",
750 "parameterOrder": [ 784 "parameterOrder": [
751 "merchantId", 785 "merchantId",
752 "datafeedId" 786 "datafeedId"
753 ], 787 ],
754 "parameters": { 788 "parameters": {
755 "datafeedId": { 789 "datafeedId": {
756 "format": "uint64", 790 "format": "uint64",
757 "location": "path", 791 "location": "path",
758 "required": true, 792 "required": true,
759 "type": "string" 793 "type": "string"
760 }, 794 },
795 "dryRun": {
796 "description": "Flag to run the request in dry-run m ode.",
797 "location": "query",
798 "type": "boolean"
799 },
761 "merchantId": { 800 "merchantId": {
762 "format": "uint64", 801 "format": "uint64",
763 "location": "path", 802 "location": "path",
764 "required": true, 803 "required": true,
765 "type": "string" 804 "type": "string"
766 } 805 }
767 }, 806 },
768 "path": "{merchantId}/datafeeds/{datafeedId}", 807 "path": "{merchantId}/datafeeds/{datafeedId}",
769 "scopes": [ 808 "scopes": [
770 "https://www.googleapis.com/auth/content" 809 "https://www.googleapis.com/auth/content"
(...skipping 30 matching lines...) Expand all
801 ] 840 ]
802 }, 841 },
803 "insert": { 842 "insert": {
804 "description": "Registers a datafeed with your Merchant Cent er account.", 843 "description": "Registers a datafeed with your Merchant Cent er account.",
805 "httpMethod": "POST", 844 "httpMethod": "POST",
806 "id": "content.datafeeds.insert", 845 "id": "content.datafeeds.insert",
807 "parameterOrder": [ 846 "parameterOrder": [
808 "merchantId" 847 "merchantId"
809 ], 848 ],
810 "parameters": { 849 "parameters": {
850 "dryRun": {
851 "description": "Flag to run the request in dry-run m ode.",
852 "location": "query",
853 "type": "boolean"
854 },
811 "merchantId": { 855 "merchantId": {
812 "format": "uint64", 856 "format": "uint64",
813 "location": "path", 857 "location": "path",
814 "required": true, 858 "required": true,
815 "type": "string" 859 "type": "string"
816 } 860 }
817 }, 861 },
818 "path": "{merchantId}/datafeeds", 862 "path": "{merchantId}/datafeeds",
819 "request": { 863 "request": {
820 "$ref": "Datafeed" 864 "$ref": "Datafeed"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 "merchantId", 913 "merchantId",
870 "datafeedId" 914 "datafeedId"
871 ], 915 ],
872 "parameters": { 916 "parameters": {
873 "datafeedId": { 917 "datafeedId": {
874 "format": "uint64", 918 "format": "uint64",
875 "location": "path", 919 "location": "path",
876 "required": true, 920 "required": true,
877 "type": "string" 921 "type": "string"
878 }, 922 },
923 "dryRun": {
924 "description": "Flag to run the request in dry-run m ode.",
925 "location": "query",
926 "type": "boolean"
927 },
879 "merchantId": { 928 "merchantId": {
880 "format": "uint64", 929 "format": "uint64",
881 "location": "path", 930 "location": "path",
882 "required": true, 931 "required": true,
883 "type": "string" 932 "type": "string"
884 } 933 }
885 }, 934 },
886 "path": "{merchantId}/datafeeds/{datafeedId}", 935 "path": "{merchantId}/datafeeds/{datafeedId}",
887 "request": { 936 "request": {
888 "$ref": "Datafeed" 937 "$ref": "Datafeed"
(...skipping 13 matching lines...) Expand all
902 "merchantId", 951 "merchantId",
903 "datafeedId" 952 "datafeedId"
904 ], 953 ],
905 "parameters": { 954 "parameters": {
906 "datafeedId": { 955 "datafeedId": {
907 "format": "uint64", 956 "format": "uint64",
908 "location": "path", 957 "location": "path",
909 "required": true, 958 "required": true,
910 "type": "string" 959 "type": "string"
911 }, 960 },
961 "dryRun": {
962 "description": "Flag to run the request in dry-run m ode.",
963 "location": "query",
964 "type": "boolean"
965 },
912 "merchantId": { 966 "merchantId": {
913 "format": "uint64", 967 "format": "uint64",
914 "location": "path", 968 "location": "path",
915 "required": true, 969 "required": true,
916 "type": "string" 970 "type": "string"
917 } 971 }
918 }, 972 },
919 "path": "{merchantId}/datafeeds/{datafeedId}", 973 "path": "{merchantId}/datafeeds/{datafeedId}",
920 "request": { 974 "request": {
921 "$ref": "Datafeed" 975 "$ref": "Datafeed"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 }, 1062 },
1009 "scopes": [ 1063 "scopes": [
1010 "https://www.googleapis.com/auth/content" 1064 "https://www.googleapis.com/auth/content"
1011 ] 1065 ]
1012 } 1066 }
1013 } 1067 }
1014 }, 1068 },
1015 "inventory": { 1069 "inventory": {
1016 "methods": { 1070 "methods": {
1017 "custombatch": { 1071 "custombatch": {
1018 "description": "Updates price and availability for multiple products or stores in a single request.", 1072 "description": "Updates price and availability for multiple products or stores in a single request. This operation does not update the expir ation date of the products.",
1019 "httpMethod": "POST", 1073 "httpMethod": "POST",
1020 "id": "content.inventory.custombatch", 1074 "id": "content.inventory.custombatch",
1075 "parameters": {
1076 "dryRun": {
1077 "description": "Flag to run the request in dry-run m ode.",
1078 "location": "query",
1079 "type": "boolean"
1080 }
1081 },
1021 "path": "inventory/batch", 1082 "path": "inventory/batch",
1022 "request": { 1083 "request": {
1023 "$ref": "InventoryCustomBatchRequest" 1084 "$ref": "InventoryCustomBatchRequest"
1024 }, 1085 },
1025 "response": { 1086 "response": {
1026 "$ref": "InventoryCustomBatchResponse" 1087 "$ref": "InventoryCustomBatchResponse"
1027 }, 1088 },
1028 "scopes": [ 1089 "scopes": [
1029 "https://www.googleapis.com/auth/content" 1090 "https://www.googleapis.com/auth/content"
1030 ] 1091 ]
1031 }, 1092 },
1032 "set": { 1093 "set": {
1033 "description": "Updates price and availability of a product in your Merchant Center account.", 1094 "description": "Updates price and availability of a product in your Merchant Center account. This operation does not update the expiration d ate of the product.",
1034 "httpMethod": "POST", 1095 "httpMethod": "POST",
1035 "id": "content.inventory.set", 1096 "id": "content.inventory.set",
1036 "parameterOrder": [ 1097 "parameterOrder": [
1037 "merchantId", 1098 "merchantId",
1038 "storeCode", 1099 "storeCode",
1039 "productId" 1100 "productId"
1040 ], 1101 ],
1041 "parameters": { 1102 "parameters": {
1103 "dryRun": {
1104 "description": "Flag to run the request in dry-run m ode.",
1105 "location": "query",
1106 "type": "boolean"
1107 },
1042 "merchantId": { 1108 "merchantId": {
1043 "description": "The ID of the managing account.", 1109 "description": "The ID of the managing account.",
1044 "format": "uint64", 1110 "format": "uint64",
1045 "location": "path", 1111 "location": "path",
1046 "required": true, 1112 "required": true,
1047 "type": "string" 1113 "type": "string"
1048 }, 1114 },
1049 "productId": { 1115 "productId": {
1050 "description": "The ID of the product for which to u pdate price and availability.", 1116 "description": "The ID of the product for which to u pdate price and availability.",
1051 "location": "path", 1117 "location": "path",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 "response": { 1374 "response": {
1309 "$ref": "ProductstatusesListResponse" 1375 "$ref": "ProductstatusesListResponse"
1310 }, 1376 },
1311 "scopes": [ 1377 "scopes": [
1312 "https://www.googleapis.com/auth/content" 1378 "https://www.googleapis.com/auth/content"
1313 ] 1379 ]
1314 } 1380 }
1315 } 1381 }
1316 } 1382 }
1317 }, 1383 },
1318 "revision": "20150528", 1384 "revision": "20150729",
1319 "rootUrl": "https://www.googleapis.com/", 1385 "rootUrl": "https://www.googleapis.com/",
1320 "schemas": { 1386 "schemas": {
1321 "Account": { 1387 "Account": {
1322 "description": "Account data.", 1388 "description": "Account data.",
1323 "id": "Account", 1389 "id": "Account",
1324 "properties": { 1390 "properties": {
1325 "adultContent": { 1391 "adultContent": {
1326 "description": "Indicates whether the merchant sells adult c ontent.", 1392 "description": "Indicates whether the merchant sells adult c ontent.",
1327 "type": "boolean" 1393 "type": "boolean"
1328 }, 1394 },
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 }, 1565 },
1500 "description": "The name of the carrier rate.", 1566 "description": "The name of the carrier rate.",
1501 "type": "string" 1567 "type": "string"
1502 }, 1568 },
1503 "saleCountry": { 1569 "saleCountry": {
1504 "annotations": { 1570 "annotations": {
1505 "required": [ 1571 "required": [
1506 "content.accountshipping.update" 1572 "content.accountshipping.update"
1507 ] 1573 ]
1508 }, 1574 },
1509 "description": "Sale country for which this carrier rate is valid, represented as an ISO 3166-1 Alpha-2 code.", 1575 "description": "The sale country for which this carrier rate is valid, represented as a CLDR territory code.",
1510 "type": "string" 1576 "type": "string"
1511 }, 1577 },
1512 "shippingOrigin": { 1578 "shippingOrigin": {
1513 "annotations": { 1579 "annotations": {
1514 "required": [ 1580 "required": [
1515 "content.accountshipping.update" 1581 "content.accountshipping.update"
1516 ] 1582 ]
1517 }, 1583 },
1518 "description": "Shipping origin represented as a postal code .", 1584 "description": "Shipping origin represented as a postal code .",
1519 "type": "string" 1585 "type": "string"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 "AccountShippingLocationGroup": { 1625 "AccountShippingLocationGroup": {
1560 "description": "A user-defined locations group in a given country. A ll the locations of the group must be of the same type.", 1626 "description": "A user-defined locations group in a given country. A ll the locations of the group must be of the same type.",
1561 "id": "AccountShippingLocationGroup", 1627 "id": "AccountShippingLocationGroup",
1562 "properties": { 1628 "properties": {
1563 "country": { 1629 "country": {
1564 "annotations": { 1630 "annotations": {
1565 "required": [ 1631 "required": [
1566 "content.accountshipping.update" 1632 "content.accountshipping.update"
1567 ] 1633 ]
1568 }, 1634 },
1569 "description": "The country in which this location group is, represented as ISO 3166-1 Alpha-2 code.", 1635 "description": "The CLDR territory code of the country in wh ich this location group is.",
1570 "type": "string" 1636 "type": "string"
1571 }, 1637 },
1572 "locationIds": { 1638 "locationIds": {
1573 "description": "A location ID (also called criteria ID) repr esenting administrative areas, smaller country subdivisions (counties), or citie s.", 1639 "description": "A location ID (also called criteria ID) repr esenting administrative areas, smaller country subdivisions (counties), or citie s.",
1574 "items": { 1640 "items": {
1575 "format": "int64", 1641 "format": "int64",
1576 "type": "string" 1642 "type": "string"
1577 }, 1643 },
1578 "type": "array" 1644 "type": "array"
1579 }, 1645 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 }, 1713 },
1648 "description": "The name of the rate table.", 1714 "description": "The name of the rate table.",
1649 "type": "string" 1715 "type": "string"
1650 }, 1716 },
1651 "saleCountry": { 1717 "saleCountry": {
1652 "annotations": { 1718 "annotations": {
1653 "required": [ 1719 "required": [
1654 "content.accountshipping.update" 1720 "content.accountshipping.update"
1655 ] 1721 ]
1656 }, 1722 },
1657 "description": "Sale country for which this table is valid, represented as an ISO 3166-1 Alpha-2 code.", 1723 "description": "The sale country for which this table is val id, represented as a CLDR territory code.",
1658 "type": "string" 1724 "type": "string"
1659 } 1725 }
1660 }, 1726 },
1661 "type": "object" 1727 "type": "object"
1662 }, 1728 },
1663 "AccountShippingRateTableCell": { 1729 "AccountShippingRateTableCell": {
1664 "id": "AccountShippingRateTableCell", 1730 "id": "AccountShippingRateTableCell",
1665 "properties": { 1731 "properties": {
1666 "condition": { 1732 "condition": {
1667 "$ref": "AccountShippingCondition", 1733 "$ref": "AccountShippingCondition",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 }, 1769 },
1704 "description": "The name of this shipping service.", 1770 "description": "The name of this shipping service.",
1705 "type": "string" 1771 "type": "string"
1706 }, 1772 },
1707 "saleCountry": { 1773 "saleCountry": {
1708 "annotations": { 1774 "annotations": {
1709 "required": [ 1775 "required": [
1710 "content.accountshipping.update" 1776 "content.accountshipping.update"
1711 ] 1777 ]
1712 }, 1778 },
1713 "description": "Sale country for which this service can be u sed, represented as an ISO 3166-1 Alpha-2 code.", 1779 "description": "The CLDR territory code of the sale country for which this service can be used.",
1714 "type": "string" 1780 "type": "string"
1715 } 1781 }
1716 }, 1782 },
1717 "type": "object" 1783 "type": "object"
1718 }, 1784 },
1719 "AccountShippingShippingServiceCalculationMethod": { 1785 "AccountShippingShippingServiceCalculationMethod": {
1720 "description": "Shipping cost calculation method. Exactly one of the field is set.", 1786 "description": "Shipping cost calculation method. Exactly one of the field is set.",
1721 "id": "AccountShippingShippingServiceCalculationMethod", 1787 "id": "AccountShippingShippingServiceCalculationMethod",
1722 "properties": { 1788 "properties": {
1723 "carrierRate": { 1789 "carrierRate": {
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 "description": "A descriptive name of the data feed.", 2509 "description": "A descriptive name of the data feed.",
2444 "type": "string" 2510 "type": "string"
2445 }, 2511 },
2446 "targetCountry": { 2512 "targetCountry": {
2447 "annotations": { 2513 "annotations": {
2448 "required": [ 2514 "required": [
2449 "content.datafeeds.insert", 2515 "content.datafeeds.insert",
2450 "content.datafeeds.update" 2516 "content.datafeeds.update"
2451 ] 2517 ]
2452 }, 2518 },
2453 "description": "The two-letter ISO 3166 country where the it ems in the feed will be included in the search index.", 2519 "description": "The country where the items in the feed will be included in the search index, represented as a CLDR territory code.",
2454 "type": "string" 2520 "type": "string"
2455 } 2521 }
2456 }, 2522 },
2457 "type": "object" 2523 "type": "object"
2458 }, 2524 },
2459 "DatafeedFetchSchedule": { 2525 "DatafeedFetchSchedule": {
2460 "description": "The required fields vary based on the frequency of f etching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedul e, only hour is required.", 2526 "description": "The required fields vary based on the frequency of f etching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedul e, only hour is required.",
2461 "id": "DatafeedFetchSchedule", 2527 "id": "DatafeedFetchSchedule",
2462 "properties": { 2528 "properties": {
2463 "dayOfMonth": { 2529 "dayOfMonth": {
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 "format": "uint32", 2934 "format": "uint32",
2869 "type": "integer" 2935 "type": "integer"
2870 }, 2936 },
2871 "salePrice": { 2937 "salePrice": {
2872 "$ref": "Price", 2938 "$ref": "Price",
2873 "description": "The sale price of the product. Mandatory if sale_price_effective_date is defined." 2939 "description": "The sale price of the product. Mandatory if sale_price_effective_date is defined."
2874 }, 2940 },
2875 "salePriceEffectiveDate": { 2941 "salePriceEffectiveDate": {
2876 "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.", 2942 "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.",
2877 "type": "string" 2943 "type": "string"
2944 },
2945 "sellOnGoogleQuantity": {
2946 "description": "The quantity of the product that is reserved for sell-on-google ads. Supported only for online products.",
2947 "format": "uint32",
2948 "type": "integer"
2878 } 2949 }
2879 }, 2950 },
2880 "type": "object" 2951 "type": "object"
2881 }, 2952 },
2882 "InventoryCustomBatchRequest": { 2953 "InventoryCustomBatchRequest": {
2883 "id": "InventoryCustomBatchRequest", 2954 "id": "InventoryCustomBatchRequest",
2884 "properties": { 2955 "properties": {
2885 "entries": { 2956 "entries": {
2886 "description": "The request entries to be processed in the b atch.", 2957 "description": "The request entries to be processed in the b atch.",
2887 "items": { 2958 "items": {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2976 "format": "uint32", 3047 "format": "uint32",
2977 "type": "integer" 3048 "type": "integer"
2978 }, 3049 },
2979 "salePrice": { 3050 "salePrice": {
2980 "$ref": "Price", 3051 "$ref": "Price",
2981 "description": "The sale price of the product. Mandatory if sale_price_effective_date is defined." 3052 "description": "The sale price of the product. Mandatory if sale_price_effective_date is defined."
2982 }, 3053 },
2983 "salePriceEffectiveDate": { 3054 "salePriceEffectiveDate": {
2984 "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.", 3055 "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.",
2985 "type": "string" 3056 "type": "string"
3057 },
3058 "sellOnGoogleQuantity": {
3059 "description": "The quantity of the product that is reserved for sell-on-google ads. Supported only for online products.",
3060 "format": "uint32",
3061 "type": "integer"
2986 } 3062 }
2987 }, 3063 },
2988 "type": "object" 3064 "type": "object"
2989 }, 3065 },
2990 "InventorySetResponse": { 3066 "InventorySetResponse": {
2991 "id": "InventorySetResponse", 3067 "id": "InventorySetResponse",
2992 "properties": { 3068 "properties": {
2993 "kind": { 3069 "kind": {
2994 "default": "content#inventorySetResponse", 3070 "default": "content#inventorySetResponse",
2995 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#inventorySetResponse\".", 3071 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"content#inventorySetResponse\".",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3328 "type": "string" 3404 "type": "string"
3329 }, 3405 },
3330 "type": "array" 3406 "type": "array"
3331 }, 3407 },
3332 "targetCountry": { 3408 "targetCountry": {
3333 "annotations": { 3409 "annotations": {
3334 "required": [ 3410 "required": [
3335 "content.products.insert" 3411 "content.products.insert"
3336 ] 3412 ]
3337 }, 3413 },
3338 "description": "The two-letter ISO 3166 country code for the item.", 3414 "description": "The CLDR territory code for the item.",
3339 "type": "string" 3415 "type": "string"
3340 }, 3416 },
3341 "taxes": { 3417 "taxes": {
3342 "description": "Tax information.", 3418 "description": "Tax information.",
3343 "items": { 3419 "items": {
3344 "$ref": "ProductTax" 3420 "$ref": "ProductTax"
3345 }, 3421 },
3346 "type": "array" 3422 "type": "array"
3347 }, 3423 },
3348 "title": { 3424 "title": {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
3457 "format": "int64", 3533 "format": "int64",
3458 "type": "string" 3534 "type": "string"
3459 } 3535 }
3460 }, 3536 },
3461 "type": "object" 3537 "type": "object"
3462 }, 3538 },
3463 "ProductShipping": { 3539 "ProductShipping": {
3464 "id": "ProductShipping", 3540 "id": "ProductShipping",
3465 "properties": { 3541 "properties": {
3466 "country": { 3542 "country": {
3467 "description": "The two-letter ISO 3166 country code for the country to which an item will ship.", 3543 "description": "The CLDR territory code of the country to wh ich an item will ship.",
3468 "type": "string" 3544 "type": "string"
3469 }, 3545 },
3470 "locationGroupName": { 3546 "locationGroupName": {
3471 "description": "The location where the shipping is applicabl e, represented by a location group name.", 3547 "description": "The location where the shipping is applicabl e, represented by a location group name.",
3472 "type": "string" 3548 "type": "string"
3473 }, 3549 },
3474 "locationId": { 3550 "locationId": {
3475 "description": "The numeric id of a location that the shippi ng rate applies to as defined in the AdWords API.", 3551 "description": "The numeric id of a location that the shippi ng rate applies to as defined in the AdWords API.",
3476 "format": "int64", 3552 "format": "int64",
3477 "type": "string" 3553 "type": "string"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 "description": "Whether the destination is required, exclude d, selected by default or should be validated.", 3704 "description": "Whether the destination is required, exclude d, selected by default or should be validated.",
3629 "type": "string" 3705 "type": "string"
3630 } 3706 }
3631 }, 3707 },
3632 "type": "object" 3708 "type": "object"
3633 }, 3709 },
3634 "ProductTax": { 3710 "ProductTax": {
3635 "id": "ProductTax", 3711 "id": "ProductTax",
3636 "properties": { 3712 "properties": {
3637 "country": { 3713 "country": {
3638 "description": "The country within which the item is taxed, specified with a two-letter ISO 3166 country code.", 3714 "description": "The country within which the item is taxed, specified as a CLDR territory code.",
3639 "type": "string" 3715 "type": "string"
3640 }, 3716 },
3641 "locationId": { 3717 "locationId": {
3642 "description": "The numeric id of a location that the tax ra te applies to as defined in the AdWords API.", 3718 "description": "The numeric id of a location that the tax ra te applies to as defined in the AdWords API.",
3643 "format": "int64", 3719 "format": "int64",
3644 "type": "string" 3720 "type": "string"
3645 }, 3721 },
3646 "postalCode": { 3722 "postalCode": {
3647 "description": "The postal code range that the tax rate appl ies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range b etween two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*.", 3723 "description": "The postal code range that the tax rate appl ies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range b etween two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*.",
3648 "type": "string" 3724 "type": "string"
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3921 "type": "string" 3997 "type": "string"
3922 } 3998 }
3923 }, 3999 },
3924 "type": "object" 4000 "type": "object"
3925 } 4001 }
3926 }, 4002 },
3927 "servicePath": "content/v2/", 4003 "servicePath": "content/v2/",
3928 "title": "Content API for Shopping", 4004 "title": "Content API for Shopping",
3929 "version": "v2" 4005 "version": "v2"
3930 } 4006 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698