|
124 | 124 | "type": "string"
|
125 | 125 | },
|
126 | 126 | "name": {
|
127 |
| - "description": "Required. The name of the product input resource to delete. Format: accounts/{account}/productInputs/{product} where the last section `product` consists of 4 parts: channel~content_language~feed_label~offer_id example for product name is \"accounts/123/productInputs/online~en~US~sku123\"", |
| 127 | + "description": "Required. The name of the product input resource to delete. Format: `accounts/{account}/productInputs/{product}` where the last section `product` consists of 4 parts: `channel~content_language~feed_label~offer_id` example for product name is `accounts/123/productInputs/online~en~US~sku123`.", |
128 | 128 | "location": "path",
|
129 | 129 | "pattern": "^accounts/[^/]+/productInputs/[^/]+$",
|
130 | 130 | "required": true,
|
|
154 | 154 | "type": "string"
|
155 | 155 | },
|
156 | 156 | "parent": {
|
157 |
| - "description": "Required. The account where this product will be inserted. Format: accounts/{account}", |
| 157 | + "description": "Required. The account where this product will be inserted. Format: `accounts/{account}`", |
158 | 158 | "location": "path",
|
159 | 159 | "pattern": "^accounts/[^/]+$",
|
160 | 160 | "required": true,
|
|
187 | 187 | "type": "string"
|
188 | 188 | },
|
189 | 189 | "name": {
|
190 |
| - "description": "Identifier. The name of the product input. Format: accounts/{account}/productInputs/{productinput} where the last section `productinput` consists of 4 parts: channel~content_language~feed_label~offer_id example for product input name is \"accounts/123/productInputs/online~en~US~sku123\"", |
| 190 | + "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of 4 parts: `channel~content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/online~en~US~sku123`", |
191 | 191 | "location": "path",
|
192 | 192 | "pattern": "^accounts/[^/]+/productInputs/[^/]+$",
|
193 | 193 | "required": true,
|
|
281 | 281 | }
|
282 | 282 | }
|
283 | 283 | },
|
284 |
| - "revision": "20250403", |
| 284 | + "revision": "20250404", |
285 | 285 | "rootUrl": "https://merchantapi.googleapis.com/",
|
286 | 286 | "schemas": {
|
287 | 287 | "Attributes": {
|
|
1439 | 1439 | "type": "string"
|
1440 | 1440 | },
|
1441 | 1441 | "customAttributes": {
|
1442 |
| - "description": "Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per product, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.", |
| 1442 | + "description": "Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per product, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.", |
1443 | 1443 | "items": {
|
1444 | 1444 | "$ref": "CustomAttribute"
|
1445 | 1445 | },
|
|
1450 | 1450 | "type": "string"
|
1451 | 1451 | },
|
1452 | 1452 | "name": {
|
1453 |
| - "description": "Identifier. The name of the product input. Format: accounts/{account}/productInputs/{productinput} where the last section `productinput` consists of 4 parts: channel~content_language~feed_label~offer_id example for product input name is \"accounts/123/productInputs/online~en~US~sku123\"", |
| 1453 | + "description": "Identifier. The name of the product input. Format: `accounts/{account}/productInputs/{productinput}` where the last section `productinput` consists of 4 parts: `channel~content_language~feed_label~offer_id` example for product input name is `accounts/123/productInputs/online~en~US~sku123`", |
1454 | 1454 | "type": "string"
|
1455 | 1455 | },
|
1456 | 1456 | "offerId": {
|
1457 | 1457 | "description": "Required. Immutable. Your unique identifier for the product. This is the same for the product input and processed product. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. See the [products data specification](https://support.google.com/merchants/answer/188494#id) for details.",
|
1458 | 1458 | "type": "string"
|
1459 | 1459 | },
|
1460 | 1460 | "product": {
|
1461 |
| - "description": "Output only. The name of the processed product. Format: `\"{product.name=accounts/{account}/products/{product}}\"`", |
| 1461 | + "description": "Output only. The name of the processed product. Format: `accounts/{account}/products/{product}`", |
1462 | 1462 | "readOnly": true,
|
1463 | 1463 | "type": "string"
|
1464 | 1464 | },
|
|
0 commit comments