google-apis-merchantapi_products_v1beta 0.18.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6eeffac7e6f00e03b07cfc6636fea037477c90ed4f87dbc9d88e8b88aea4574d
|
4
|
+
data.tar.gz: 8cac5ac9dfcac80dc6d9c0380995da78ae93c0596337fb21f75f82e2504e57e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89d34f6688da90a7dc1abf386f8dac44978bc90aa406419ea8031095d901b58b3f5b12b2a9ae6bfcc3b8d92c670b19e11c15889052cf2fc9298a8d77cc7506e4
|
7
|
+
data.tar.gz: e5430e402b2b88e16e35461f1cdb7871c6df50d81508ac6ad27a7dc22645872c01e4bc51c514884de0daaaa29fc158671584ddd1471c27c2b71a736e383c6c2f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_products_v1beta
|
2
2
|
|
3
|
+
### v0.20.0 (2025-08-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250811
|
6
|
+
|
7
|
+
### v0.19.0 (2025-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250727
|
10
|
+
|
3
11
|
### v0.18.0 (2025-07-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250724
|
@@ -1293,9 +1293,12 @@ module Google
|
|
1293
1293
|
attr_accessor :feed_label
|
1294
1294
|
|
1295
1295
|
# The name of the product. Format: `accounts/`account`/products/`product`` where
|
1296
|
-
# the last section `product` consists of
|
1297
|
-
#
|
1298
|
-
# en~US~sku123
|
1296
|
+
# the last section `product` consists of: `content_language~feed_label~offer_id`
|
1297
|
+
# example for product name is `accounts/123/products/en~US~sku123`. A legacy
|
1298
|
+
# local product name would be `accounts/123/products/local~en~US~sku123`. Note:
|
1299
|
+
# For calls to the v1beta version, the `product` section consists of: `channel~
|
1300
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/products/
|
1301
|
+
# online~en~US~sku123`.
|
1299
1302
|
# Corresponds to the JSON property `name`
|
1300
1303
|
# @return [String]
|
1301
1304
|
attr_accessor :name
|
@@ -1509,8 +1512,12 @@ module Google
|
|
1509
1512
|
|
1510
1513
|
# Identifier. The name of the product input. Format: `accounts/`account`/
|
1511
1514
|
# productInputs/`productinput`` where the last section `productinput` consists
|
1512
|
-
# of
|
1513
|
-
#
|
1515
|
+
# of: `content_language~feed_label~offer_id` example for product input name is `
|
1516
|
+
# accounts/123/productInputs/en~US~sku123`. A legacy local product input name
|
1517
|
+
# would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to
|
1518
|
+
# the v1beta version, the `productInput` section consists of: `channel~
|
1519
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/
|
1520
|
+
# productInputs/online~en~US~sku123`.
|
1514
1521
|
# Corresponds to the JSON property `name`
|
1515
1522
|
# @return [String]
|
1516
1523
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiProductsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_products_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250811"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -56,9 +56,9 @@ module Google
|
|
56
56
|
# processed product can be retrieved.
|
57
57
|
# @param [String] name
|
58
58
|
# Required. The name of the product input resource to delete. Format: `accounts/`
|
59
|
-
# account`/productInputs/`product`` where the last section `product` consists of
|
60
|
-
#
|
61
|
-
#
|
59
|
+
# account`/productInputs/`product`` where the last section `product` consists of:
|
60
|
+
# `content_language~feed_label~offer_id` example for product name is `accounts/
|
61
|
+
# 123/productInputs/en~US~sku123`.
|
62
62
|
# @param [String] data_source
|
63
63
|
# Required. The primary or supplemental data source from which the product input
|
64
64
|
# should be deleted. Format: `accounts/`account`/dataSources/`datasource``. For
|
@@ -92,13 +92,14 @@ module Google
|
|
92
92
|
end
|
93
93
|
|
94
94
|
# [Uploads a product input to your Merchant Center account](/merchant/api/guides/
|
95
|
-
# products/
|
96
|
-
#
|
97
|
-
# The unique identifier of the data source is passed
|
98
|
-
# request URL. If a product input with the same
|
99
|
-
# dataSource already exists, then the product
|
100
|
-
# replaces that entry. After inserting, updating,
|
101
|
-
# it may take several minutes before the processed
|
95
|
+
# products/add-manage#add_a_product). You must have a products [data source](/
|
96
|
+
# merchant/api/guides/data-sources/api-sources#create-primary-data-source) to be
|
97
|
+
# able to insert a product. The unique identifier of the data source is passed
|
98
|
+
# as a query parameter in the request URL. If a product input with the same
|
99
|
+
# contentLanguage, offerId, and dataSource already exists, then the product
|
100
|
+
# input inserted by this method replaces that entry. After inserting, updating,
|
101
|
+
# or deleting a product input, it may take several minutes before the processed
|
102
|
+
# product can be retrieved.
|
102
103
|
# @param [String] parent
|
103
104
|
# Required. The account where this product will be inserted. Format: `accounts/`
|
104
105
|
# account``
|
@@ -106,10 +107,10 @@ module Google
|
|
106
107
|
# @param [String] data_source
|
107
108
|
# Required. The primary or supplemental product data source name. If the product
|
108
109
|
# already exists and data source provided is different, then the product will be
|
109
|
-
# moved to a new data source. For more information, see [
|
110
|
-
#
|
111
|
-
# sources are supported. Format: `accounts/`account`/
|
112
|
-
# For example, `accounts/123456/dataSources/104628`.
|
110
|
+
# moved to a new data source. For more information, see [Create a primary data
|
111
|
+
# source](/merchant/api/guides/data-sources/api-sources#create-primary-data-
|
112
|
+
# source). Only API data sources are supported. Format: `accounts/`account`/
|
113
|
+
# dataSources/`datasource``. For example, `accounts/123456/dataSources/104628`.
|
113
114
|
# @param [String] fields
|
114
115
|
# Selector specifying which fields to include in a partial response.
|
115
116
|
# @param [String] quota_user
|
@@ -146,8 +147,12 @@ module Google
|
|
146
147
|
# @param [String] name
|
147
148
|
# Identifier. The name of the product input. Format: `accounts/`account`/
|
148
149
|
# productInputs/`productinput`` where the last section `productinput` consists
|
149
|
-
# of
|
150
|
-
#
|
150
|
+
# of: `content_language~feed_label~offer_id` example for product input name is `
|
151
|
+
# accounts/123/productInputs/en~US~sku123`. A legacy local product input name
|
152
|
+
# would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to
|
153
|
+
# the v1beta version, the `productInput` section consists of: `channel~
|
154
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/
|
155
|
+
# productInputs/online~en~US~sku123`.
|
151
156
|
# @param [Google::Apis::MerchantapiProductsV1beta::ProductInput] product_input_object
|
152
157
|
# @param [String] data_source
|
153
158
|
# Required. The primary or supplemental product data source where `data_source`
|
@@ -199,9 +204,12 @@ module Google
|
|
199
204
|
# before the updated final product can be retrieved.
|
200
205
|
# @param [String] name
|
201
206
|
# Required. The name of the product to retrieve. Format: `accounts/`account`/
|
202
|
-
# products/`product`` where the last section `product` consists of
|
203
|
-
#
|
204
|
-
#
|
207
|
+
# products/`product`` where the last section `product` consists of: `
|
208
|
+
# content_language~feed_label~offer_id` example for product name is `accounts/
|
209
|
+
# 123/products/en~US~sku123`. A legacy local product name would be `accounts/123/
|
210
|
+
# products/local~en~US~sku123`. Note: For calls to the v1beta version, the `
|
211
|
+
# product` section consists of: `channel~content_language~feed_label~offer_id`,
|
212
|
+
# for example: `accounts/123/products/online~en~US~sku123`.
|
205
213
|
# @param [String] fields
|
206
214
|
# Selector specifying which fields to include in a partial response.
|
207
215
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_products_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.20.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|