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: docs/dyn/merchantapi_accounts_v1beta.accounts.termsOfServiceAgreementStates.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
<pre>Returns the state of a terms of service agreement.
95
95
96
96
Args:
97
-
name: string, Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` (required)
97
+
name: string, Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}` (required)
98
98
x__xgafv: string, V1 error format.
99
99
Allowed values
100
100
1 - v1 error format
@@ -113,7 +113,7 @@ <h3>Method Details</h3>
113
113
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
114
114
},
115
115
},
116
-
"name": "A String", # Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
116
+
"name": "A String", # Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`
117
117
"regionCode": "A String", # Region code as defined by https://cldr.unicode.org/. This is the country the current state applies to.
118
118
"required": { # Describes the terms of service which are required to be accepted. # The required terms of service
119
119
"termsOfService": "A String", # The [termsOfService](google.shopping.merchant.accounts.v1main.TermsOfService) that need to be accepted.
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147
147
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
148
148
},
149
149
},
150
-
"name": "A String", # Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
150
+
"name": "A String", # Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`
151
151
"regionCode": "A String", # Region code as defined by https://cldr.unicode.org/. This is the country the current state applies to.
152
152
"required": { # Describes the terms of service which are required to be accepted. # The required terms of service
153
153
"termsOfService": "A String", # The [termsOfService](google.shopping.merchant.accounts.v1main.TermsOfService) that need to be accepted.
Copy file name to clipboardExpand all lines: docs/dyn/merchantapi_products_v1beta.accounts.productInputs.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,10 @@ <h3>Method Details</h3>
237
237
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
238
238
},
239
239
"loyaltyPoints": "A String", # The amount of loyalty points earned on a purchase.
240
+
"memberPriceEffectiveDate": { # Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. # A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
241
+
"endTime": "A String", # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
242
+
"startTime": "A String", # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
243
+
},
240
244
"price": { # The price represented as a number and currency. # The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.
241
245
"amountMicros": "A String", # The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).
242
246
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
@@ -532,6 +536,10 @@ <h3>Method Details</h3>
532
536
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
533
537
},
534
538
"loyaltyPoints": "A String", # The amount of loyalty points earned on a purchase.
539
+
"memberPriceEffectiveDate": { # Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. # A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
540
+
"endTime": "A String", # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
541
+
"startTime": "A String", # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
542
+
},
535
543
"price": { # The price represented as a number and currency. # The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.
536
544
"amountMicros": "A String", # The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).
537
545
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
Copy file name to clipboardExpand all lines: docs/dyn/merchantapi_products_v1beta.accounts.products.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ <h3>Method Details</h3>
226
226
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
227
227
},
228
228
"loyaltyPoints": "A String", # The amount of loyalty points earned on a purchase.
229
+
"memberPriceEffectiveDate": { # Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. # A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
230
+
"endTime": "A String", # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
231
+
"startTime": "A String", # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
232
+
},
229
233
"price": { # The price represented as a number and currency. # The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.
230
234
"amountMicros": "A String", # The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).
231
235
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
@@ -566,6 +570,10 @@ <h3>Method Details</h3>
566
570
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
567
571
},
568
572
"loyaltyPoints": "A String", # The amount of loyalty points earned on a purchase.
573
+
"memberPriceEffectiveDate": { # Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. # A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.
574
+
"endTime": "A String", # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.
575
+
"startTime": "A String", # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.
576
+
},
569
577
"price": { # The price represented as a number and currency. # The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.
570
578
"amountMicros": "A String", # The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).
571
579
"currencyCode": "A String", # The currency of the price using three-letter acronyms according to [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217).
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/merchantapi.accounts_v1beta.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1153,7 +1153,7 @@
1153
1153
],
1154
1154
"parameters": {
1155
1155
"name": {
1156
-
"description": "Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`",
1156
+
"description": "Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}`",
"description": "The accepted terms of service of this kind and for the associated region_code"
3359
3359
},
3360
3360
"name": {
3361
-
"description": "Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`",
3361
+
"description": "Identifier. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`",
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/merchantapi.products_v1beta.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@
242
242
}
243
243
}
244
244
},
245
-
"revision": "20240614",
245
+
"revision": "20240719",
246
246
"rootUrl": "https://merchantapi.googleapis.com/",
247
247
"schemas": {
248
248
"Attributes": {
@@ -1085,6 +1085,10 @@ false
1085
1085
"format": "int64",
1086
1086
"type": "string"
1087
1087
},
1088
+
"memberPriceEffectiveDate": {
1089
+
"$ref": "Interval",
1090
+
"description": "A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash."
1091
+
},
1088
1092
"price": {
1089
1093
"$ref": "Price",
1090
1094
"description": "The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price."
0 commit comments