Skip to content

Commit 117a719

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(merchantapi): update the API
#### merchantapi:products_v1beta The following keys were changed: - schemas.Attributes.properties.excludedDestinations.description - schemas.Attributes.properties.includedDestinations.description
1 parent ba365ce commit 117a719

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/merchantapi-products_v1beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
}
282282
}
283283
},
284-
"revision": "20250716",
284+
"revision": "20250724",
285285
"rootUrl": "https://merchantapi.googleapis.com/",
286286
"schemas": {
287287
"Attributes": {
@@ -423,7 +423,7 @@
423423
"type": "string"
424424
},
425425
"excludedDestinations": {
426-
"description": "The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
426+
"description": "Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
427427
"items": {
428428
"type": "string"
429429
},
@@ -477,7 +477,7 @@
477477
"type": "string"
478478
},
479479
"includedDestinations": {
480-
"description": "The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
480+
"description": "Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.",
481481
"items": {
482482
"type": "string"
483483
},

src/apis/merchantapi/products_v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export namespace merchantapi_products_v1beta {
245245
*/
246246
energyEfficiencyClass?: string | null;
247247
/**
248-
* The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.
248+
* Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.
249249
*/
250250
excludedDestinations?: string[] | null;
251251
/**
@@ -285,7 +285,7 @@ export namespace merchantapi_products_v1beta {
285285
*/
286286
imageLink?: string | null;
287287
/**
288-
* The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.
288+
* Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.
289289
*/
290290
includedDestinations?: string[] | null;
291291
/**

0 commit comments

Comments
 (0)