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
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3409,7 +3409,10 @@ public Issues issues() {
3409
3409
publicclassIssues {
3410
3410
3411
3411
/**
3412
-
* Lists all account issues of a Merchant Center account.
3412
+
* Lists all account issues of a Merchant Center account. When called on a multi-client account,
3413
+
* this method only returns issues belonging to that account, not its sub-accounts. To retrieve
3414
+
* issues for sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list
3415
+
* of sub-accounts, and then call `accounts.issues.list` for each sub-account individually.
3413
3416
*
3414
3417
* Create a request for the method "issues.list".
3415
3418
*
@@ -3433,7 +3436,10 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.ac
0 commit comments