Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20251120-2.0.0</version>
<version>accounts_v1-rev20260203-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20251120-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260203-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

/**
* Represents a geographic region that you can use as a target with both the `RegionalInventory` and
* `ShippingSettings` services. You can define regions as collections of either postal codes or, in
* some countries, using predefined geotargets. For more information, see [Set up regions
* ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-region) for more
* information.
* `ShippingSettings` services. You can define regions as collections of either postal codes, radius
* areas or, in some countries, using predefined geotargets. A region must be defined by specifying
* exactly one of `postal_code_area`, `geotarget_area`, or `radius_area`. For more information, see
* [Set up regions ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-
* region) for more information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20251120-2.0.0</version>
<name>Merchant API accounts_v1-rev20251120-2.0.0</name>
<version>accounts_v1-rev20260203-2.0.0</version>
<name>Merchant API accounts_v1-rev20260203-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1-rev20251120-2.0.0</version>
<version>accounts_v1-rev20260203-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20251120-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260203-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20251120-2.0.0</version>
<version>accounts_v1beta-rev20260203-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20251120-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260203-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

/**
* Represents a geographic region that you can use as a target with both the `RegionalInventory` and
* `ShippingSettings` services. You can define regions as collections of either postal codes or, in
* some countries, using predefined geotargets. For more information, see [Set up regions
* ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-region) for more
* information.
* `ShippingSettings` services. You can define regions as collections of either postal codes, radius
* areas or, in some countries, using predefined geotargets. A region must be defined by specifying
* exactly one of `postal_code_area`, `geotarget_area`, or `radius_area`. For more information, see
* [Set up regions ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-
* region) for more information.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20251120-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20251120-2.0.0</name>
<version>accounts_v1beta-rev20260203-2.0.0</version>
<name>Merchant API accounts_v1beta-rev20260203-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>accounts_v1beta-rev20251120-2.0.0</version>
<version>accounts_v1beta-rev20260203-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20251120-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260203-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1-rev20260106-2.0.0</version>
<version>reports_v1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260106-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1-rev20260106-2.0.0</version>
<name>Merchant API reports_v1-rev20260106-2.0.0</name>
<version>reports_v1-rev20260202-2.0.0</version>
<name>Merchant API reports_v1-rev20260202-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1-rev20260106-2.0.0</version>
<version>reports_v1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260106-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1beta-rev20260106-2.0.0</version>
<version>reports_v1beta-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20260106-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1beta-rev20260106-2.0.0</version>
<name>Merchant API reports_v1beta-rev20260106-2.0.0</name>
<version>reports_v1beta-rev20260202-2.0.0</version>
<name>Merchant API reports_v1beta-rev20260202-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>reports_v1beta-rev20260106-2.0.0</version>
<version>reports_v1beta-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20260106-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20260202-2.0.0'
}
```

Expand Down