Skip to content

Commit c630280

Browse files
1 parent b7dd026 commit c630280

File tree

27 files changed

+4611
-16
lines changed

27 files changed

+4611
-16
lines changed

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20250804-2.0.0</version>
25+
<version>issueresolution_v1-rev20250808-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:issueresolution_v1-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1-rev20250808-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/issueresolution_v1/2.0.0/com/google/api/services/merchantapi/issueresolution_v1/model/BuiltInUserInputAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* to show an additional content and input form to the business. They can start the action only when
2222
* they provided all required inputs. The application will request processing of the action by
2323
* calling the [triggeraction method](https://developers.google.com/merchant/api/reference/rest/issu
24-
* eresolution_v1beta/issueresolution/triggeraction).
24+
* eresolution_v1/issueresolution/triggeraction).
2525
*
2626
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2727
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20250804-2.0.0</version>
12-
<name>Merchant API issueresolution_v1-rev20250804-2.0.0</name>
11+
<version>issueresolution_v1-rev20250808-2.0.0</version>
12+
<name>Merchant API issueresolution_v1-rev20250808-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/issueresolution_v1/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>issueresolution_v1-rev20250804-2.0.0</version>
25+
<version>issueresolution_v1-rev20250808-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:issueresolution_v1-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1-rev20250808-2.0.0'
3939
}
4040
```
4141

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Merchant API Client Library for Java
2+
3+
Programmatically manage your Merchant Center Accounts.
4+
5+
This page contains information about getting started with the Merchant API
6+
using the Google API Client Library for Java. In addition, you may be interested
7+
in the following documentation:
8+
9+
* Browse the [Javadoc reference for the Merchant API][javadoc]
10+
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11+
* Interact with this API in your browser using the [APIs Explorer for the Merchant API][api-explorer]
12+
13+
## Installation
14+
15+
### Maven
16+
17+
Add the following lines to your `pom.xml` file:
18+
19+
```xml
20+
<project>
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.google.apis</groupId>
24+
<artifactId>google-api-services-merchantapi</artifactId>
25+
<version>lfp_v1-rev20250808-2.0.0</version>
26+
</dependency>
27+
</dependencies>
28+
</project>
29+
```
30+
31+
### Gradle
32+
33+
```gradle
34+
repositories {
35+
mavenCentral()
36+
}
37+
dependencies {
38+
implementation 'com.google.apis:google-api-services-merchantapi:lfp_v1-rev20250808-2.0.0'
39+
}
40+
```
41+
42+
[javadoc]: https://googleapis.dev/java/google-api-services-merchantapi/latest/index.html
43+
[google-api-client]: https://github.com/googleapis/google-api-java-client/
44+
[api-explorer]: https://developers.google.com/apis-explorer/#p/merchantapi/v1/

0 commit comments

Comments
 (0)