Skip to content

Commit 4899f71

Browse files
1 parent 93b7836 commit 4899f71

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20250421-2.0.0</version>
25+
<version>accounts_v1beta-rev20250422-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250422-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,7 +3409,10 @@ public Issues issues() {
34093409
public class Issues {
34103410

34113411
/**
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.
34133416
*
34143417
* Create a request for the method "issues.list".
34153418
*
@@ -3433,7 +3436,10 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.ac
34333436
java.util.regex.Pattern.compile("^accounts/[^/]+$");
34343437

34353438
/**
3436-
* Lists all account issues of a Merchant Center account.
3439+
* Lists all account issues of a Merchant Center account. When called on a multi-client account,
3440+
* this method only returns issues belonging to that account, not its sub-accounts. To retrieve
3441+
* issues for sub-accounts, you must first call the accounts.listSubaccounts method to obtain a
3442+
* list of sub-accounts, and then call `accounts.issues.list` for each sub-account individually.
34373443
*
34383444
* Create a request for the method "issues.list".
34393445
*

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-merchantapi</artifactId>
11-
<version>accounts_v1beta-rev20250421-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250421-2.0.0</name>
11+
<version>accounts_v1beta-rev20250422-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250422-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20250421-2.0.0</version>
25+
<version>accounts_v1beta-rev20250422-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250422-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)