You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"entries": [ # The request entries to be processed in the batch.
195
195
{ # A batch entry encoding a single non-batch accounts request.
196
196
"account": { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role. # The account to create or update. Only defined if the method is `insert` or `update`.
197
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
197
198
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
198
199
{
199
200
"adsId": "A String", # Customer ID of the Ads account.
@@ -283,6 +284,7 @@ <h3>Method Details</h3>
283
284
"entries": [ # The result of the execution of the batch requests.
284
285
{ # A batch entry encoding a single non-batch accounts response.
285
286
"account": { # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role. # The retrieved, created, or updated account. Not defined if the method was `delete`, `claimwebsite` or `link`.
287
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
286
288
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
287
289
{
288
290
"adsId": "A String", # Customer ID of the Ads account.
@@ -392,6 +394,7 @@ <h3>Method Details</h3>
392
394
An object of the form:
393
395
394
396
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
397
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
395
398
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
396
399
{
397
400
"adsId": "A String", # Customer ID of the Ads account.
@@ -459,6 +462,7 @@ <h3>Method Details</h3>
459
462
The object takes the form of:
460
463
461
464
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
465
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
462
466
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
463
467
{
464
468
"adsId": "A String", # Customer ID of the Ads account.
@@ -524,6 +528,7 @@ <h3>Method Details</h3>
524
528
An object of the form:
525
529
526
530
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
531
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
527
532
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
528
533
{
529
534
"adsId": "A String", # Customer ID of the Ads account.
<pre>Lists the sub-accounts in your Merchant Center account.
623
628
624
629
Args:
625
630
merchantId: string, The ID of the managing account. This must be a multi-client account. (required)
626
631
label: string, If view is set to "css", only return accounts that are assigned label with given ID.
627
632
maxResults: integer, The maximum number of accounts to return in the response, used for paging.
633
+
name: string, If set, only the accounts with the given name (case sensitive) will be returned.
628
634
pageToken: string, The token returned by the previous request.
629
635
view: string, Controls which fields will be populated. Acceptable values are: "merchant" and "css". The default value is "merchant".
630
636
Allowed values
@@ -643,6 +649,7 @@ <h3>Method Details</h3>
643
649
"nextPageToken": "A String", # The token for the retrieval of the next page of accounts.
644
650
"resources": [
645
651
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
652
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
646
653
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
647
654
{
648
655
"adsId": "A String", # Customer ID of the Ads account.
@@ -775,6 +782,7 @@ <h3>Method Details</h3>
775
782
The object takes the form of:
776
783
777
784
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
785
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
778
786
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
779
787
{
780
788
"adsId": "A String", # Customer ID of the Ads account.
@@ -840,6 +848,7 @@ <h3>Method Details</h3>
840
848
An object of the form:
841
849
842
850
{ # Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.
851
+
"accountManagement": "A String", # How the account is managed. Acceptable values are: - "`manual`" - "`automatic`"
843
852
"adsLinks": [ # Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
844
853
{
845
854
"adsId": "A String", # Customer ID of the Ads account.
Copy file name to clipboardExpand all lines: docs/dyn/content_v2_1.orderinvoices.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138
138
"unitInvoice": { # [required] Invoice details for a single unit.
139
139
"additionalCharges": [ # Additional charges for a unit, e.g. shipping costs.
140
140
{
141
-
"additionalChargeAmount": { # [required] Amount of the additional charge.
141
+
"additionalChargeAmount": { # [required] Amount of the additional charge per unit. *Note:* Invoicing works on a per unit bases. The `additionalChargeAmount` is the amount charged per unit, and will be multiplied by the number of entries in `shipmentUnitID`.
142
142
"priceAmount": { # [required] The pre-tax or post-tax price depending on the location of the order.
143
143
"currency": "A String", # The currency of the price.
144
144
"value": "A String", # The price represented as a number.
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151
151
"type": "A String", # [required] Type of the additional charge. Acceptable values are: - "`shipping`"
152
152
},
153
153
],
154
-
"unitPrice": { # [required] Pre-tax or post-tax price of the unit depending on the locality of the order.
154
+
"unitPrice": { # [required] Pre-tax or post-tax price of one unit depending on the locality of the order. *Note:* Invoicing works on a per unit basis. The `unitPrice` is the price of a single unit, and will be multiplied by the number of entries in `shipmentUnitId`.
155
155
"currency": "A String", # The currency of the price.
156
156
"value": "A String", # The price represented as a number.
157
157
},
@@ -246,7 +246,7 @@ <h3>Method Details</h3>
246
246
"unitInvoice": { # [required] Invoice details for a single unit.
247
247
"additionalCharges": [ # Additional charges for a unit, e.g. shipping costs.
248
248
{
249
-
"additionalChargeAmount": { # [required] Amount of the additional charge.
249
+
"additionalChargeAmount": { # [required] Amount of the additional charge per unit. *Note:* Invoicing works on a per unit bases. The `additionalChargeAmount` is the amount charged per unit, and will be multiplied by the number of entries in `shipmentUnitID`.
250
250
"priceAmount": { # [required] The pre-tax or post-tax price depending on the location of the order.
251
251
"currency": "A String", # The currency of the price.
252
252
"value": "A String", # The price represented as a number.
@@ -259,7 +259,7 @@ <h3>Method Details</h3>
259
259
"type": "A String", # [required] Type of the additional charge. Acceptable values are: - "`shipping`"
260
260
},
261
261
],
262
-
"unitPrice": { # [required] Pre-tax or post-tax price of the unit depending on the locality of the order.
262
+
"unitPrice": { # [required] Pre-tax or post-tax price of one unit depending on the locality of the order. *Note:* Invoicing works on a per unit basis. The `unitPrice` is the price of a single unit, and will be multiplied by the number of entries in `shipmentUnitId`.
263
263
"currency": "A String", # The currency of the price.
264
264
"value": "A String", # The price represented as a number.
"description": "Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, and update require the admin role.",
5493
5503
"id": "Account",
5494
5504
"properties": {
5505
+
"accountManagement": {
5506
+
"description": "How the account is managed. Acceptable values are: - \"`manual`\" - \"`automatic`\" ",
5507
+
"type": "string"
5508
+
},
5495
5509
"adsLinks": {
5496
5510
"description": "Linked Ads accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the Ads interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.",
5497
5511
"items": {
@@ -5800,6 +5814,10 @@
5800
5814
},
5801
5815
"type": "array"
5802
5816
},
5817
+
"accountManagement": {
5818
+
"description": "How the account is managed. Acceptable values are: - \"`manual`\" - \"`automatic`\" ",
5819
+
"type": "string"
5820
+
},
5803
5821
"kind": {
5804
5822
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountStatus`\"",
5805
5823
"type": "string"
@@ -14746,7 +14764,7 @@
14746
14764
},
14747
14765
"unitPrice": {
14748
14766
"$ref": "Price",
14749
-
"description": "[required] Pre-tax or post-tax price of the unit depending on the locality of the order."
14767
+
"description": "[required] Pre-tax or post-tax price of one unit depending on the locality of the order. *Note:* Invoicing works on a per unit basis. The `unitPrice` is the price of a single unit, and will be multiplied by the number of entries in `shipmentUnitId`."
14750
14768
},
14751
14769
"unitPriceTaxes": {
14752
14770
"description": "Tax amounts to apply to the unit price.",
@@ -14763,7 +14781,7 @@
14763
14781
"properties": {
14764
14782
"additionalChargeAmount": {
14765
14783
"$ref": "Amount",
14766
-
"description": "[required] Amount of the additional charge."
14784
+
"description": "[required] Amount of the additional charge per unit. *Note:* Invoicing works on a per unit bases. The `additionalChargeAmount` is the amount charged per unit, and will be multiplied by the number of entries in `shipmentUnitID`."
14767
14785
},
14768
14786
"type": {
14769
14787
"description": "[required] Type of the additional charge. Acceptable values are: - \"`shipping`\" ",
0 commit comments