Skip to content

Commit 1722671

Browse files
fix(content): update the API
#### content:v2.1 The following keys were changed: - resources.liasettings.methods.setinventoryverificationcontact.description - schemas.Product.description
1 parent b6baad9 commit 1722671

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/content-v2.1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@
22942294
]
22952295
},
22962296
"setinventoryverificationcontact": {
2297-
"description": "Sets the inventory verification contract for the specified country.",
2297+
"description": "Sets the inventory verification contact for the specified country.",
22982298
"flatPath": "{merchantId}/liasettings/{accountId}/setinventoryverificationcontact",
22992299
"httpMethod": "POST",
23002300
"id": "content.liasettings.setinventoryverificationcontact",
@@ -4570,7 +4570,7 @@
45704570
}
45714571
}
45724572
},
4573-
"revision": "20250301",
4573+
"revision": "20250427",
45744574
"rootUrl": "https://shoppingcontent.googleapis.com/",
45754575
"schemas": {
45764576
"Account": {
@@ -10077,7 +10077,7 @@
1007710077
"type": "object"
1007810078
},
1007910079
"Product": {
10080-
"description": " Required product attributes are primarily defined by the product data specification. See the Product Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect.",
10080+
"description": " Required product attributes are primarily defined by the product data specification. See the Product Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. The following reference documentation lists the field names in the **camelCase** casing style while the Products Data Specification lists the names in the **snake_case** casing style.",
1008110081
"id": "Product",
1008210082
"properties": {
1008310083
"additionalImageLinks": {

‎src/apis/content/v2.1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4213,7 +4213,7 @@ export namespace content_v2_1 {
42134213
suggestedPriceMicros?: string | null;
42144214
}
42154215
/**
4216-
* Required product attributes are primarily defined by the product data specification. See the Product Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect.
4216+
* Required product attributes are primarily defined by the product data specification. See the Product Data Specification Help Center article for information. Product data. After inserting, updating, or deleting a product, it may take several minutes before changes take effect. The following reference documentation lists the field names in the **camelCase** casing style while the Products Data Specification lists the names in the **snake_case** casing style.
42174217
*/
42184218
export interface Schema$Product {
42194219
/**
@@ -14136,7 +14136,7 @@ export namespace content_v2_1 {
1413614136
}
1413714137

1413814138
/**
14139-
* Sets the inventory verification contract for the specified country.
14139+
* Sets the inventory verification contact for the specified country.
1414014140
*
1414114141
* @param params - Parameters for request
1414214142
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)