| OLD | NEW |
| 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": "Manages product items, inventory, and Merchant Center accoun
ts for Google Shopping.", | 15 "description": "Manages product items, inventory, and Merchant Center accoun
ts for Google Shopping.", |
| 16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://developers.google.com/shopping-content", | 17 "documentationLink": "https://developers.google.com/shopping-content", |
| 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/mhTe-_g3m7I2eL2tJAE3C73VFrw\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Jt8A6kt1GnP24vdp0UtThptYtC0\"", |
| 19 "icons": { | 19 "icons": { |
| 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
| 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
| 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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2011 "response": { | 2011 "response": { |
| 2012 "$ref": "ShippingSettings" | 2012 "$ref": "ShippingSettings" |
| 2013 }, | 2013 }, |
| 2014 "scopes": [ | 2014 "scopes": [ |
| 2015 "https://www.googleapis.com/auth/content" | 2015 "https://www.googleapis.com/auth/content" |
| 2016 ] | 2016 ] |
| 2017 } | 2017 } |
| 2018 } | 2018 } |
| 2019 } | 2019 } |
| 2020 }, | 2020 }, |
| 2021 "revision": "20170725", | 2021 "revision": "20170803", |
| 2022 "rootUrl": "https://www.googleapis.com/", | 2022 "rootUrl": "https://www.googleapis.com/", |
| 2023 "schemas": { | 2023 "schemas": { |
| 2024 "Account": { | 2024 "Account": { |
| 2025 "description": "Account data.", | 2025 "description": "Account data.", |
| 2026 "id": "Account", | 2026 "id": "Account", |
| 2027 "properties": { | 2027 "properties": { |
| 2028 "adultContent": { | 2028 "adultContent": { |
| 2029 "description": "Indicates whether the merchant sells adult c
ontent.", | 2029 "description": "Indicates whether the merchant sells adult c
ontent.", |
| 2030 "type": "boolean" | 2030 "type": "boolean" |
| 2031 }, | 2031 }, |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 "type": "object" | 2115 "type": "object" |
| 2116 }, | 2116 }, |
| 2117 "AccountStatus": { | 2117 "AccountStatus": { |
| 2118 "description": "The status of an account, i.e., information about it
s products, which is computed offline and not returned immediately at insertion
time.", | 2118 "description": "The status of an account, i.e., information about it
s products, which is computed offline and not returned immediately at insertion
time.", |
| 2119 "id": "AccountStatus", | 2119 "id": "AccountStatus", |
| 2120 "properties": { | 2120 "properties": { |
| 2121 "accountId": { | 2121 "accountId": { |
| 2122 "description": "The ID of the account for which the status i
s reported.", | 2122 "description": "The ID of the account for which the status i
s reported.", |
| 2123 "type": "string" | 2123 "type": "string" |
| 2124 }, | 2124 }, |
| 2125 "accountLevelIssues": { |
| 2126 "description": "A list of account level issues.", |
| 2127 "items": { |
| 2128 "$ref": "AccountStatusAccountLevelIssue" |
| 2129 }, |
| 2130 "type": "array" |
| 2131 }, |
| 2125 "dataQualityIssues": { | 2132 "dataQualityIssues": { |
| 2126 "description": "A list of data quality issues.", | 2133 "description": "A list of data quality issues.", |
| 2127 "items": { | 2134 "items": { |
| 2128 "$ref": "AccountStatusDataQualityIssue" | 2135 "$ref": "AccountStatusDataQualityIssue" |
| 2129 }, | 2136 }, |
| 2130 "type": "array" | 2137 "type": "array" |
| 2131 }, | 2138 }, |
| 2132 "kind": { | 2139 "kind": { |
| 2133 "default": "content#accountStatus", | 2140 "default": "content#accountStatus", |
| 2134 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"content#accountStatus\".", | 2141 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"content#accountStatus\".", |
| 2135 "type": "string" | 2142 "type": "string" |
| 2136 }, | 2143 }, |
| 2137 "websiteClaimed": { | 2144 "websiteClaimed": { |
| 2138 "description": "Whether the account's website is claimed or
not.", | 2145 "description": "Whether the account's website is claimed or
not.", |
| 2139 "type": "boolean" | 2146 "type": "boolean" |
| 2140 } | 2147 } |
| 2141 }, | 2148 }, |
| 2142 "type": "object" | 2149 "type": "object" |
| 2143 }, | 2150 }, |
| 2151 "AccountStatusAccountLevelIssue": { |
| 2152 "id": "AccountStatusAccountLevelIssue", |
| 2153 "properties": { |
| 2154 "country": { |
| 2155 "description": "Country for which this issue is reported.", |
| 2156 "type": "string" |
| 2157 }, |
| 2158 "detail": { |
| 2159 "description": "Additional details about the issue.", |
| 2160 "type": "string" |
| 2161 }, |
| 2162 "id": { |
| 2163 "description": "Issue identifier.", |
| 2164 "type": "string" |
| 2165 }, |
| 2166 "severity": { |
| 2167 "description": "Severity of the issue.", |
| 2168 "type": "string" |
| 2169 }, |
| 2170 "title": { |
| 2171 "description": "Short description of the issue.", |
| 2172 "type": "string" |
| 2173 } |
| 2174 }, |
| 2175 "type": "object" |
| 2176 }, |
| 2144 "AccountStatusDataQualityIssue": { | 2177 "AccountStatusDataQualityIssue": { |
| 2145 "id": "AccountStatusDataQualityIssue", | 2178 "id": "AccountStatusDataQualityIssue", |
| 2146 "properties": { | 2179 "properties": { |
| 2147 "country": { | 2180 "country": { |
| 2148 "description": "Country for which this issue is reported.", | 2181 "description": "Country for which this issue is reported.", |
| 2149 "type": "string" | 2182 "type": "string" |
| 2150 }, | 2183 }, |
| 2151 "detail": { | 2184 "detail": { |
| 2152 "description": "A more detailed description of the issue.", | 2185 "description": "A more detailed description of the issue.", |
| 2153 "type": "string" | 2186 "type": "string" |
| (...skipping 4142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6296 "type": "string" | 6329 "type": "string" |
| 6297 } | 6330 } |
| 6298 }, | 6331 }, |
| 6299 "type": "object" | 6332 "type": "object" |
| 6300 } | 6333 } |
| 6301 }, | 6334 }, |
| 6302 "servicePath": "content/v2/", | 6335 "servicePath": "content/v2/", |
| 6303 "title": "Content API for Shopping", | 6336 "title": "Content API for Shopping", |
| 6304 "version": "v2" | 6337 "version": "v2" |
| 6305 } | 6338 } |
| OLD | NEW |