You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/inventories_v1/2.0.0/com/google/api/services/merchantapi/inventories_v1/Merchant.java
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/inventories_v1/2.0.0/com/google/api/services/merchantapi/inventories_v1/model/LocalInventory.java
+9-21Lines changed: 9 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -60,18 +60,14 @@ public final class LocalInventory extends com.google.api.client.json.GenericJson
60
60
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
61
61
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
62
62
* `en~US~sku/123` for `store_code` "store123", the `{product}` segment must be the base64url
63
-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the local
64
-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/localInventories/store123`. 2.
63
+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the local
64
+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123`. 2.
65
65
* **Plain Format**: The `{product}` segment is the tilde-separated string
66
66
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
67
67
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
68
68
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
69
69
* especially those containing special characters. The presence of tilde (`~`) characters in the
70
-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
71
-
* v1beta version, the plain format for the product segment is
72
-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a local
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/inventories_v1/2.0.0/com/google/api/services/merchantapi/inventories_v1/model/RegionalInventory.java
+9-21Lines changed: 9 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,14 @@ public final class RegionalInventory extends com.google.api.client.json.GenericJ
53
53
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
54
54
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
55
55
* `en~US~sku/123` for `region` "region123", the `{product}` segment must be the base64url
56
-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the regional
57
-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/regionalInventories/region123`. 2.
56
+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the regional
57
+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/regionalInventories/region123`. 2.
58
58
* **Plain Format**: The `{product}` segment is the tilde-separated string
59
59
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
60
60
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
61
61
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
62
62
* especially those containing special characters. The presence of tilde (`~`) characters in the
63
-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
64
-
* v1beta version, the plain format for the product segment is
65
-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a
66
-
* regional inventory in `region` "region123" would be:
0 commit comments