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.onlineReturnPolicies.html
+16-4
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142
142
"type": "A String", # Required. Type of return shipping fee.
143
143
},
144
144
"seasonalOverrides": [ # Optional. Overrides to the general policy for orders placed during a specific set of time intervals.
145
-
{ # Next: 5
145
+
{
146
146
"begin": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Required. Defines the date range when this seasonal override applies. Both begin and end are inclusive and should be in date decimal format, example 20250115. The dates of the seasonal overrides should not overlap.
147
147
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
148
148
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
@@ -154,10 +154,16 @@ <h3>Method Details</h3>
154
154
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
155
155
},
156
156
"label": "A String", # Required. Display name of this seasonal override in Merchant Center.
157
-
"policy": { # The available policies. # Required. The return policy for the given date range.
157
+
"policy": { # The available policies. # The return policy for the given date range.
158
158
"days": "A String", # The number of days items can be returned after delivery, where one day is defined as 24 hours after the delivery timestamp. Required for `NUMBER_OF_DAYS_AFTER_DELIVERY` returns.
"returnDays": 42, # Number of days (from the delivery date) that the product can be returned.
162
+
"returnUntilDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Fixed end date until which the product can be returned.
163
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
164
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
165
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
166
+
},
161
167
},
162
168
],
163
169
}</pre>
@@ -218,7 +224,7 @@ <h3>Method Details</h3>
218
224
"type": "A String", # Required. Type of return shipping fee.
219
225
},
220
226
"seasonalOverrides": [ # Optional. Overrides to the general policy for orders placed during a specific set of time intervals.
221
-
{ # Next: 5
227
+
{
222
228
"begin": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Required. Defines the date range when this seasonal override applies. Both begin and end are inclusive and should be in date decimal format, example 20250115. The dates of the seasonal overrides should not overlap.
223
229
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
224
230
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
@@ -230,10 +236,16 @@ <h3>Method Details</h3>
230
236
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
231
237
},
232
238
"label": "A String", # Required. Display name of this seasonal override in Merchant Center.
233
-
"policy": { # The available policies. # Required. The return policy for the given date range.
239
+
"policy": { # The available policies. # The return policy for the given date range.
234
240
"days": "A String", # The number of days items can be returned after delivery, where one day is defined as 24 hours after the delivery timestamp. Required for `NUMBER_OF_DAYS_AFTER_DELIVERY` returns.
"returnDays": 42, # Number of days (from the delivery date) that the product can be returned.
244
+
"returnUntilDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Fixed end date until which the product can be returned.
245
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
246
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
247
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
0 commit comments