google-apis-merchantapi_products_v1beta 0.16.0 → 0.17.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: dd1020f8731917f6c15a3b81c70d94df57cecbd24b5cf4b8716780614fac95c4
|
4
|
+
data.tar.gz: 4240bb153f7d682b8a61938d29ca8319bf949ba1c2e5fb7ae21ae19b0959f35d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3782458fd7a395f2b70a40bc7251d900b36f7fe8d7fb0921d62860c9bb524db91aea6171d9a5dfb41c8b0dc9188c5afe1e385de8805ebe2f58e93c356df19112
|
7
|
+
data.tar.gz: 3b94ab603b29e0e1bc23ca0c9e7f1d02e4ddabc79b095efe9933c3e764216f18b9cfcfe91abc9e775adcb35934fd0e6cd9555c834b14df86944ca139900ecd1c
|
data/CHANGELOG.md
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# @return [Array<String>]
|
32
32
|
attr_accessor :additional_image_links
|
33
33
|
|
34
|
-
# Used to group items in an arbitrary way. Only for CPA
|
34
|
+
# Used to group items in an arbitrary way. Only for CPA, discouraged otherwise.
|
35
35
|
# For more information, see [Display ads attribute](https://support.google.com/
|
36
36
|
# merchants/answer/6069387).
|
37
37
|
# Corresponds to the JSON property `adsGrouping`
|
@@ -244,8 +244,8 @@ module Google
|
|
244
244
|
# @return [Array<String>]
|
245
245
|
attr_accessor :gtin
|
246
246
|
|
247
|
-
# Global Trade Item Numbers ([GTIN](https://support.google.com/
|
248
|
-
# 188494#gtin)) of the item. You can provide up to 10 GTINs.
|
247
|
+
# A list of Global Trade Item Numbers ([GTIN](https://support.google.com/
|
248
|
+
# merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs.
|
249
249
|
# Corresponds to the JSON property `gtins`
|
250
250
|
# @return [Array<String>]
|
251
251
|
attr_accessor :gtins
|
@@ -1494,7 +1494,7 @@ module Google
|
|
1494
1494
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::CustomAttribute>]
|
1495
1495
|
attr_accessor :custom_attributes
|
1496
1496
|
|
1497
|
-
# Required. Immutable. The label that lets you categorize and identify your
|
1497
|
+
# Required. Immutable. The feed label that lets you categorize and identify your
|
1498
1498
|
# products. The maximum allowed characters are 20, and the supported characters
|
1499
1499
|
# are `A-Z`, `0-9`, hyphen, and underscore. The feed label must not include any
|
1500
1500
|
# spaces. For more information, see [Using feed labels](//support.google.com/
|
@@ -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.17.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 = "20250716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -92,12 +92,13 @@ module Google
|
|
92
92
|
end
|
93
93
|
|
94
94
|
# [Uploads a product input to your Merchant Center account](/merchant/api/guides/
|
95
|
-
# products/overview#upload-product-input). You must have a products data source
|
96
|
-
# to be able to insert a product.
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
95
|
+
# products/overview#upload-product-input). You must have a products [data source]
|
96
|
+
# (/merchant/api/guides/data-sources/overview) to be able to insert a product.
|
97
|
+
# The unique identifier of the data source is passed as a query parameter in the
|
98
|
+
# request URL. If a product input with the same contentLanguage, offerId, and
|
99
|
+
# dataSource already exists, then the product input inserted by this method
|
100
|
+
# replaces that entry. After inserting, updating, or deleting a product input,
|
101
|
+
# it may take several minutes before the processed product can be retrieved.
|
101
102
|
# @param [String] parent
|
102
103
|
# Required. The account where this product will be inserted. Format: `accounts/`
|
103
104
|
# account``
|
@@ -239,7 +240,7 @@ module Google
|
|
239
240
|
# @param [Fixnum] page_size
|
240
241
|
# The maximum number of products to return. The service may return fewer than
|
241
242
|
# this value. The maximum value is 1000; values above 1000 will be coerced to
|
242
|
-
# 1000. If unspecified, the
|
243
|
+
# 1000. If unspecified, the default page size of 25 products will be returned.
|
243
244
|
# @param [String] page_token
|
244
245
|
# A page token, received from a previous `ListProducts` call. Provide this to
|
245
246
|
# 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.17.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.17.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:
|