| 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/_xdoFNtmWVQrpSYjYrHA3E12xJI\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/mhTe-_g3m7I2eL2tJAE3C73VFrw\"", |
| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "id": "content.accounts.authinfo", | 80 "id": "content.accounts.authinfo", |
| 81 "path": "accounts/authinfo", | 81 "path": "accounts/authinfo", |
| 82 "response": { | 82 "response": { |
| 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 "claimwebsite": { | 89 "claimwebsite": { |
| 90 "description": "Claims the website of a Merchant Center sub-
account. This method can only be called for accounts to which the managing accou
nt has access: either the managing account itself or sub-accounts if the managin
g account is a multi-client account.", | 90 "description": "Claims the website of a Merchant Center sub-
account. This method can only be called for accounts to which the managing accou
nt has access: either the managing account itself for any Merchant Center accoun
t, or any sub-account when the managing account is a multi-client account.", |
| 91 "httpMethod": "POST", | 91 "httpMethod": "POST", |
| 92 "id": "content.accounts.claimwebsite", | 92 "id": "content.accounts.claimwebsite", |
| 93 "parameterOrder": [ | 93 "parameterOrder": [ |
| 94 "merchantId", | 94 "merchantId", |
| 95 "accountId" | 95 "accountId" |
| 96 ], | 96 ], |
| 97 "parameters": { | 97 "parameters": { |
| 98 "accountId": { | 98 "accountId": { |
| 99 "description": "The ID of the account whose website
is claimed.", | 99 "description": "The ID of the account whose website
is claimed.", |
| 100 "format": "uint64", | 100 "format": "uint64", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "required": true, | 173 "required": true, |
| 174 "type": "string" | 174 "type": "string" |
| 175 } | 175 } |
| 176 }, | 176 }, |
| 177 "path": "{merchantId}/accounts/{accountId}", | 177 "path": "{merchantId}/accounts/{accountId}", |
| 178 "scopes": [ | 178 "scopes": [ |
| 179 "https://www.googleapis.com/auth/content" | 179 "https://www.googleapis.com/auth/content" |
| 180 ] | 180 ] |
| 181 }, | 181 }, |
| 182 "get": { | 182 "get": { |
| 183 "description": "Retrieves a Merchant Center account. This me
thod can only be called for accounts to which the managing account has access: e
ither the managing account itself or sub-accounts if the managing account is a m
ulti-client account.", | 183 "description": "Retrieves a Merchant Center account. This me
thod can only be called for accounts to which the managing account has access: e
ither the managing account itself for any Merchant Center account, or any sub-ac
count when the managing account is a multi-client account.", |
| 184 "httpMethod": "GET", | 184 "httpMethod": "GET", |
| 185 "id": "content.accounts.get", | 185 "id": "content.accounts.get", |
| 186 "parameterOrder": [ | 186 "parameterOrder": [ |
| 187 "merchantId", | 187 "merchantId", |
| 188 "accountId" | 188 "accountId" |
| 189 ], | 189 ], |
| 190 "parameters": { | 190 "parameters": { |
| 191 "accountId": { | 191 "accountId": { |
| 192 "description": "The ID of the account.", | 192 "description": "The ID of the account.", |
| 193 "format": "uint64", | 193 "format": "uint64", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 }, | 272 }, |
| 273 "path": "{merchantId}/accounts", | 273 "path": "{merchantId}/accounts", |
| 274 "response": { | 274 "response": { |
| 275 "$ref": "AccountsListResponse" | 275 "$ref": "AccountsListResponse" |
| 276 }, | 276 }, |
| 277 "scopes": [ | 277 "scopes": [ |
| 278 "https://www.googleapis.com/auth/content" | 278 "https://www.googleapis.com/auth/content" |
| 279 ] | 279 ] |
| 280 }, | 280 }, |
| 281 "patch": { | 281 "patch": { |
| 282 "description": "Updates a Merchant Center account. This meth
od can only be called for accounts to which the managing account has access: eit
her the managing account itself or sub-accounts if the managing account is a mul
ti-client account. This method supports patch semantics.", | 282 "description": "Updates a Merchant Center account. This meth
od can only be called for accounts to which the managing account has access: eit
her the managing account itself for any Merchant Center account, or any sub-acco
unt when the managing account is a multi-client account. This method supports pa
tch semantics.", |
| 283 "httpMethod": "PATCH", | 283 "httpMethod": "PATCH", |
| 284 "id": "content.accounts.patch", | 284 "id": "content.accounts.patch", |
| 285 "parameterOrder": [ | 285 "parameterOrder": [ |
| 286 "merchantId", | 286 "merchantId", |
| 287 "accountId" | 287 "accountId" |
| 288 ], | 288 ], |
| 289 "parameters": { | 289 "parameters": { |
| 290 "accountId": { | 290 "accountId": { |
| 291 "description": "The ID of the account.", | 291 "description": "The ID of the account.", |
| 292 "format": "uint64", | 292 "format": "uint64", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 312 "$ref": "Account" | 312 "$ref": "Account" |
| 313 }, | 313 }, |
| 314 "response": { | 314 "response": { |
| 315 "$ref": "Account" | 315 "$ref": "Account" |
| 316 }, | 316 }, |
| 317 "scopes": [ | 317 "scopes": [ |
| 318 "https://www.googleapis.com/auth/content" | 318 "https://www.googleapis.com/auth/content" |
| 319 ] | 319 ] |
| 320 }, | 320 }, |
| 321 "update": { | 321 "update": { |
| 322 "description": "Updates a Merchant Center account. This meth
od can only be called for accounts to which the managing account has access: eit
her the managing account itself or sub-accounts if the managing account is a mul
ti-client account.", | 322 "description": "Updates a Merchant Center account. This meth
od can only be called for accounts to which the managing account has access: eit
her the managing account itself for any Merchant Center account, or any sub-acco
unt when the managing account is a multi-client account.", |
| 323 "httpMethod": "PUT", | 323 "httpMethod": "PUT", |
| 324 "id": "content.accounts.update", | 324 "id": "content.accounts.update", |
| 325 "parameterOrder": [ | 325 "parameterOrder": [ |
| 326 "merchantId", | 326 "merchantId", |
| 327 "accountId" | 327 "accountId" |
| 328 ], | 328 ], |
| 329 "parameters": { | 329 "parameters": { |
| 330 "accountId": { | 330 "accountId": { |
| 331 "description": "The ID of the account.", | 331 "description": "The ID of the account.", |
| 332 "format": "uint64", | 332 "format": "uint64", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "$ref": "AccountstatusesCustomBatchRequest" | 370 "$ref": "AccountstatusesCustomBatchRequest" |
| 371 }, | 371 }, |
| 372 "response": { | 372 "response": { |
| 373 "$ref": "AccountstatusesCustomBatchResponse" | 373 "$ref": "AccountstatusesCustomBatchResponse" |
| 374 }, | 374 }, |
| 375 "scopes": [ | 375 "scopes": [ |
| 376 "https://www.googleapis.com/auth/content" | 376 "https://www.googleapis.com/auth/content" |
| 377 ] | 377 ] |
| 378 }, | 378 }, |
| 379 "get": { | 379 "get": { |
| 380 "description": "Retrieves the status of a Merchant Center ac
count. This method can only be called for accounts to which the managing account
has access: either the managing account itself or sub-accounts if the managing
account is a multi-client account.", | 380 "description": "Retrieves the status of a Merchant Center ac
count. This method can only be called for accounts to which the managing account
has access: either the managing account itself for any Merchant Center account,
or any sub-account when the managing account is a multi-client account.", |
| 381 "httpMethod": "GET", | 381 "httpMethod": "GET", |
| 382 "id": "content.accountstatuses.get", | 382 "id": "content.accountstatuses.get", |
| 383 "parameterOrder": [ | 383 "parameterOrder": [ |
| 384 "merchantId", | 384 "merchantId", |
| 385 "accountId" | 385 "accountId" |
| 386 ], | 386 ], |
| 387 "parameters": { | 387 "parameters": { |
| 388 "accountId": { | 388 "accountId": { |
| 389 "description": "The ID of the account.", | 389 "description": "The ID of the account.", |
| 390 "format": "uint64", | 390 "format": "uint64", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 "$ref": "AccounttaxCustomBatchRequest" | 463 "$ref": "AccounttaxCustomBatchRequest" |
| 464 }, | 464 }, |
| 465 "response": { | 465 "response": { |
| 466 "$ref": "AccounttaxCustomBatchResponse" | 466 "$ref": "AccounttaxCustomBatchResponse" |
| 467 }, | 467 }, |
| 468 "scopes": [ | 468 "scopes": [ |
| 469 "https://www.googleapis.com/auth/content" | 469 "https://www.googleapis.com/auth/content" |
| 470 ] | 470 ] |
| 471 }, | 471 }, |
| 472 "get": { | 472 "get": { |
| 473 "description": "Retrieves the tax settings of the account. T
his method can only be called for accounts to which the managing account has acc
ess: either the managing account itself or sub-accounts if the managing account
is a multi-client account.", | 473 "description": "Retrieves the tax settings of the account. T
his method can only be called for accounts to which the managing account has acc
ess: either the managing account itself for any Merchant Center account, or any
sub-account when the managing account is a multi-client account.", |
| 474 "httpMethod": "GET", | 474 "httpMethod": "GET", |
| 475 "id": "content.accounttax.get", | 475 "id": "content.accounttax.get", |
| 476 "parameterOrder": [ | 476 "parameterOrder": [ |
| 477 "merchantId", | 477 "merchantId", |
| 478 "accountId" | 478 "accountId" |
| 479 ], | 479 ], |
| 480 "parameters": { | 480 "parameters": { |
| 481 "accountId": { | 481 "accountId": { |
| 482 "description": "The ID of the account for which to g
et/update account tax settings.", | 482 "description": "The ID of the account for which to g
et/update account tax settings.", |
| 483 "format": "uint64", | 483 "format": "uint64", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 }, | 530 }, |
| 531 "path": "{merchantId}/accounttax", | 531 "path": "{merchantId}/accounttax", |
| 532 "response": { | 532 "response": { |
| 533 "$ref": "AccounttaxListResponse" | 533 "$ref": "AccounttaxListResponse" |
| 534 }, | 534 }, |
| 535 "scopes": [ | 535 "scopes": [ |
| 536 "https://www.googleapis.com/auth/content" | 536 "https://www.googleapis.com/auth/content" |
| 537 ] | 537 ] |
| 538 }, | 538 }, |
| 539 "patch": { | 539 "patch": { |
| 540 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself or sub-accounts if the managing account is
a multi-client account. This method supports patch semantics.", | 540 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself for any Merchant Center account, or any su
b-account when the managing account is a multi-client account. This method suppo
rts patch semantics.", |
| 541 "httpMethod": "PATCH", | 541 "httpMethod": "PATCH", |
| 542 "id": "content.accounttax.patch", | 542 "id": "content.accounttax.patch", |
| 543 "parameterOrder": [ | 543 "parameterOrder": [ |
| 544 "merchantId", | 544 "merchantId", |
| 545 "accountId" | 545 "accountId" |
| 546 ], | 546 ], |
| 547 "parameters": { | 547 "parameters": { |
| 548 "accountId": { | 548 "accountId": { |
| 549 "description": "The ID of the account for which to g
et/update account tax settings.", | 549 "description": "The ID of the account for which to g
et/update account tax settings.", |
| 550 "format": "uint64", | 550 "format": "uint64", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 570 "$ref": "AccountTax" | 570 "$ref": "AccountTax" |
| 571 }, | 571 }, |
| 572 "response": { | 572 "response": { |
| 573 "$ref": "AccountTax" | 573 "$ref": "AccountTax" |
| 574 }, | 574 }, |
| 575 "scopes": [ | 575 "scopes": [ |
| 576 "https://www.googleapis.com/auth/content" | 576 "https://www.googleapis.com/auth/content" |
| 577 ] | 577 ] |
| 578 }, | 578 }, |
| 579 "update": { | 579 "update": { |
| 580 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself or sub-accounts if the managing account is
a multi-client account.", | 580 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself for any Merchant Center account, or any su
b-account when the managing account is a multi-client account.", |
| 581 "httpMethod": "PUT", | 581 "httpMethod": "PUT", |
| 582 "id": "content.accounttax.update", | 582 "id": "content.accounttax.update", |
| 583 "parameterOrder": [ | 583 "parameterOrder": [ |
| 584 "merchantId", | 584 "merchantId", |
| 585 "accountId" | 585 "accountId" |
| 586 ], | 586 ], |
| 587 "parameters": { | 587 "parameters": { |
| 588 "accountId": { | 588 "accountId": { |
| 589 "description": "The ID of the account for which to g
et/update account tax settings.", | 589 "description": "The ID of the account for which to g
et/update account tax settings.", |
| 590 "format": "uint64", | 590 "format": "uint64", |
| (...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 "$ref": "ShippingsettingsCustomBatchRequest" | 1838 "$ref": "ShippingsettingsCustomBatchRequest" |
| 1839 }, | 1839 }, |
| 1840 "response": { | 1840 "response": { |
| 1841 "$ref": "ShippingsettingsCustomBatchResponse" | 1841 "$ref": "ShippingsettingsCustomBatchResponse" |
| 1842 }, | 1842 }, |
| 1843 "scopes": [ | 1843 "scopes": [ |
| 1844 "https://www.googleapis.com/auth/content" | 1844 "https://www.googleapis.com/auth/content" |
| 1845 ] | 1845 ] |
| 1846 }, | 1846 }, |
| 1847 "get": { | 1847 "get": { |
| 1848 "description": "Retrieves the shipping settings of the accou
nt. This method can only be called for accounts to which the managing account ha
s access: either the managing account itself or sub-accounts if the managing acc
ount is a multi-client account.", | 1848 "description": "Retrieves the shipping settings of the accou
nt. This method can only be called for accounts to which the managing account ha
s access: either the managing account itself for any Merchant Center account, or
any sub-account when the managing account is a multi-client account.", |
| 1849 "httpMethod": "GET", | 1849 "httpMethod": "GET", |
| 1850 "id": "content.shippingsettings.get", | 1850 "id": "content.shippingsettings.get", |
| 1851 "parameterOrder": [ | 1851 "parameterOrder": [ |
| 1852 "merchantId", | 1852 "merchantId", |
| 1853 "accountId" | 1853 "accountId" |
| 1854 ], | 1854 ], |
| 1855 "parameters": { | 1855 "parameters": { |
| 1856 "accountId": { | 1856 "accountId": { |
| 1857 "description": "The ID of the account for which to g
et/update shipping settings.", | 1857 "description": "The ID of the account for which to g
et/update shipping settings.", |
| 1858 "format": "uint64", | 1858 "format": "uint64", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1929 }, | 1929 }, |
| 1930 "path": "{merchantId}/shippingsettings", | 1930 "path": "{merchantId}/shippingsettings", |
| 1931 "response": { | 1931 "response": { |
| 1932 "$ref": "ShippingsettingsListResponse" | 1932 "$ref": "ShippingsettingsListResponse" |
| 1933 }, | 1933 }, |
| 1934 "scopes": [ | 1934 "scopes": [ |
| 1935 "https://www.googleapis.com/auth/content" | 1935 "https://www.googleapis.com/auth/content" |
| 1936 ] | 1936 ] |
| 1937 }, | 1937 }, |
| 1938 "patch": { | 1938 "patch": { |
| 1939 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account. This method supports patch semantics.", | 1939 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself for any Merchant Center account, or a
ny sub-account when the managing account is a multi-client account. This method
supports patch semantics.", |
| 1940 "httpMethod": "PATCH", | 1940 "httpMethod": "PATCH", |
| 1941 "id": "content.shippingsettings.patch", | 1941 "id": "content.shippingsettings.patch", |
| 1942 "parameterOrder": [ | 1942 "parameterOrder": [ |
| 1943 "merchantId", | 1943 "merchantId", |
| 1944 "accountId" | 1944 "accountId" |
| 1945 ], | 1945 ], |
| 1946 "parameters": { | 1946 "parameters": { |
| 1947 "accountId": { | 1947 "accountId": { |
| 1948 "description": "The ID of the account for which to g
et/update shipping settings.", | 1948 "description": "The ID of the account for which to g
et/update shipping settings.", |
| 1949 "format": "uint64", | 1949 "format": "uint64", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1969 "$ref": "ShippingSettings" | 1969 "$ref": "ShippingSettings" |
| 1970 }, | 1970 }, |
| 1971 "response": { | 1971 "response": { |
| 1972 "$ref": "ShippingSettings" | 1972 "$ref": "ShippingSettings" |
| 1973 }, | 1973 }, |
| 1974 "scopes": [ | 1974 "scopes": [ |
| 1975 "https://www.googleapis.com/auth/content" | 1975 "https://www.googleapis.com/auth/content" |
| 1976 ] | 1976 ] |
| 1977 }, | 1977 }, |
| 1978 "update": { | 1978 "update": { |
| 1979 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account.", | 1979 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself for any Merchant Center account, or a
ny sub-account when the managing account is a multi-client account.", |
| 1980 "httpMethod": "PUT", | 1980 "httpMethod": "PUT", |
| 1981 "id": "content.shippingsettings.update", | 1981 "id": "content.shippingsettings.update", |
| 1982 "parameterOrder": [ | 1982 "parameterOrder": [ |
| 1983 "merchantId", | 1983 "merchantId", |
| 1984 "accountId" | 1984 "accountId" |
| 1985 ], | 1985 ], |
| 1986 "parameters": { | 1986 "parameters": { |
| 1987 "accountId": { | 1987 "accountId": { |
| 1988 "description": "The ID of the account for which to g
et/update shipping settings.", | 1988 "description": "The ID of the account for which to g
et/update shipping settings.", |
| 1989 "format": "uint64", | 1989 "format": "uint64", |
| (...skipping 21 matching lines...) Expand all 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": "20170627", | 2021 "revision": "20170725", |
| 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2797 }, | 2797 }, |
| 2798 "minuteOfHour": { | 2798 "minuteOfHour": { |
| 2799 "description": "The minute of the hour the feed file should
be fetched (0-59). Read-only.", | 2799 "description": "The minute of the hour the feed file should
be fetched (0-59). Read-only.", |
| 2800 "format": "uint32", | 2800 "format": "uint32", |
| 2801 "type": "integer" | 2801 "type": "integer" |
| 2802 }, | 2802 }, |
| 2803 "password": { | 2803 "password": { |
| 2804 "description": "An optional password for fetch_url.", | 2804 "description": "An optional password for fetch_url.", |
| 2805 "type": "string" | 2805 "type": "string" |
| 2806 }, | 2806 }, |
| 2807 "paused": { |
| 2808 "description": "Whether the scheduled fetch is paused or not
.", |
| 2809 "type": "boolean" |
| 2810 }, |
| 2807 "timeZone": { | 2811 "timeZone": { |
| 2808 "description": "Time zone used for schedule. UTC by default.
E.g., \"America/Los_Angeles\".", | 2812 "description": "Time zone used for schedule. UTC by default.
E.g., \"America/Los_Angeles\".", |
| 2809 "type": "string" | 2813 "type": "string" |
| 2810 }, | 2814 }, |
| 2811 "username": { | 2815 "username": { |
| 2812 "description": "An optional user name for fetch_url.", | 2816 "description": "An optional user name for fetch_url.", |
| 2813 "type": "string" | 2817 "type": "string" |
| 2814 }, | 2818 }, |
| 2815 "weekday": { | 2819 "weekday": { |
| 2816 "description": "The day of the week the feed file should be
fetched.", | 2820 "description": "The day of the week the feed file should be
fetched.", |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3531 }, | 3535 }, |
| 3532 "paymentStatus": { | 3536 "paymentStatus": { |
| 3533 "description": "The status of the payment.", | 3537 "description": "The status of the payment.", |
| 3534 "type": "string" | 3538 "type": "string" |
| 3535 }, | 3539 }, |
| 3536 "placedDate": { | 3540 "placedDate": { |
| 3537 "description": "The date when the order was placed, in ISO 8
601 format.", | 3541 "description": "The date when the order was placed, in ISO 8
601 format.", |
| 3538 "type": "string" | 3542 "type": "string" |
| 3539 }, | 3543 }, |
| 3540 "promotions": { | 3544 "promotions": { |
| 3541 "description": "The details of the merchant provided promoti
ons applied to the order. More details about the program are here.", | 3545 "description": "The details of the merchant provided promoti
ons applied to the order. More details about the program are here.", |
| 3542 "items": { | 3546 "items": { |
| 3543 "$ref": "OrderPromotion" | 3547 "$ref": "OrderPromotion" |
| 3544 }, | 3548 }, |
| 3545 "type": "array" | 3549 "type": "array" |
| 3546 }, | 3550 }, |
| 3547 "refunds": { | 3551 "refunds": { |
| 3548 "description": "Refunds for the order.", | 3552 "description": "Refunds for the order.", |
| 3549 "items": { | 3553 "items": { |
| 3550 "$ref": "OrderRefund" | 3554 "$ref": "OrderRefund" |
| 3551 }, | 3555 }, |
| (...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5286 }, | 5290 }, |
| 5287 "postalCode": { | 5291 "postalCode": { |
| 5288 "description": "The postal code range that the shipping rate
applies to, represented by a postal code, a postal code prefix followed by a *
wildcard, a range between two postal codes or two postal code prefixes of equal
length.", | 5292 "description": "The postal code range that the shipping rate
applies to, represented by a postal code, a postal code prefix followed by a *
wildcard, a range between two postal codes or two postal code prefixes of equal
length.", |
| 5289 "type": "string" | 5293 "type": "string" |
| 5290 }, | 5294 }, |
| 5291 "price": { | 5295 "price": { |
| 5292 "$ref": "Price", | 5296 "$ref": "Price", |
| 5293 "description": "Fixed shipping price, represented as a numbe
r." | 5297 "description": "Fixed shipping price, represented as a numbe
r." |
| 5294 }, | 5298 }, |
| 5295 "region": { | 5299 "region": { |
| 5296 "description": "The geographic region to which a shipping ra
te applies (e.g. zip code).", | 5300 "description": "The geographic region to which a shipping ra
te applies.", |
| 5297 "type": "string" | 5301 "type": "string" |
| 5298 }, | 5302 }, |
| 5299 "service": { | 5303 "service": { |
| 5300 "description": "A free-form description of the service class
or delivery speed.", | 5304 "description": "A free-form description of the service class
or delivery speed.", |
| 5301 "type": "string" | 5305 "type": "string" |
| 5302 } | 5306 } |
| 5303 }, | 5307 }, |
| 5304 "type": "object" | 5308 "type": "object" |
| 5305 }, | 5309 }, |
| 5306 "ProductShippingDimension": { | 5310 "ProductShippingDimension": { |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5365 "type": "string" | 5369 "type": "string" |
| 5366 }, | 5370 }, |
| 5367 "lastUpdateDate": { | 5371 "lastUpdateDate": { |
| 5368 "description": "Date on which the item has been last updated
, in ISO 8601 format.", | 5372 "description": "Date on which the item has been last updated
, in ISO 8601 format.", |
| 5369 "type": "string" | 5373 "type": "string" |
| 5370 }, | 5374 }, |
| 5371 "link": { | 5375 "link": { |
| 5372 "description": "The link to the product.", | 5376 "description": "The link to the product.", |
| 5373 "type": "string" | 5377 "type": "string" |
| 5374 }, | 5378 }, |
| 5379 "product": { |
| 5380 "$ref": "Product", |
| 5381 "description": "Product data after applying all the join inp
uts." |
| 5382 }, |
| 5375 "productId": { | 5383 "productId": { |
| 5376 "description": "The id of the product for which status is re
ported.", | 5384 "description": "The id of the product for which status is re
ported.", |
| 5377 "type": "string" | 5385 "type": "string" |
| 5378 }, | 5386 }, |
| 5379 "title": { | 5387 "title": { |
| 5380 "description": "The title of the product.", | 5388 "description": "The title of the product.", |
| 5381 "type": "string" | 5389 "type": "string" |
| 5382 } | 5390 } |
| 5383 }, | 5391 }, |
| 5384 "type": "object" | 5392 "type": "object" |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5621 }, | 5629 }, |
| 5622 "ProductstatusesCustomBatchRequestEntry": { | 5630 "ProductstatusesCustomBatchRequestEntry": { |
| 5623 "description": "A batch entry encoding a single non-batch productsta
tuses request.", | 5631 "description": "A batch entry encoding a single non-batch productsta
tuses request.", |
| 5624 "id": "ProductstatusesCustomBatchRequestEntry", | 5632 "id": "ProductstatusesCustomBatchRequestEntry", |
| 5625 "properties": { | 5633 "properties": { |
| 5626 "batchId": { | 5634 "batchId": { |
| 5627 "description": "An entry ID, unique within the batch request
.", | 5635 "description": "An entry ID, unique within the batch request
.", |
| 5628 "format": "uint32", | 5636 "format": "uint32", |
| 5629 "type": "integer" | 5637 "type": "integer" |
| 5630 }, | 5638 }, |
| 5639 "includeAttributes": { |
| 5640 "type": "boolean" |
| 5641 }, |
| 5631 "merchantId": { | 5642 "merchantId": { |
| 5632 "description": "The ID of the managing account.", | 5643 "description": "The ID of the managing account.", |
| 5633 "format": "uint64", | 5644 "format": "uint64", |
| 5634 "type": "string" | 5645 "type": "string" |
| 5635 }, | 5646 }, |
| 5636 "method": { | 5647 "method": { |
| 5637 "type": "string" | 5648 "type": "string" |
| 5638 }, | 5649 }, |
| 5639 "productId": { | 5650 "productId": { |
| 5640 "description": "The ID of the product whose status to get.", | 5651 "description": "The ID of the product whose status to get.", |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5999 "predefinedDeliveryAddress": { | 6010 "predefinedDeliveryAddress": { |
| 6000 "annotations": { | 6011 "annotations": { |
| 6001 "required": [ | 6012 "required": [ |
| 6002 "content.orders.createtestorder" | 6013 "content.orders.createtestorder" |
| 6003 ] | 6014 ] |
| 6004 }, | 6015 }, |
| 6005 "description": "Identifier of one of the predefined delivery
addresses for the delivery.", | 6016 "description": "Identifier of one of the predefined delivery
addresses for the delivery.", |
| 6006 "type": "string" | 6017 "type": "string" |
| 6007 }, | 6018 }, |
| 6008 "promotions": { | 6019 "promotions": { |
| 6009 "description": "The details of the merchant provided promoti
ons applied to the order. More details about the program are here.", | 6020 "description": "The details of the merchant provided promoti
ons applied to the order. More details about the program are here.", |
| 6010 "items": { | 6021 "items": { |
| 6011 "$ref": "OrderPromotion" | 6022 "$ref": "OrderPromotion" |
| 6012 }, | 6023 }, |
| 6013 "type": "array" | 6024 "type": "array" |
| 6014 }, | 6025 }, |
| 6015 "shippingCost": { | 6026 "shippingCost": { |
| 6016 "$ref": "Price", | 6027 "$ref": "Price", |
| 6017 "annotations": { | 6028 "annotations": { |
| 6018 "required": [ | 6029 "required": [ |
| 6019 "content.orders.createtestorder" | 6030 "content.orders.createtestorder" |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6285 "type": "string" | 6296 "type": "string" |
| 6286 } | 6297 } |
| 6287 }, | 6298 }, |
| 6288 "type": "object" | 6299 "type": "object" |
| 6289 } | 6300 } |
| 6290 }, | 6301 }, |
| 6291 "servicePath": "content/v2/", | 6302 "servicePath": "content/v2/", |
| 6292 "title": "Content API for Shopping", | 6303 "title": "Content API for Shopping", |
| 6293 "version": "v2" | 6304 "version": "v2" |
| 6294 } | 6305 } |
| OLD | NEW |