google-apis-merchantapi_products_v1beta 0.12.0 → 0.13.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: 1d9c67ead6f8f4f061421586f230c48b1959cf4a4b145e445b4af71953259591
|
4
|
+
data.tar.gz: 68ff4da80aac2ea6be503b78e8c046f545080555e14f2e4045993b6ee4ba2c17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 060db015fc6208442663e5ace340b99766f48db5cea62afb56e1dbede40fb7951f824cdc47a56e6c407cc4bd93f46d1c85bac3bfda9215289a25df9b662e4202
|
7
|
+
data.tar.gz: '091dca01b6c7fd4c299f1e3b0ae5e24d3134de62f3f91b257def5a535f51f0b286bfed8fa5cd5b4b396555578442c4d865ef1a5ac3f8ca98ef678b44c0287668'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_products_v1beta
|
2
2
|
|
3
|
+
### v0.13.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250606
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.12.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250427
|
@@ -32,6 +32,8 @@ module Google
|
|
32
32
|
attr_accessor :additional_image_links
|
33
33
|
|
34
34
|
# Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
|
35
|
+
# For more information, see [Display ads attribute](https://support.google.com/
|
36
|
+
# merchants/answer/6069387).
|
35
37
|
# Corresponds to the JSON property `adsGrouping`
|
36
38
|
# @return [String]
|
37
39
|
attr_accessor :ads_grouping
|
@@ -64,7 +66,8 @@ module Google
|
|
64
66
|
# @return [Google::Apis::MerchantapiProductsV1beta::Price]
|
65
67
|
attr_accessor :auto_pricing_min_price
|
66
68
|
|
67
|
-
# Availability status of
|
69
|
+
# [Availability](https://support.google.com/merchants/answer/6324448) status of
|
70
|
+
# the item. For example, "in_stock" or "out_of_stock".
|
68
71
|
# Corresponds to the JSON property `availability`
|
69
72
|
# @return [String]
|
70
73
|
attr_accessor :availability
|
@@ -75,7 +78,8 @@ module Google
|
|
75
78
|
# @return [String]
|
76
79
|
attr_accessor :availability_date
|
77
80
|
|
78
|
-
# Brand of the item.
|
81
|
+
# [Brand](https://support.google.com/merchants/answer/6324351) of the item. For
|
82
|
+
# example, "Google".
|
79
83
|
# Corresponds to the JSON property `brand`
|
80
84
|
# @return [String]
|
81
85
|
attr_accessor :brand
|
@@ -98,12 +102,14 @@ module Google
|
|
98
102
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::CloudExportAdditionalProperties>]
|
99
103
|
attr_accessor :cloud_export_additional_properties
|
100
104
|
|
101
|
-
# Color of the item.
|
105
|
+
# [Color](https://support.google.com/merchants/answer/6324487) of the item. For
|
106
|
+
# example, "red".
|
102
107
|
# Corresponds to the JSON property `color`
|
103
108
|
# @return [String]
|
104
109
|
attr_accessor :color
|
105
110
|
|
106
|
-
# Condition or state of
|
111
|
+
# [Condition](https://support.google.com/merchants/answer/6324469) or state of
|
112
|
+
# the item. For example, "new" or "used".
|
107
113
|
# Corresponds to the JSON property `condition`
|
108
114
|
# @return [String]
|
109
115
|
attr_accessor :condition
|
@@ -113,27 +119,32 @@ module Google
|
|
113
119
|
# @return [Google::Apis::MerchantapiProductsV1beta::Price]
|
114
120
|
attr_accessor :cost_of_goods_sold
|
115
121
|
|
116
|
-
# Custom label 0 for
|
122
|
+
# [Custom label 0](https://support.google.com/merchants/answer/6324473) for
|
123
|
+
# custom grouping of items in a Shopping campaign.
|
117
124
|
# Corresponds to the JSON property `customLabel0`
|
118
125
|
# @return [String]
|
119
126
|
attr_accessor :custom_label0
|
120
127
|
|
121
|
-
# Custom label 1 for
|
128
|
+
# [Custom label 1](https://support.google.com/merchants/answer/6324473) for
|
129
|
+
# custom grouping of items in a Shopping campaign.
|
122
130
|
# Corresponds to the JSON property `customLabel1`
|
123
131
|
# @return [String]
|
124
132
|
attr_accessor :custom_label1
|
125
133
|
|
126
|
-
# Custom label 2 for
|
134
|
+
# [Custom label 2](https://support.google.com/merchants/answer/6324473) for
|
135
|
+
# custom grouping of items in a Shopping campaign.
|
127
136
|
# Corresponds to the JSON property `customLabel2`
|
128
137
|
# @return [String]
|
129
138
|
attr_accessor :custom_label2
|
130
139
|
|
131
|
-
# Custom label 3 for
|
140
|
+
# [Custom label 3](https://support.google.com/merchants/answer/6324473) for
|
141
|
+
# custom grouping of items in a Shopping campaign.
|
132
142
|
# Corresponds to the JSON property `customLabel3`
|
133
143
|
# @return [String]
|
134
144
|
attr_accessor :custom_label3
|
135
145
|
|
136
|
-
# Custom label 4 for
|
146
|
+
# [Custom label 4](https://support.google.com/merchants/answer/6324473) for
|
147
|
+
# custom grouping of items in a Shopping campaign.
|
137
148
|
# Corresponds to the JSON property `customLabel4`
|
138
149
|
# @return [String]
|
139
150
|
attr_accessor :custom_label4
|
@@ -145,7 +156,7 @@ module Google
|
|
145
156
|
|
146
157
|
# The date time when an offer becomes visible in search results across Google’s
|
147
158
|
# YouTube surfaces, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
|
148
|
-
# See [Disclosure date](
|
159
|
+
# See [Disclosure date](https://support.google.com/merchants/answer/13034208)
|
149
160
|
# for more information.
|
150
161
|
# Corresponds to the JSON property `disclosureDate`
|
151
162
|
# @return [String]
|
@@ -161,7 +172,8 @@ module Google
|
|
161
172
|
# @return [String]
|
162
173
|
attr_accessor :display_ads_link
|
163
174
|
|
164
|
-
# Advertiser-specified recommendations.
|
175
|
+
# Advertiser-specified recommendations. For more information, see [Display ads
|
176
|
+
# attribute specification](https://support.google.com/merchants/answer/6069387).
|
165
177
|
# Corresponds to the JSON property `displayAdsSimilarIds`
|
166
178
|
# @return [Array<String>]
|
167
179
|
attr_accessor :display_ads_similar_ids
|
@@ -171,7 +183,8 @@ module Google
|
|
171
183
|
# @return [String]
|
172
184
|
attr_accessor :display_ads_title
|
173
185
|
|
174
|
-
# Offer margin for dynamic remarketing campaigns.
|
186
|
+
# Offer margin for dynamic remarketing campaigns. For more information, see [
|
187
|
+
# Display ads attribute](https://support.google.com/merchants/answer/6069387).
|
175
188
|
# Corresponds to the JSON property `displayAdsValue`
|
176
189
|
# @return [Float]
|
177
190
|
attr_accessor :display_ads_value
|
@@ -182,7 +195,10 @@ module Google
|
|
182
195
|
attr_accessor :energy_efficiency_class
|
183
196
|
|
184
197
|
# The list of destinations to exclude for this target (corresponds to unchecked
|
185
|
-
# check boxes in Merchant Center).
|
198
|
+
# check boxes in Merchant Center). For more information, see [Excluded
|
199
|
+
# destination](https://support.google.com/merchants/answer/6324486). Note: We
|
200
|
+
# recommend setting destinations on datasources level for most use cases. Use
|
201
|
+
# this field within products to only setup exceptions.
|
186
202
|
# Corresponds to the JSON property `excludedDestinations`
|
187
203
|
# @return [Array<String>]
|
188
204
|
attr_accessor :excluded_destinations
|
@@ -207,7 +223,8 @@ module Google
|
|
207
223
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::FreeShippingThreshold>]
|
208
224
|
attr_accessor :free_shipping_threshold
|
209
225
|
|
210
|
-
# Target gender of the
|
226
|
+
# Target [gender](https://support.google.com/merchants/answer/6324479) of the
|
227
|
+
# item. For example, "male" or "female".
|
211
228
|
# Corresponds to the JSON property `gender`
|
212
229
|
# @return [String]
|
213
230
|
attr_accessor :gender
|
@@ -241,7 +258,10 @@ module Google
|
|
241
258
|
|
242
259
|
# The list of destinations to include for this target (corresponds to checked
|
243
260
|
# check boxes in Merchant Center). Default destinations are always included
|
244
|
-
# unless provided in `excludedDestinations`.
|
261
|
+
# unless provided in `excludedDestinations`. For more information, see [Included
|
262
|
+
# destination](https://support.google.com/merchants/answer/7501026). Note: We
|
263
|
+
# recommend setting destinations on datasources level for most use cases. Use
|
264
|
+
# this field within products to only setup exceptions.
|
245
265
|
# Corresponds to the JSON property `includedDestinations`
|
246
266
|
# @return [Array<String>]
|
247
267
|
attr_accessor :included_destinations
|
@@ -251,8 +271,9 @@ module Google
|
|
251
271
|
# @return [Google::Apis::MerchantapiProductsV1beta::Installment]
|
252
272
|
attr_accessor :installment
|
253
273
|
|
254
|
-
# Whether the item is a
|
255
|
-
#
|
274
|
+
# Whether the item is a business-defined sub-API. A [sub-API] (https://support.
|
275
|
+
# google.com/merchants/answer/6324449) is a custom grouping of different
|
276
|
+
# products sold by a business for a single price.
|
256
277
|
# Corresponds to the JSON property `isBundle`
|
257
278
|
# @return [Boolean]
|
258
279
|
attr_accessor :is_bundle
|
@@ -276,7 +297,8 @@ module Google
|
|
276
297
|
# @return [String]
|
277
298
|
attr_accessor :link
|
278
299
|
|
279
|
-
# Link template for
|
300
|
+
# [Link template](https://support.google.com/merchants/answer/13871172) for
|
301
|
+
# business hosted local storefront.
|
280
302
|
# Corresponds to the JSON property `linkTemplate`
|
281
303
|
# @return [String]
|
282
304
|
attr_accessor :link_template
|
@@ -292,7 +314,8 @@ module Google
|
|
292
314
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::LoyaltyProgram>]
|
293
315
|
attr_accessor :loyalty_programs
|
294
316
|
|
295
|
-
# The material of which
|
317
|
+
# The [material](https://support.google.com/merchants/answer/6324410) of which
|
318
|
+
# the item is made. For example, "Leather" or "Cotton".
|
296
319
|
# Corresponds to the JSON property `material`
|
297
320
|
# @return [String]
|
298
321
|
attr_accessor :material
|
@@ -322,8 +345,8 @@ module Google
|
|
322
345
|
# @return [String]
|
323
346
|
attr_accessor :mobile_link
|
324
347
|
|
325
|
-
# Link template for
|
326
|
-
# devices.
|
348
|
+
# [Link template](https://support.google.com/merchants/answer/13870216) for
|
349
|
+
# business hosted local storefront optimized for mobile devices.
|
327
350
|
# Corresponds to the JSON property `mobileLinkTemplate`
|
328
351
|
# @return [String]
|
329
352
|
attr_accessor :mobile_link_template
|
@@ -334,12 +357,13 @@ module Google
|
|
334
357
|
# @return [String]
|
335
358
|
attr_accessor :mpn
|
336
359
|
|
337
|
-
# The number of identical products in a
|
360
|
+
# The number of identical products in a business-defined multipack.
|
338
361
|
# Corresponds to the JSON property `multipack`
|
339
362
|
# @return [Fixnum]
|
340
363
|
attr_accessor :multipack
|
341
364
|
|
342
|
-
# The item's pattern
|
365
|
+
# The item's [pattern](https://support.google.com/merchants/answer/6324483). For
|
366
|
+
# example, polka dots.
|
343
367
|
# Corresponds to the JSON property `pattern`
|
344
368
|
# @return [String]
|
345
369
|
attr_accessor :pattern
|
@@ -350,12 +374,14 @@ module Google
|
|
350
374
|
# @return [String]
|
351
375
|
attr_accessor :pause
|
352
376
|
|
353
|
-
# The
|
377
|
+
# The [pickup](https://support.google.com/merchants/answer/14634021) option for
|
378
|
+
# the item.
|
354
379
|
# Corresponds to the JSON property `pickupMethod`
|
355
380
|
# @return [String]
|
356
381
|
attr_accessor :pickup_method
|
357
382
|
|
358
|
-
# Item store pickup timeline.
|
383
|
+
# Item store pickup timeline. For more information, see [Pickup SLA](https://
|
384
|
+
# support.google.com/merchants/answer/14635400).
|
359
385
|
# Corresponds to the JSON property `pickupSla`
|
360
386
|
# @return [String]
|
361
387
|
attr_accessor :pickup_sla
|
@@ -375,7 +401,8 @@ module Google
|
|
375
401
|
# @return [Google::Apis::MerchantapiProductsV1beta::ProductDimension]
|
376
402
|
attr_accessor :product_height
|
377
403
|
|
378
|
-
# Bullet points describing the most relevant highlights
|
404
|
+
# Bullet points describing the most relevant [product highlights](https://
|
405
|
+
# support.google.com/merchants/answer/9216100).
|
379
406
|
# Corresponds to the JSON property `productHighlights`
|
380
407
|
# @return [Array<String>]
|
381
408
|
attr_accessor :product_highlights
|
@@ -386,7 +413,7 @@ module Google
|
|
386
413
|
attr_accessor :product_length
|
387
414
|
|
388
415
|
# Categories of the item (formatted as in [product data specification](https://
|
389
|
-
# support.google.com/merchants/answer/
|
416
|
+
# support.google.com/merchants/answer/7052112#product_category)).
|
390
417
|
# Corresponds to the JSON property `productTypes`
|
391
418
|
# @return [Array<String>]
|
392
419
|
attr_accessor :product_types
|
@@ -456,28 +483,32 @@ module Google
|
|
456
483
|
# @return [Google::Apis::MerchantapiProductsV1beta::ShippingDimension]
|
457
484
|
attr_accessor :shipping_width
|
458
485
|
|
459
|
-
# List of country codes (ISO 3166-1 alpha-2)
|
460
|
-
#
|
461
|
-
# configured in data source
|
486
|
+
# List of country codes [(ISO 3166-1 alpha-2)](https://en.wikipedia.org/wiki/
|
487
|
+
# ISO_3166-1_alpha-2) to exclude the offer from Shopping Ads destination.
|
488
|
+
# Countries from this list are removed from countries configured in data source
|
489
|
+
# settings.
|
462
490
|
# Corresponds to the JSON property `shoppingAdsExcludedCountries`
|
463
491
|
# @return [Array<String>]
|
464
492
|
attr_accessor :shopping_ads_excluded_countries
|
465
493
|
|
466
494
|
# Size of the item. Only one value is allowed. For variants with different sizes,
|
467
|
-
# insert a separate product for each size with the same `itemGroupId` value
|
468
|
-
# see [https://support.google.com/merchants/answer/6324492
|
495
|
+
# insert a separate product for each size with the same `itemGroupId` value,
|
496
|
+
# see [Size](https://support.google.com/merchants/answer/6324492).
|
469
497
|
# Corresponds to the JSON property `size`
|
470
498
|
# @return [String]
|
471
499
|
attr_accessor :size
|
472
500
|
|
473
|
-
# System in which the size is specified. Recommended for apparel items.
|
501
|
+
# System in which the size is specified. Recommended for apparel items. For
|
502
|
+
# example, "US", "UK", "DE". For more information, see [Size system](https://
|
503
|
+
# support.google.com/merchants/answer/6324502).
|
474
504
|
# Corresponds to the JSON property `sizeSystem`
|
475
505
|
# @return [String]
|
476
506
|
attr_accessor :size_system
|
477
507
|
|
478
508
|
# The cut of the item. It can be used to represent combined size types for
|
479
|
-
# apparel items. Maximum two of size types can be provided
|
480
|
-
# google.com/merchants/answer/6324497
|
509
|
+
# apparel items. Maximum two of size types can be provided, see [Size type](
|
510
|
+
# https://support.google.com/merchants/answer/6324497). For example, "petite", "
|
511
|
+
# plus size".
|
481
512
|
# Corresponds to the JSON property `sizeTypes`
|
482
513
|
# @return [Array<String>]
|
483
514
|
attr_accessor :size_types
|
@@ -502,7 +533,8 @@ module Google
|
|
502
533
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::ProductSustainabilityIncentive>]
|
503
534
|
attr_accessor :sustainability_incentives
|
504
535
|
|
505
|
-
# The tax category of the
|
536
|
+
# The [tax category](https://support.google.com/merchants/answer/7569847) of the
|
537
|
+
# product.
|
506
538
|
# Corresponds to the JSON property `taxCategory`
|
507
539
|
# @return [String]
|
508
540
|
attr_accessor :tax_category
|
@@ -1005,7 +1037,7 @@ module Google
|
|
1005
1037
|
# @return [String]
|
1006
1038
|
attr_accessor :reporting_context
|
1007
1039
|
|
1008
|
-
# Whether the issue can be resolved by the
|
1040
|
+
# Whether the issue can be resolved by the business.
|
1009
1041
|
# Corresponds to the JSON property `resolution`
|
1010
1042
|
# @return [String]
|
1011
1043
|
attr_accessor :resolution
|
@@ -1121,10 +1153,10 @@ module Google
|
|
1121
1153
|
attr_accessor :price
|
1122
1154
|
|
1123
1155
|
# The label of the loyalty program. This is an internal label that uniquely
|
1124
|
-
# identifies the relationship between a
|
1156
|
+
# identifies the relationship between a business entity and a loyalty program
|
1125
1157
|
# entity. The label must be provided so that the system can associate the assets
|
1126
|
-
# below (for example, price and points) with a
|
1127
|
-
# program must be linked to the
|
1158
|
+
# below (for example, price and points) with a business. The corresponding
|
1159
|
+
# program must be linked to the Merchant Center account.
|
1128
1160
|
# Corresponds to the JSON property `programLabel`
|
1129
1161
|
# @return [String]
|
1130
1162
|
attr_accessor :program_label
|
@@ -1233,7 +1265,11 @@ module Google
|
|
1233
1265
|
# @return [String]
|
1234
1266
|
attr_accessor :data_source
|
1235
1267
|
|
1236
|
-
# Output only. The feed label
|
1268
|
+
# Output only. The feed label lets you categorize and identify your products.
|
1269
|
+
# The maximum allowed characters is 20 and the supported characters are`A-Z`, `0-
|
1270
|
+
# 9`, hyphen and underscore. The feed label must not include any spaces. For
|
1271
|
+
# more information, see [Using feed labels](//support.google.com/merchants/
|
1272
|
+
# answer/14994087)
|
1237
1273
|
# Corresponds to the JSON property `feedLabel`
|
1238
1274
|
# @return [String]
|
1239
1275
|
attr_accessor :feed_label
|
@@ -1399,13 +1435,14 @@ module Google
|
|
1399
1435
|
# This resource represents input data you submit for a product, not the
|
1400
1436
|
# processed product that you see in Merchant Center, in Shopping ads, or across
|
1401
1437
|
# Google surfaces. Product inputs, rules and supplemental data source data are
|
1402
|
-
# combined to create the processed Product.
|
1403
|
-
#
|
1404
|
-
#
|
1405
|
-
#
|
1406
|
-
#
|
1407
|
-
#
|
1408
|
-
#
|
1438
|
+
# combined to create the processed Product. For more information, see [Manage
|
1439
|
+
# products](/merchant/api/guides/products/overview). Required product input
|
1440
|
+
# attributes to pass data validation checks are primarily defined in the [
|
1441
|
+
# Products Data Specification](https://support.google.com/merchants/answer/
|
1442
|
+
# 188494). The following attributes are required: feedLabel, contentLanguage and
|
1443
|
+
# offerId. After inserting, updating, or deleting a product input, it may take
|
1444
|
+
# several minutes before the processed product can be retrieved. All fields in
|
1445
|
+
# the product input and its sub-messages match the English name of their
|
1409
1446
|
# corresponding attribute in the [Products Data Specification](https://support.
|
1410
1447
|
# google.com/merchants/answer/188494) with [some exceptions](https://support.
|
1411
1448
|
# google.com/merchants/answer/7052112). The following reference documentation
|
@@ -1443,8 +1480,11 @@ module Google
|
|
1443
1480
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::CustomAttribute>]
|
1444
1481
|
attr_accessor :custom_attributes
|
1445
1482
|
|
1446
|
-
# Required. Immutable. The
|
1447
|
-
#
|
1483
|
+
# Required. Immutable. The label that lets you categorize and identify your
|
1484
|
+
# products. The maximum allowed characters are 20, and the supported characters
|
1485
|
+
# are `A-Z`, `0-9`, hyphen, and underscore. The feed label must not include any
|
1486
|
+
# spaces. For more information, see [Using feed labels](//support.google.com/
|
1487
|
+
# merchants/answer/14994087).
|
1448
1488
|
# Corresponds to the JSON property `feedLabel`
|
1449
1489
|
# @return [String]
|
1450
1490
|
attr_accessor :feed_label
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250606"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -61,7 +61,8 @@ module Google
|
|
61
61
|
# name is `accounts/123/productInputs/online~en~US~sku123`.
|
62
62
|
# @param [String] data_source
|
63
63
|
# Required. The primary or supplemental data source from which the product input
|
64
|
-
# should be deleted. Format: `accounts/`account`/dataSources/`datasource``.
|
64
|
+
# should be deleted. Format: `accounts/`account`/dataSources/`datasource``. For
|
65
|
+
# example, `accounts/123456/dataSources/104628`.
|
65
66
|
# @param [String] fields
|
66
67
|
# Selector specifying which fields to include in a partial response.
|
67
68
|
# @param [String] quota_user
|
@@ -102,7 +103,8 @@ module Google
|
|
102
103
|
# Required. The primary or supplemental product data source name. If the product
|
103
104
|
# already exists and data source provided is different, then the product will be
|
104
105
|
# moved to a new data source. Only API data sources are supported. Format: `
|
105
|
-
# accounts/`account`/dataSources/`datasource``.
|
106
|
+
# accounts/`account`/dataSources/`datasource``. For example, `accounts/123456/
|
107
|
+
# dataSources/104628`.
|
106
108
|
# @param [String] fields
|
107
109
|
# Selector specifying which fields to include in a partial response.
|
108
110
|
# @param [String] quota_user
|
@@ -145,7 +147,8 @@ module Google
|
|
145
147
|
# @param [String] data_source
|
146
148
|
# Required. The primary or supplemental product data source where `data_source`
|
147
149
|
# name identifies the product input to be updated. Only API data sources are
|
148
|
-
# supported. Format: `accounts/`account`/dataSources/`datasource``.
|
150
|
+
# supported. Format: `accounts/`account`/dataSources/`datasource``. For example,
|
151
|
+
# `accounts/123456/dataSources/104628`.
|
149
152
|
# @param [String] update_mask
|
150
153
|
# Optional. The list of product attributes to be updated. If the update mask is
|
151
154
|
# omitted, then it is treated as implied field mask equivalent to all fields
|
@@ -231,8 +234,8 @@ module Google
|
|
231
234
|
# account``
|
232
235
|
# @param [Fixnum] page_size
|
233
236
|
# The maximum number of products to return. The service may return fewer than
|
234
|
-
# this value. The maximum value is
|
235
|
-
# If unspecified, the maximum number of products will be returned.
|
237
|
+
# this value. The maximum value is 1000; values above 1000 will be coerced to
|
238
|
+
# 1000. If unspecified, the maximum number of products will be returned.
|
236
239
|
# @param [String] page_token
|
237
240
|
# A page token, received from a previous `ListProducts` call. Provide this to
|
238
241
|
# retrieve the subsequent page. When paginating, all other parameters provided
|
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.13.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.13.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Merchant API ProductsV1beta
|
79
79
|
test_files: []
|