Skip to content

Commit c65f297

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.Account.properties.accountManagement.readOnly (Total Keys: 1)
1 parent d58223c commit c65f297

22 files changed

+255
-254
lines changed

docs/dyn/content_v2_1.accounts.html

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

docs/dyn/content_v2_1.accountstatuses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
},
185185
},
186186
],
187-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesCustomBatchResponse&quot;.
187+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountstatusesCustomBatchResponse`&quot;.
188188
}</pre>
189189
</div>
190190

@@ -267,7 +267,7 @@ <h3>Method Details</h3>
267267
An object of the form:
268268

269269
{
270-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountstatusesListResponse&quot;.
270+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountstatusesListResponse`&quot;.
271271
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account statuses.
272272
&quot;resources&quot;: [
273273
{ # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.

docs/dyn/content_v2_1.accounttax.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
&quot;accountId&quot;: &quot;A String&quot;, # The ID of the account for which to get/update account tax settings.
113113
&quot;accountTax&quot;: { # The tax settings of a merchant account. All methods require the admin role. # The account tax settings to update. Only defined if the method is `update`.
114114
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
115-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
115+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
116116
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
117117
{ # Tax calculation rule to apply in a state or province (USA only).
118118
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143143
{ # A batch entry encoding a single non-batch accounttax response.
144144
&quot;accountTax&quot;: { # The tax settings of a merchant account. All methods require the admin role. # The retrieved or updated account tax settings.
145145
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
146-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
146+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
147147
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
148148
{ # Tax calculation rule to apply in a state or province (USA only).
149149
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169169
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accounttaxCustomBatchResponseEntry`&quot;
170170
},
171171
],
172-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accounttaxCustomBatchResponse&quot;.
172+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accounttaxCustomBatchResponse`&quot;.
173173
}</pre>
174174
</div>
175175

@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190190

191191
{ # The tax settings of a merchant account. All methods require the admin role.
192192
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
193-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
193+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
194194
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
195195
{ # Tax calculation rule to apply in a state or province (USA only).
196196
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
@@ -220,12 +220,12 @@ <h3>Method Details</h3>
220220
An object of the form:
221221

222222
{
223-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accounttaxListResponse&quot;.
223+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accounttaxListResponse`&quot;.
224224
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of account tax settings.
225225
&quot;resources&quot;: [
226226
{ # The tax settings of a merchant account. All methods require the admin role.
227227
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
228-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
228+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
229229
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
230230
{ # Tax calculation rule to apply in a state or province (USA only).
231231
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
@@ -266,7 +266,7 @@ <h3>Method Details</h3>
266266

267267
{ # The tax settings of a merchant account. All methods require the admin role.
268268
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
269-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
269+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
270270
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
271271
{ # Tax calculation rule to apply in a state or province (USA only).
272272
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288

289289
{ # The tax settings of a merchant account. All methods require the admin role.
290290
&quot;accountId&quot;: &quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
291-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#accountTax&quot;.
291+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#accountTax`&quot;.
292292
&quot;rules&quot;: [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
293293
{ # Tax calculation rule to apply in a state or province (USA only).
294294
&quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.

docs/dyn/content_v2_1.datafeeds.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h3>Method Details</h3>
223223
},
224224
},
225225
],
226-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedsCustomBatchResponse&quot;.
226+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedsCustomBatchResponse`&quot;.
227227
}</pre>
228228
</div>
229229

@@ -257,7 +257,7 @@ <h3>Method Details</h3>
257257
An object of the form:
258258

259259
{
260-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedsFetchNowResponse&quot;.
260+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedsFetchNowResponse`&quot;.
261261
}</pre>
262262
</div>
263263

@@ -423,7 +423,7 @@ <h3>Method Details</h3>
423423
An object of the form:
424424

425425
{
426-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedsListResponse&quot;.
426+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedsListResponse`&quot;.
427427
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of datafeeds.
428428
&quot;resources&quot;: [
429429
{ # Datafeed configuration data.

docs/dyn/content_v2_1.datafeedstatuses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h3>Method Details</h3>
179179
},
180180
},
181181
],
182-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedstatusesCustomBatchResponse&quot;.
182+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedstatusesCustomBatchResponse`&quot;.
183183
}</pre>
184184
</div>
185185

@@ -257,7 +257,7 @@ <h3>Method Details</h3>
257257
An object of the form:
258258

259259
{
260-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#datafeedstatusesListResponse&quot;.
260+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#datafeedstatusesListResponse`&quot;.
261261
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of datafeed statuses.
262262
&quot;resources&quot;: [
263263
{ # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.

docs/dyn/content_v2_1.liasettings.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h3>Method Details</h3>
248248
],
249249
},
250250
],
251-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsCustomBatchResponse&quot;.
251+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsCustomBatchResponse`&quot;.
252252
}</pre>
253253
</div>
254254

@@ -323,7 +323,7 @@ <h3>Method Details</h3>
323323
&quot;type&quot;: &quot;A String&quot;, # The type of the GMB account (User or Business).
324324
},
325325
],
326-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsGetAccessibleGmbAccountsResponse&quot;.
326+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsGetAccessibleGmbAccountsResponse`&quot;.
327327
}</pre>
328328
</div>
329329

@@ -344,7 +344,7 @@ <h3>Method Details</h3>
344344
An object of the form:
345345

346346
{
347-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsListResponse&quot;.
347+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsListResponse`&quot;.
348348
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of LIA settings.
349349
&quot;resources&quot;: [
350350
{ # Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
@@ -408,7 +408,7 @@ <h3>Method Details</h3>
408408
An object of the form:
409409

410410
{
411-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsListPosDataProvidersResponse&quot;.
411+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsListPosDataProvidersResponse`&quot;.
412412
&quot;posDataProviders&quot;: [ # The list of POS data providers for each eligible country
413413
{
414414
&quot;country&quot;: &quot;A String&quot;, # Country code.
@@ -441,7 +441,7 @@ <h3>Method Details</h3>
441441
An object of the form:
442442

443443
{
444-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsRequestGmbAccessResponse&quot;.
444+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsRequestGmbAccessResponse`&quot;.
445445
}</pre>
446446
</div>
447447

@@ -462,7 +462,7 @@ <h3>Method Details</h3>
462462
An object of the form:
463463

464464
{
465-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsRequestInventoryVerificationResponse&quot;.
465+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsRequestInventoryVerificationResponse`&quot;.
466466
}</pre>
467467
</div>
468468

@@ -486,7 +486,7 @@ <h3>Method Details</h3>
486486
An object of the form:
487487

488488
{
489-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsSetInventoryVerificationContactResponse&quot;.
489+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsSetInventoryVerificationContactResponse`&quot;.
490490
}</pre>
491491
</div>
492492

@@ -509,7 +509,7 @@ <h3>Method Details</h3>
509509
An object of the form:
510510

511511
{
512-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#liasettingsSetPosDataProviderResponse&quot;.
512+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#liasettingsSetPosDataProviderResponse`&quot;.
513513
}</pre>
514514
</div>
515515

docs/dyn/content_v2_1.localinventory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152152
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#localinventoryCustomBatchResponseEntry`&quot;
153153
},
154154
],
155-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#localinventoryCustomBatchResponse&quot;.
155+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#localinventoryCustomBatchResponse`&quot;.
156156
}</pre>
157157
</div>
158158

docs/dyn/content_v2_1.orderinvoices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182182

183183
{
184184
&quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution. Acceptable values are: - &quot;`duplicate`&quot; - &quot;`executed`&quot;
185-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderinvoicesCreateChargeInvoiceResponse&quot;.
185+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#orderinvoicesCreateChargeInvoiceResponse`&quot;.
186186
}</pre>
187187
</div>
188188

@@ -291,7 +291,7 @@ <h3>Method Details</h3>
291291

292292
{
293293
&quot;executionStatus&quot;: &quot;A String&quot;, # The status of the execution. Acceptable values are: - &quot;`duplicate`&quot; - &quot;`executed`&quot;
294-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderinvoicesCreateRefundInvoiceResponse&quot;.
294+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#orderinvoicesCreateRefundInvoiceResponse`&quot;.
295295
}</pre>
296296
</div>
297297

docs/dyn/content_v2_1.orderreports.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
&quot;merchantId&quot;: &quot;A String&quot;, # The ID of the managing account.
127127
},
128128
],
129-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderreportsListDisbursementsResponse&quot;.
129+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#orderreportsListDisbursementsResponse`&quot;.
130130
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of disbursements.
131131
}</pre>
132132
</div>
@@ -165,7 +165,7 @@ <h3>Method Details</h3>
165165
An object of the form:
166166

167167
{
168-
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;content#orderreportsListTransactionsResponse&quot;.
168+
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;`content#orderreportsListTransactionsResponse`&quot;.
169169
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token for the retrieval of the next page of transactions.
170170
&quot;transactions&quot;: [ # The list of transactions.
171171
{

0 commit comments

Comments
 (0)