google-apis-content_v2 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-content_v2.rb +15 -0
- data/lib/google/apis/content_v2.rb +36 -0
- data/lib/google/apis/content_v2/classes.rb +11535 -0
- data/lib/google/apis/content_v2/gem_version.rb +28 -0
- data/lib/google/apis/content_v2/representations.rb +4765 -0
- data/lib/google/apis/content_v2/service.rb +3396 -0
- metadata +76 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Apis
|
|
17
|
+
module ContentV2
|
|
18
|
+
# Version of the google-apis-content_v2 gem
|
|
19
|
+
GEM_VERSION = "0.1.0"
|
|
20
|
+
|
|
21
|
+
# Version of the code generator used to generate this client
|
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
|
23
|
+
|
|
24
|
+
# Revision of the discovery document this client was generated from
|
|
25
|
+
REVISION = "20201113"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,4765 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module ContentV2
|
|
24
|
+
|
|
25
|
+
class Account
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class AccountAddress
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class AccountAdwordsLink
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class AccountBusinessInformation
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class AccountCustomerService
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class AccountGoogleMyBusinessLink
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class AccountIdentifier
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class AccountStatus
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class AccountStatusAccountLevelIssue
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class AccountStatusDataQualityIssue
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class AccountStatusExampleItem
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class AccountStatusItemLevelIssue
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class AccountStatusProducts
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class AccountStatusStatistics
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class AccountTax
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class AccountTaxTaxRule
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class AccountUser
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class AccountYouTubeChannelLink
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class AccountsAuthInfoResponse
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class AccountsClaimWebsiteResponse
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class BatchAccountsRequest
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class AccountsBatchRequestEntry
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class AccountsCustomBatchRequestEntryLinkRequest
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class BatchAccountsResponse
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class AccountsBatchResponseEntry
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class AccountsLinkRequest
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class AccountsLinkResponse
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class ListAccountsResponse
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class BatchAccountStatusesRequest
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class AccountStatusesBatchRequestEntry
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class BatchAccountStatusesResponse
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class AccountStatusesBatchResponseEntry
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class ListAccountStatusesResponse
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class BatchAccountTaxRequest
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class AccountTaxBatchRequestEntry
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class BatchAccountTaxResponse
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class AccountTaxBatchResponseEntry
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class ListAccountTaxResponse
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class Amount
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class BusinessDayConfig
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
class CarrierRate
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class CarriersCarrier
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class CustomAttribute
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class CustomGroup
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class CustomerReturnReason
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class CutoffTime
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class Datafeed
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class DatafeedFetchSchedule
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class DatafeedFormat
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class DatafeedStatus
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
class DatafeedStatusError
|
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
|
+
|
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class DatafeedStatusExample
|
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class DatafeedTarget
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class BatchDatafeedsRequest
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class DatafeedsBatchRequestEntry
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class BatchDatafeedsResponse
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class DatafeedsBatchResponseEntry
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class DatafeedsFetchNowResponse
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
class ListDatafeedsResponse
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class BatchDatafeedStatusesRequest
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class DatafeedStatusesBatchRequestEntry
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class BatchDatafeedStatusesResponse
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class DatafeedStatusesBatchResponseEntry
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class ListDatafeedStatusesResponse
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class DeliveryTime
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class Error
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class Errors
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class GmbAccounts
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GmbAccountsGmbAccount
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class Headers
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class HolidayCutoff
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class HolidaysHoliday
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class Installment
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class Inventory
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class BatchInventoryRequest
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class InventoryBatchRequestEntry
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class BatchInventoryResponse
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class InventoryBatchResponseEntry
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class InventoryPickup
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class SetInventoryRequest
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class SetInventoryResponse
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
class InvoiceSummary
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class InvoiceSummaryAdditionalChargeSummary
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
class LiaAboutPageSettings
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class LiaCountrySettings
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
class LiaInventorySettings
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
class LiaOnDisplayToOrderSettings
|
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
+
|
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
class LiaPosDataProvider
|
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class LiaSettings
|
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
+
|
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class LiasettingsCustomBatchRequest
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class LiasettingsCustomBatchRequestEntry
|
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
|
+
|
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class LiasettingsCustomBatchResponse
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
577
|
+
class LiasettingsCustomBatchResponseEntry
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
579
|
+
|
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
581
|
+
end
|
|
582
|
+
|
|
583
|
+
class LiasettingsGetAccessibleGmbAccountsResponse
|
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
585
|
+
|
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
class LiasettingsListPosDataProvidersResponse
|
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
|
+
|
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class LiasettingsListResponse
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class LiasettingsRequestGmbAccessResponse
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class LiasettingsRequestInventoryVerificationResponse
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class LiasettingsSetInventoryVerificationContactResponse
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class LiasettingsSetPosDataProviderResponse
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class LocationIdSet
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class LoyaltyPoints
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
class MerchantOrderReturn
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class MerchantOrderReturnItem
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
class MinimumOrderValueTable
|
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
|
+
|
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
class MinimumOrderValueTableStoreCodeSetWithMov
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
+
|
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
class Order
|
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
663
|
+
|
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
class OrderAddress
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class OrderCancellation
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class OrderCustomer
|
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
|
+
|
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
class OrderCustomerMarketingRightsInfo
|
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
|
+
|
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
689
|
+
end
|
|
690
|
+
|
|
691
|
+
class OrderDeliveryDetails
|
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
|
+
|
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
class OrderLegacyPromotion
|
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
699
|
+
|
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
701
|
+
end
|
|
702
|
+
|
|
703
|
+
class OrderLegacyPromotionBenefit
|
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
|
+
|
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
class OrderLineItem
|
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
711
|
+
|
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
class OrderLineItemProduct
|
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
717
|
+
|
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
class OrderLineItemProductFee
|
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
723
|
+
|
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
725
|
+
end
|
|
726
|
+
|
|
727
|
+
class OrderLineItemProductVariantAttribute
|
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
|
+
|
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
731
|
+
end
|
|
732
|
+
|
|
733
|
+
class OrderLineItemReturnInfo
|
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
735
|
+
|
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
737
|
+
end
|
|
738
|
+
|
|
739
|
+
class OrderLineItemShippingDetails
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
|
+
|
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
class OrderLineItemShippingDetailsMethod
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
class OrderMerchantProvidedAnnotation
|
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
753
|
+
|
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
class OrderPaymentMethod
|
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
|
+
|
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
761
|
+
end
|
|
762
|
+
|
|
763
|
+
class OrderPickupDetails
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
769
|
+
class OrderPickupDetailsCollector
|
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
771
|
+
|
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
773
|
+
end
|
|
774
|
+
|
|
775
|
+
class OrderRefund
|
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
|
+
|
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
779
|
+
end
|
|
780
|
+
|
|
781
|
+
class OrderReportDisbursement
|
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
783
|
+
|
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
785
|
+
end
|
|
786
|
+
|
|
787
|
+
class OrderReportTransaction
|
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
789
|
+
|
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
class OrderReturn
|
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
795
|
+
|
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
797
|
+
end
|
|
798
|
+
|
|
799
|
+
class OrderShipment
|
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
801
|
+
|
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
803
|
+
end
|
|
804
|
+
|
|
805
|
+
class OrderShipmentLineItemShipment
|
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
807
|
+
|
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
809
|
+
end
|
|
810
|
+
|
|
811
|
+
class OrderShipmentScheduledDeliveryDetails
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
817
|
+
class OrderinvoicesCreateChargeInvoiceRequest
|
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
819
|
+
|
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class OrderinvoicesCreateChargeInvoiceResponse
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
class OrderinvoicesCreateRefundInvoiceRequest
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
class OrderinvoicesCreateRefundInvoiceResponse
|
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
|
+
|
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
|
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
843
|
+
|
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
845
|
+
end
|
|
846
|
+
|
|
847
|
+
class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
|
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
849
|
+
|
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
851
|
+
end
|
|
852
|
+
|
|
853
|
+
class OrderreportsListDisbursementsResponse
|
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
855
|
+
|
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
class OrderreportsListTransactionsResponse
|
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
861
|
+
|
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class OrderreturnsListResponse
|
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
|
+
|
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
869
|
+
end
|
|
870
|
+
|
|
871
|
+
class OrdersAcknowledgeRequest
|
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
873
|
+
|
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class OrdersAcknowledgeResponse
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
883
|
+
class OrdersAdvanceTestOrderResponse
|
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
885
|
+
|
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
887
|
+
end
|
|
888
|
+
|
|
889
|
+
class OrdersCancelLineItemRequest
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
895
|
+
class OrdersCancelLineItemResponse
|
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
|
+
|
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class OrdersCancelRequest
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
|
+
|
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
905
|
+
end
|
|
906
|
+
|
|
907
|
+
class OrdersCancelResponse
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
|
+
|
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
911
|
+
end
|
|
912
|
+
|
|
913
|
+
class OrdersCancelTestOrderByCustomerRequest
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
915
|
+
|
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
class OrdersCancelTestOrderByCustomerResponse
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
925
|
+
class OrdersCreateTestOrderRequest
|
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
927
|
+
|
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
929
|
+
end
|
|
930
|
+
|
|
931
|
+
class OrdersCreateTestOrderResponse
|
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
933
|
+
|
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
class OrdersCreateTestReturnRequest
|
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
939
|
+
|
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
941
|
+
end
|
|
942
|
+
|
|
943
|
+
class OrdersCreateTestReturnResponse
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
947
|
+
end
|
|
948
|
+
|
|
949
|
+
class OrdersCustomBatchRequest
|
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
951
|
+
|
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
953
|
+
end
|
|
954
|
+
|
|
955
|
+
class OrdersCustomBatchRequestEntry
|
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
957
|
+
|
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
class OrdersCustomBatchRequestEntryCancel
|
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
963
|
+
|
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
965
|
+
end
|
|
966
|
+
|
|
967
|
+
class OrdersCustomBatchRequestEntryCancelLineItem
|
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
969
|
+
|
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
971
|
+
end
|
|
972
|
+
|
|
973
|
+
class OrdersCustomBatchRequestEntryCreateTestReturnReturnItem
|
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
975
|
+
|
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
977
|
+
end
|
|
978
|
+
|
|
979
|
+
class OrdersCustomBatchRequestEntryInStoreRefundLineItem
|
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
981
|
+
|
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
983
|
+
end
|
|
984
|
+
|
|
985
|
+
class OrdersCustomBatchRequestEntryRefund
|
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
987
|
+
|
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
class OrdersCustomBatchRequestEntryRejectReturnLineItem
|
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
|
+
|
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
995
|
+
end
|
|
996
|
+
|
|
997
|
+
class OrdersCustomBatchRequestEntryReturnLineItem
|
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
999
|
+
|
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1001
|
+
end
|
|
1002
|
+
|
|
1003
|
+
class OrdersCustomBatchRequestEntryReturnRefundLineItem
|
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1005
|
+
|
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1007
|
+
end
|
|
1008
|
+
|
|
1009
|
+
class OrdersCustomBatchRequestEntrySetLineItemMetadata
|
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1011
|
+
|
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1013
|
+
end
|
|
1014
|
+
|
|
1015
|
+
class OrdersCustomBatchRequestEntryShipLineItems
|
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
|
+
|
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1019
|
+
end
|
|
1020
|
+
|
|
1021
|
+
class OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo
|
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1023
|
+
|
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1025
|
+
end
|
|
1026
|
+
|
|
1027
|
+
class OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails
|
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1029
|
+
|
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1031
|
+
end
|
|
1032
|
+
|
|
1033
|
+
class OrdersCustomBatchRequestEntryUpdateShipment
|
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1035
|
+
|
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1037
|
+
end
|
|
1038
|
+
|
|
1039
|
+
class OrdersCustomBatchResponse
|
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1041
|
+
|
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1043
|
+
end
|
|
1044
|
+
|
|
1045
|
+
class OrdersCustomBatchResponseEntry
|
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1047
|
+
|
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1049
|
+
end
|
|
1050
|
+
|
|
1051
|
+
class OrdersGetByMerchantOrderIdResponse
|
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1053
|
+
|
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1055
|
+
end
|
|
1056
|
+
|
|
1057
|
+
class OrdersGetTestOrderTemplateResponse
|
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1059
|
+
|
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1061
|
+
end
|
|
1062
|
+
|
|
1063
|
+
class OrdersInStoreRefundLineItemRequest
|
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1065
|
+
|
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1067
|
+
end
|
|
1068
|
+
|
|
1069
|
+
class OrdersInStoreRefundLineItemResponse
|
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1071
|
+
|
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1073
|
+
end
|
|
1074
|
+
|
|
1075
|
+
class OrdersListResponse
|
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1077
|
+
|
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1079
|
+
end
|
|
1080
|
+
|
|
1081
|
+
class OrdersRefundRequest
|
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1083
|
+
|
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
class OrdersRefundResponse
|
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1089
|
+
|
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1091
|
+
end
|
|
1092
|
+
|
|
1093
|
+
class OrdersRejectReturnLineItemRequest
|
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1095
|
+
|
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1097
|
+
end
|
|
1098
|
+
|
|
1099
|
+
class OrdersRejectReturnLineItemResponse
|
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1101
|
+
|
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1103
|
+
end
|
|
1104
|
+
|
|
1105
|
+
class OrdersReturnLineItemRequest
|
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1107
|
+
|
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1109
|
+
end
|
|
1110
|
+
|
|
1111
|
+
class OrdersReturnLineItemResponse
|
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1113
|
+
|
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
class OrdersReturnRefundLineItemRequest
|
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1119
|
+
|
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1121
|
+
end
|
|
1122
|
+
|
|
1123
|
+
class OrdersReturnRefundLineItemResponse
|
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1125
|
+
|
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1127
|
+
end
|
|
1128
|
+
|
|
1129
|
+
class OrdersSetLineItemMetadataRequest
|
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
|
+
|
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
class OrdersSetLineItemMetadataResponse
|
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1137
|
+
|
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
class OrdersShipLineItemsRequest
|
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1143
|
+
|
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1147
|
+
class OrdersShipLineItemsResponse
|
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1149
|
+
|
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1153
|
+
class OrdersUpdateLineItemShippingDetailsRequest
|
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
|
+
|
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1157
|
+
end
|
|
1158
|
+
|
|
1159
|
+
class OrdersUpdateLineItemShippingDetailsResponse
|
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1161
|
+
|
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1163
|
+
end
|
|
1164
|
+
|
|
1165
|
+
class OrdersUpdateMerchantOrderIdRequest
|
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
|
+
|
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
class OrdersUpdateMerchantOrderIdResponse
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class OrdersUpdateShipmentRequest
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
class OrdersUpdateShipmentResponse
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class PickupCarrierService
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1191
|
+
|
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1195
|
+
class PickupServicesPickupService
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1197
|
+
|
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class PosCustomBatchRequest
|
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1203
|
+
|
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1205
|
+
end
|
|
1206
|
+
|
|
1207
|
+
class PosCustomBatchRequestEntry
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1213
|
+
class PosCustomBatchResponse
|
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1215
|
+
|
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class PosCustomBatchResponseEntry
|
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
+
|
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1225
|
+
class PosDataProviders
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1231
|
+
class PosDataProvidersPosDataProvider
|
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1233
|
+
|
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1235
|
+
end
|
|
1236
|
+
|
|
1237
|
+
class PosInventory
|
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1239
|
+
|
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1243
|
+
class PosInventoryRequest
|
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1245
|
+
|
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1247
|
+
end
|
|
1248
|
+
|
|
1249
|
+
class PosInventoryResponse
|
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1251
|
+
|
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1253
|
+
end
|
|
1254
|
+
|
|
1255
|
+
class PosListResponse
|
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1257
|
+
|
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
class PosSale
|
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1263
|
+
|
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1265
|
+
end
|
|
1266
|
+
|
|
1267
|
+
class PosSaleRequest
|
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1269
|
+
|
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1271
|
+
end
|
|
1272
|
+
|
|
1273
|
+
class PosSaleResponse
|
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1275
|
+
|
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1277
|
+
end
|
|
1278
|
+
|
|
1279
|
+
class PosStore
|
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1281
|
+
|
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1283
|
+
end
|
|
1284
|
+
|
|
1285
|
+
class PostalCodeGroup
|
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1287
|
+
|
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1289
|
+
end
|
|
1290
|
+
|
|
1291
|
+
class PostalCodeRange
|
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1293
|
+
|
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1295
|
+
end
|
|
1296
|
+
|
|
1297
|
+
class Price
|
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1299
|
+
|
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1301
|
+
end
|
|
1302
|
+
|
|
1303
|
+
class Product
|
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
|
+
|
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1309
|
+
class ProductAmount
|
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1311
|
+
|
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1313
|
+
end
|
|
1314
|
+
|
|
1315
|
+
class ProductAspect
|
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1317
|
+
|
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1321
|
+
class ProductDestination
|
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1323
|
+
|
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1325
|
+
end
|
|
1326
|
+
|
|
1327
|
+
class ProductShipping
|
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1329
|
+
|
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1331
|
+
end
|
|
1332
|
+
|
|
1333
|
+
class ProductShippingDimension
|
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1335
|
+
|
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1337
|
+
end
|
|
1338
|
+
|
|
1339
|
+
class ProductShippingWeight
|
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1341
|
+
|
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1343
|
+
end
|
|
1344
|
+
|
|
1345
|
+
class ProductStatus
|
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1347
|
+
|
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
class ProductStatusDataQualityIssue
|
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1353
|
+
|
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1355
|
+
end
|
|
1356
|
+
|
|
1357
|
+
class ProductStatusDestinationStatus
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
class ProductStatusItemLevelIssue
|
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
|
+
|
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1367
|
+
end
|
|
1368
|
+
|
|
1369
|
+
class ProductTax
|
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1371
|
+
|
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
class ProductUnitPricingBaseMeasure
|
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1377
|
+
|
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1379
|
+
end
|
|
1380
|
+
|
|
1381
|
+
class ProductUnitPricingMeasure
|
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
|
+
|
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1385
|
+
end
|
|
1386
|
+
|
|
1387
|
+
class BatchProductsRequest
|
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1389
|
+
|
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1391
|
+
end
|
|
1392
|
+
|
|
1393
|
+
class ProductsBatchRequestEntry
|
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1395
|
+
|
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1397
|
+
end
|
|
1398
|
+
|
|
1399
|
+
class BatchProductsResponse
|
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1401
|
+
|
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1403
|
+
end
|
|
1404
|
+
|
|
1405
|
+
class ProductsBatchResponseEntry
|
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1407
|
+
|
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1409
|
+
end
|
|
1410
|
+
|
|
1411
|
+
class ListProductsResponse
|
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1413
|
+
|
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1415
|
+
end
|
|
1416
|
+
|
|
1417
|
+
class BatchProductStatusesRequest
|
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1419
|
+
|
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
class ProductStatusesBatchRequestEntry
|
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1425
|
+
|
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1427
|
+
end
|
|
1428
|
+
|
|
1429
|
+
class BatchProductStatusesResponse
|
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1431
|
+
|
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1433
|
+
end
|
|
1434
|
+
|
|
1435
|
+
class ProductStatusesBatchResponseEntry
|
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1437
|
+
|
|
1438
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1439
|
+
end
|
|
1440
|
+
|
|
1441
|
+
class ListProductStatusesResponse
|
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1443
|
+
|
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1445
|
+
end
|
|
1446
|
+
|
|
1447
|
+
class Promotion
|
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1449
|
+
|
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1451
|
+
end
|
|
1452
|
+
|
|
1453
|
+
class RateGroup
|
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1455
|
+
|
|
1456
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
class RefundReason
|
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1461
|
+
|
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1463
|
+
end
|
|
1464
|
+
|
|
1465
|
+
class ReturnShipment
|
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1467
|
+
|
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1469
|
+
end
|
|
1470
|
+
|
|
1471
|
+
class Row
|
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1473
|
+
|
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1475
|
+
end
|
|
1476
|
+
|
|
1477
|
+
class Service
|
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1479
|
+
|
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1481
|
+
end
|
|
1482
|
+
|
|
1483
|
+
class ShipmentInvoice
|
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1485
|
+
|
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1487
|
+
end
|
|
1488
|
+
|
|
1489
|
+
class ShipmentInvoiceLineItemInvoice
|
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1491
|
+
|
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1493
|
+
end
|
|
1494
|
+
|
|
1495
|
+
class ShipmentTrackingInfo
|
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1497
|
+
|
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1499
|
+
end
|
|
1500
|
+
|
|
1501
|
+
class ShippingSettings
|
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1503
|
+
|
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1505
|
+
end
|
|
1506
|
+
|
|
1507
|
+
class ShippingsettingsCustomBatchRequest
|
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1509
|
+
|
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1511
|
+
end
|
|
1512
|
+
|
|
1513
|
+
class ShippingsettingsCustomBatchRequestEntry
|
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1515
|
+
|
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1519
|
+
class ShippingsettingsCustomBatchResponse
|
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1521
|
+
|
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1523
|
+
end
|
|
1524
|
+
|
|
1525
|
+
class ShippingsettingsCustomBatchResponseEntry
|
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1527
|
+
|
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1529
|
+
end
|
|
1530
|
+
|
|
1531
|
+
class ShippingsettingsGetSupportedCarriersResponse
|
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1533
|
+
|
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1535
|
+
end
|
|
1536
|
+
|
|
1537
|
+
class ShippingsettingsGetSupportedHolidaysResponse
|
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1539
|
+
|
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1541
|
+
end
|
|
1542
|
+
|
|
1543
|
+
class ShippingsettingsGetSupportedPickupServicesResponse
|
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
|
+
|
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1547
|
+
end
|
|
1548
|
+
|
|
1549
|
+
class ShippingsettingsListResponse
|
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
|
+
|
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1553
|
+
end
|
|
1554
|
+
|
|
1555
|
+
class Table
|
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
|
+
|
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1561
|
+
class TestOrder
|
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1563
|
+
|
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1565
|
+
end
|
|
1566
|
+
|
|
1567
|
+
class TestOrderCustomer
|
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1569
|
+
|
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1571
|
+
end
|
|
1572
|
+
|
|
1573
|
+
class TestOrderCustomerMarketingRightsInfo
|
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1575
|
+
|
|
1576
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1577
|
+
end
|
|
1578
|
+
|
|
1579
|
+
class TestOrderLineItem
|
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
|
+
|
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1583
|
+
end
|
|
1584
|
+
|
|
1585
|
+
class TestOrderLineItemProduct
|
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1587
|
+
|
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1589
|
+
end
|
|
1590
|
+
|
|
1591
|
+
class TestOrderPaymentMethod
|
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1593
|
+
|
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1595
|
+
end
|
|
1596
|
+
|
|
1597
|
+
class TransitTable
|
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1599
|
+
|
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1601
|
+
end
|
|
1602
|
+
|
|
1603
|
+
class TransitTableTransitTimeRow
|
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1605
|
+
|
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1607
|
+
end
|
|
1608
|
+
|
|
1609
|
+
class TransitTableTransitTimeRowTransitTimeValue
|
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1611
|
+
|
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1613
|
+
end
|
|
1614
|
+
|
|
1615
|
+
class UnitInvoice
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1621
|
+
class UnitInvoiceAdditionalCharge
|
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1623
|
+
|
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1625
|
+
end
|
|
1626
|
+
|
|
1627
|
+
class UnitInvoiceTaxLine
|
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1629
|
+
|
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1631
|
+
end
|
|
1632
|
+
|
|
1633
|
+
class Value
|
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1635
|
+
|
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1637
|
+
end
|
|
1638
|
+
|
|
1639
|
+
class Weight
|
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1641
|
+
|
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1643
|
+
end
|
|
1644
|
+
|
|
1645
|
+
class Account
|
|
1646
|
+
# @private
|
|
1647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1648
|
+
property :adult_content, as: 'adultContent'
|
|
1649
|
+
collection :adwords_links, as: 'adwordsLinks', class: Google::Apis::ContentV2::AccountAdwordsLink, decorator: Google::Apis::ContentV2::AccountAdwordsLink::Representation
|
|
1650
|
+
|
|
1651
|
+
property :business_information, as: 'businessInformation', class: Google::Apis::ContentV2::AccountBusinessInformation, decorator: Google::Apis::ContentV2::AccountBusinessInformation::Representation
|
|
1652
|
+
|
|
1653
|
+
property :google_my_business_link, as: 'googleMyBusinessLink', class: Google::Apis::ContentV2::AccountGoogleMyBusinessLink, decorator: Google::Apis::ContentV2::AccountGoogleMyBusinessLink::Representation
|
|
1654
|
+
|
|
1655
|
+
property :id, :numeric_string => true, as: 'id'
|
|
1656
|
+
property :kind, as: 'kind'
|
|
1657
|
+
property :name, as: 'name'
|
|
1658
|
+
property :reviews_url, as: 'reviewsUrl'
|
|
1659
|
+
property :seller_id, as: 'sellerId'
|
|
1660
|
+
collection :users, as: 'users', class: Google::Apis::ContentV2::AccountUser, decorator: Google::Apis::ContentV2::AccountUser::Representation
|
|
1661
|
+
|
|
1662
|
+
property :website_url, as: 'websiteUrl'
|
|
1663
|
+
collection :youtube_channel_links, as: 'youtubeChannelLinks', class: Google::Apis::ContentV2::AccountYouTubeChannelLink, decorator: Google::Apis::ContentV2::AccountYouTubeChannelLink::Representation
|
|
1664
|
+
|
|
1665
|
+
end
|
|
1666
|
+
end
|
|
1667
|
+
|
|
1668
|
+
class AccountAddress
|
|
1669
|
+
# @private
|
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1671
|
+
property :country, as: 'country'
|
|
1672
|
+
property :locality, as: 'locality'
|
|
1673
|
+
property :postal_code, as: 'postalCode'
|
|
1674
|
+
property :region, as: 'region'
|
|
1675
|
+
property :street_address, as: 'streetAddress'
|
|
1676
|
+
end
|
|
1677
|
+
end
|
|
1678
|
+
|
|
1679
|
+
class AccountAdwordsLink
|
|
1680
|
+
# @private
|
|
1681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1682
|
+
property :adwords_id, :numeric_string => true, as: 'adwordsId'
|
|
1683
|
+
property :status, as: 'status'
|
|
1684
|
+
end
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
class AccountBusinessInformation
|
|
1688
|
+
# @private
|
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1690
|
+
property :address, as: 'address', class: Google::Apis::ContentV2::AccountAddress, decorator: Google::Apis::ContentV2::AccountAddress::Representation
|
|
1691
|
+
|
|
1692
|
+
property :customer_service, as: 'customerService', class: Google::Apis::ContentV2::AccountCustomerService, decorator: Google::Apis::ContentV2::AccountCustomerService::Representation
|
|
1693
|
+
|
|
1694
|
+
property :phone_number, as: 'phoneNumber'
|
|
1695
|
+
end
|
|
1696
|
+
end
|
|
1697
|
+
|
|
1698
|
+
class AccountCustomerService
|
|
1699
|
+
# @private
|
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1701
|
+
property :email, as: 'email'
|
|
1702
|
+
property :phone_number, as: 'phoneNumber'
|
|
1703
|
+
property :url, as: 'url'
|
|
1704
|
+
end
|
|
1705
|
+
end
|
|
1706
|
+
|
|
1707
|
+
class AccountGoogleMyBusinessLink
|
|
1708
|
+
# @private
|
|
1709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1710
|
+
property :gmb_email, as: 'gmbEmail'
|
|
1711
|
+
property :status, as: 'status'
|
|
1712
|
+
end
|
|
1713
|
+
end
|
|
1714
|
+
|
|
1715
|
+
class AccountIdentifier
|
|
1716
|
+
# @private
|
|
1717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1718
|
+
property :aggregator_id, :numeric_string => true, as: 'aggregatorId'
|
|
1719
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
1720
|
+
end
|
|
1721
|
+
end
|
|
1722
|
+
|
|
1723
|
+
class AccountStatus
|
|
1724
|
+
# @private
|
|
1725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1726
|
+
property :account_id, as: 'accountId'
|
|
1727
|
+
collection :account_level_issues, as: 'accountLevelIssues', class: Google::Apis::ContentV2::AccountStatusAccountLevelIssue, decorator: Google::Apis::ContentV2::AccountStatusAccountLevelIssue::Representation
|
|
1728
|
+
|
|
1729
|
+
collection :data_quality_issues, as: 'dataQualityIssues', class: Google::Apis::ContentV2::AccountStatusDataQualityIssue, decorator: Google::Apis::ContentV2::AccountStatusDataQualityIssue::Representation
|
|
1730
|
+
|
|
1731
|
+
property :kind, as: 'kind'
|
|
1732
|
+
collection :products, as: 'products', class: Google::Apis::ContentV2::AccountStatusProducts, decorator: Google::Apis::ContentV2::AccountStatusProducts::Representation
|
|
1733
|
+
|
|
1734
|
+
property :website_claimed, as: 'websiteClaimed'
|
|
1735
|
+
end
|
|
1736
|
+
end
|
|
1737
|
+
|
|
1738
|
+
class AccountStatusAccountLevelIssue
|
|
1739
|
+
# @private
|
|
1740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1741
|
+
property :country, as: 'country'
|
|
1742
|
+
property :destination, as: 'destination'
|
|
1743
|
+
property :detail, as: 'detail'
|
|
1744
|
+
property :documentation, as: 'documentation'
|
|
1745
|
+
property :id, as: 'id'
|
|
1746
|
+
property :severity, as: 'severity'
|
|
1747
|
+
property :title, as: 'title'
|
|
1748
|
+
end
|
|
1749
|
+
end
|
|
1750
|
+
|
|
1751
|
+
class AccountStatusDataQualityIssue
|
|
1752
|
+
# @private
|
|
1753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1754
|
+
property :country, as: 'country'
|
|
1755
|
+
property :destination, as: 'destination'
|
|
1756
|
+
property :detail, as: 'detail'
|
|
1757
|
+
property :displayed_value, as: 'displayedValue'
|
|
1758
|
+
collection :example_items, as: 'exampleItems', class: Google::Apis::ContentV2::AccountStatusExampleItem, decorator: Google::Apis::ContentV2::AccountStatusExampleItem::Representation
|
|
1759
|
+
|
|
1760
|
+
property :id, as: 'id'
|
|
1761
|
+
property :last_checked, as: 'lastChecked'
|
|
1762
|
+
property :location, as: 'location'
|
|
1763
|
+
property :num_items, as: 'numItems'
|
|
1764
|
+
property :severity, as: 'severity'
|
|
1765
|
+
property :submitted_value, as: 'submittedValue'
|
|
1766
|
+
end
|
|
1767
|
+
end
|
|
1768
|
+
|
|
1769
|
+
class AccountStatusExampleItem
|
|
1770
|
+
# @private
|
|
1771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1772
|
+
property :item_id, as: 'itemId'
|
|
1773
|
+
property :link, as: 'link'
|
|
1774
|
+
property :submitted_value, as: 'submittedValue'
|
|
1775
|
+
property :title, as: 'title'
|
|
1776
|
+
property :value_on_landing_page, as: 'valueOnLandingPage'
|
|
1777
|
+
end
|
|
1778
|
+
end
|
|
1779
|
+
|
|
1780
|
+
class AccountStatusItemLevelIssue
|
|
1781
|
+
# @private
|
|
1782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1783
|
+
property :attribute_name, as: 'attributeName'
|
|
1784
|
+
property :code, as: 'code'
|
|
1785
|
+
property :description, as: 'description'
|
|
1786
|
+
property :detail, as: 'detail'
|
|
1787
|
+
property :documentation, as: 'documentation'
|
|
1788
|
+
property :num_items, :numeric_string => true, as: 'numItems'
|
|
1789
|
+
property :resolution, as: 'resolution'
|
|
1790
|
+
property :servability, as: 'servability'
|
|
1791
|
+
end
|
|
1792
|
+
end
|
|
1793
|
+
|
|
1794
|
+
class AccountStatusProducts
|
|
1795
|
+
# @private
|
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1797
|
+
property :channel, as: 'channel'
|
|
1798
|
+
property :country, as: 'country'
|
|
1799
|
+
property :destination, as: 'destination'
|
|
1800
|
+
collection :item_level_issues, as: 'itemLevelIssues', class: Google::Apis::ContentV2::AccountStatusItemLevelIssue, decorator: Google::Apis::ContentV2::AccountStatusItemLevelIssue::Representation
|
|
1801
|
+
|
|
1802
|
+
property :statistics, as: 'statistics', class: Google::Apis::ContentV2::AccountStatusStatistics, decorator: Google::Apis::ContentV2::AccountStatusStatistics::Representation
|
|
1803
|
+
|
|
1804
|
+
end
|
|
1805
|
+
end
|
|
1806
|
+
|
|
1807
|
+
class AccountStatusStatistics
|
|
1808
|
+
# @private
|
|
1809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1810
|
+
property :active, :numeric_string => true, as: 'active'
|
|
1811
|
+
property :disapproved, :numeric_string => true, as: 'disapproved'
|
|
1812
|
+
property :expiring, :numeric_string => true, as: 'expiring'
|
|
1813
|
+
property :pending, :numeric_string => true, as: 'pending'
|
|
1814
|
+
end
|
|
1815
|
+
end
|
|
1816
|
+
|
|
1817
|
+
class AccountTax
|
|
1818
|
+
# @private
|
|
1819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1820
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1821
|
+
property :kind, as: 'kind'
|
|
1822
|
+
collection :rules, as: 'rules', class: Google::Apis::ContentV2::AccountTaxTaxRule, decorator: Google::Apis::ContentV2::AccountTaxTaxRule::Representation
|
|
1823
|
+
|
|
1824
|
+
end
|
|
1825
|
+
end
|
|
1826
|
+
|
|
1827
|
+
class AccountTaxTaxRule
|
|
1828
|
+
# @private
|
|
1829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1830
|
+
property :country, as: 'country'
|
|
1831
|
+
property :location_id, :numeric_string => true, as: 'locationId'
|
|
1832
|
+
property :rate_percent, as: 'ratePercent'
|
|
1833
|
+
property :shipping_taxed, as: 'shippingTaxed'
|
|
1834
|
+
property :use_global_rate, as: 'useGlobalRate'
|
|
1835
|
+
end
|
|
1836
|
+
end
|
|
1837
|
+
|
|
1838
|
+
class AccountUser
|
|
1839
|
+
# @private
|
|
1840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1841
|
+
property :admin, as: 'admin'
|
|
1842
|
+
property :email_address, as: 'emailAddress'
|
|
1843
|
+
property :order_manager, as: 'orderManager'
|
|
1844
|
+
property :payments_analyst, as: 'paymentsAnalyst'
|
|
1845
|
+
property :payments_manager, as: 'paymentsManager'
|
|
1846
|
+
end
|
|
1847
|
+
end
|
|
1848
|
+
|
|
1849
|
+
class AccountYouTubeChannelLink
|
|
1850
|
+
# @private
|
|
1851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1852
|
+
property :channel_id, as: 'channelId'
|
|
1853
|
+
property :status, as: 'status'
|
|
1854
|
+
end
|
|
1855
|
+
end
|
|
1856
|
+
|
|
1857
|
+
class AccountsAuthInfoResponse
|
|
1858
|
+
# @private
|
|
1859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1860
|
+
collection :account_identifiers, as: 'accountIdentifiers', class: Google::Apis::ContentV2::AccountIdentifier, decorator: Google::Apis::ContentV2::AccountIdentifier::Representation
|
|
1861
|
+
|
|
1862
|
+
property :kind, as: 'kind'
|
|
1863
|
+
end
|
|
1864
|
+
end
|
|
1865
|
+
|
|
1866
|
+
class AccountsClaimWebsiteResponse
|
|
1867
|
+
# @private
|
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1869
|
+
property :kind, as: 'kind'
|
|
1870
|
+
end
|
|
1871
|
+
end
|
|
1872
|
+
|
|
1873
|
+
class BatchAccountsRequest
|
|
1874
|
+
# @private
|
|
1875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1876
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountsBatchRequestEntry, decorator: Google::Apis::ContentV2::AccountsBatchRequestEntry::Representation
|
|
1877
|
+
|
|
1878
|
+
end
|
|
1879
|
+
end
|
|
1880
|
+
|
|
1881
|
+
class AccountsBatchRequestEntry
|
|
1882
|
+
# @private
|
|
1883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1884
|
+
property :account, as: 'account', class: Google::Apis::ContentV2::Account, decorator: Google::Apis::ContentV2::Account::Representation
|
|
1885
|
+
|
|
1886
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1887
|
+
property :batch_id, as: 'batchId'
|
|
1888
|
+
property :force, as: 'force'
|
|
1889
|
+
collection :label_ids, as: 'labelIds'
|
|
1890
|
+
property :link_request, as: 'linkRequest', class: Google::Apis::ContentV2::AccountsCustomBatchRequestEntryLinkRequest, decorator: Google::Apis::ContentV2::AccountsCustomBatchRequestEntryLinkRequest::Representation
|
|
1891
|
+
|
|
1892
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
1893
|
+
property :request_method, as: 'method'
|
|
1894
|
+
property :overwrite, as: 'overwrite'
|
|
1895
|
+
end
|
|
1896
|
+
end
|
|
1897
|
+
|
|
1898
|
+
class AccountsCustomBatchRequestEntryLinkRequest
|
|
1899
|
+
# @private
|
|
1900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1901
|
+
property :action, as: 'action'
|
|
1902
|
+
property :link_type, as: 'linkType'
|
|
1903
|
+
property :linked_account_id, as: 'linkedAccountId'
|
|
1904
|
+
end
|
|
1905
|
+
end
|
|
1906
|
+
|
|
1907
|
+
class BatchAccountsResponse
|
|
1908
|
+
# @private
|
|
1909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1910
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountsBatchResponseEntry, decorator: Google::Apis::ContentV2::AccountsBatchResponseEntry::Representation
|
|
1911
|
+
|
|
1912
|
+
property :kind, as: 'kind'
|
|
1913
|
+
end
|
|
1914
|
+
end
|
|
1915
|
+
|
|
1916
|
+
class AccountsBatchResponseEntry
|
|
1917
|
+
# @private
|
|
1918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1919
|
+
property :account, as: 'account', class: Google::Apis::ContentV2::Account, decorator: Google::Apis::ContentV2::Account::Representation
|
|
1920
|
+
|
|
1921
|
+
property :batch_id, as: 'batchId'
|
|
1922
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
1923
|
+
|
|
1924
|
+
property :kind, as: 'kind'
|
|
1925
|
+
property :link_status, as: 'linkStatus'
|
|
1926
|
+
end
|
|
1927
|
+
end
|
|
1928
|
+
|
|
1929
|
+
class AccountsLinkRequest
|
|
1930
|
+
# @private
|
|
1931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1932
|
+
property :action, as: 'action'
|
|
1933
|
+
property :link_type, as: 'linkType'
|
|
1934
|
+
property :linked_account_id, as: 'linkedAccountId'
|
|
1935
|
+
end
|
|
1936
|
+
end
|
|
1937
|
+
|
|
1938
|
+
class AccountsLinkResponse
|
|
1939
|
+
# @private
|
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1941
|
+
property :kind, as: 'kind'
|
|
1942
|
+
end
|
|
1943
|
+
end
|
|
1944
|
+
|
|
1945
|
+
class ListAccountsResponse
|
|
1946
|
+
# @private
|
|
1947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1948
|
+
property :kind, as: 'kind'
|
|
1949
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1950
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::Account, decorator: Google::Apis::ContentV2::Account::Representation
|
|
1951
|
+
|
|
1952
|
+
end
|
|
1953
|
+
end
|
|
1954
|
+
|
|
1955
|
+
class BatchAccountStatusesRequest
|
|
1956
|
+
# @private
|
|
1957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1958
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountStatusesBatchRequestEntry, decorator: Google::Apis::ContentV2::AccountStatusesBatchRequestEntry::Representation
|
|
1959
|
+
|
|
1960
|
+
end
|
|
1961
|
+
end
|
|
1962
|
+
|
|
1963
|
+
class AccountStatusesBatchRequestEntry
|
|
1964
|
+
# @private
|
|
1965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1966
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
1967
|
+
property :batch_id, as: 'batchId'
|
|
1968
|
+
collection :destinations, as: 'destinations'
|
|
1969
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
1970
|
+
property :request_method, as: 'method'
|
|
1971
|
+
end
|
|
1972
|
+
end
|
|
1973
|
+
|
|
1974
|
+
class BatchAccountStatusesResponse
|
|
1975
|
+
# @private
|
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1977
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountStatusesBatchResponseEntry, decorator: Google::Apis::ContentV2::AccountStatusesBatchResponseEntry::Representation
|
|
1978
|
+
|
|
1979
|
+
property :kind, as: 'kind'
|
|
1980
|
+
end
|
|
1981
|
+
end
|
|
1982
|
+
|
|
1983
|
+
class AccountStatusesBatchResponseEntry
|
|
1984
|
+
# @private
|
|
1985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1986
|
+
property :account_status, as: 'accountStatus', class: Google::Apis::ContentV2::AccountStatus, decorator: Google::Apis::ContentV2::AccountStatus::Representation
|
|
1987
|
+
|
|
1988
|
+
property :batch_id, as: 'batchId'
|
|
1989
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
1990
|
+
|
|
1991
|
+
end
|
|
1992
|
+
end
|
|
1993
|
+
|
|
1994
|
+
class ListAccountStatusesResponse
|
|
1995
|
+
# @private
|
|
1996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1997
|
+
property :kind, as: 'kind'
|
|
1998
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1999
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::AccountStatus, decorator: Google::Apis::ContentV2::AccountStatus::Representation
|
|
2000
|
+
|
|
2001
|
+
end
|
|
2002
|
+
end
|
|
2003
|
+
|
|
2004
|
+
class BatchAccountTaxRequest
|
|
2005
|
+
# @private
|
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2007
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountTaxBatchRequestEntry, decorator: Google::Apis::ContentV2::AccountTaxBatchRequestEntry::Representation
|
|
2008
|
+
|
|
2009
|
+
end
|
|
2010
|
+
end
|
|
2011
|
+
|
|
2012
|
+
class AccountTaxBatchRequestEntry
|
|
2013
|
+
# @private
|
|
2014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2015
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2016
|
+
property :account_tax, as: 'accountTax', class: Google::Apis::ContentV2::AccountTax, decorator: Google::Apis::ContentV2::AccountTax::Representation
|
|
2017
|
+
|
|
2018
|
+
property :batch_id, as: 'batchId'
|
|
2019
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2020
|
+
property :request_method, as: 'method'
|
|
2021
|
+
end
|
|
2022
|
+
end
|
|
2023
|
+
|
|
2024
|
+
class BatchAccountTaxResponse
|
|
2025
|
+
# @private
|
|
2026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2027
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::AccountTaxBatchResponseEntry, decorator: Google::Apis::ContentV2::AccountTaxBatchResponseEntry::Representation
|
|
2028
|
+
|
|
2029
|
+
property :kind, as: 'kind'
|
|
2030
|
+
end
|
|
2031
|
+
end
|
|
2032
|
+
|
|
2033
|
+
class AccountTaxBatchResponseEntry
|
|
2034
|
+
# @private
|
|
2035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2036
|
+
property :account_tax, as: 'accountTax', class: Google::Apis::ContentV2::AccountTax, decorator: Google::Apis::ContentV2::AccountTax::Representation
|
|
2037
|
+
|
|
2038
|
+
property :batch_id, as: 'batchId'
|
|
2039
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
2040
|
+
|
|
2041
|
+
property :kind, as: 'kind'
|
|
2042
|
+
end
|
|
2043
|
+
end
|
|
2044
|
+
|
|
2045
|
+
class ListAccountTaxResponse
|
|
2046
|
+
# @private
|
|
2047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2048
|
+
property :kind, as: 'kind'
|
|
2049
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2050
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::AccountTax, decorator: Google::Apis::ContentV2::AccountTax::Representation
|
|
2051
|
+
|
|
2052
|
+
end
|
|
2053
|
+
end
|
|
2054
|
+
|
|
2055
|
+
class Amount
|
|
2056
|
+
# @private
|
|
2057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2058
|
+
property :pretax, as: 'pretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2059
|
+
|
|
2060
|
+
property :tax, as: 'tax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2061
|
+
|
|
2062
|
+
end
|
|
2063
|
+
end
|
|
2064
|
+
|
|
2065
|
+
class BusinessDayConfig
|
|
2066
|
+
# @private
|
|
2067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2068
|
+
collection :business_days, as: 'businessDays'
|
|
2069
|
+
end
|
|
2070
|
+
end
|
|
2071
|
+
|
|
2072
|
+
class CarrierRate
|
|
2073
|
+
# @private
|
|
2074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2075
|
+
property :carrier_name, as: 'carrierName'
|
|
2076
|
+
property :carrier_service, as: 'carrierService'
|
|
2077
|
+
property :flat_adjustment, as: 'flatAdjustment', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2078
|
+
|
|
2079
|
+
property :name, as: 'name'
|
|
2080
|
+
property :origin_postal_code, as: 'originPostalCode'
|
|
2081
|
+
property :percentage_adjustment, as: 'percentageAdjustment'
|
|
2082
|
+
end
|
|
2083
|
+
end
|
|
2084
|
+
|
|
2085
|
+
class CarriersCarrier
|
|
2086
|
+
# @private
|
|
2087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2088
|
+
property :country, as: 'country'
|
|
2089
|
+
property :name, as: 'name'
|
|
2090
|
+
collection :services, as: 'services'
|
|
2091
|
+
end
|
|
2092
|
+
end
|
|
2093
|
+
|
|
2094
|
+
class CustomAttribute
|
|
2095
|
+
# @private
|
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2097
|
+
property :name, as: 'name'
|
|
2098
|
+
property :type, as: 'type'
|
|
2099
|
+
property :unit, as: 'unit'
|
|
2100
|
+
property :value, as: 'value'
|
|
2101
|
+
end
|
|
2102
|
+
end
|
|
2103
|
+
|
|
2104
|
+
class CustomGroup
|
|
2105
|
+
# @private
|
|
2106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2107
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ContentV2::CustomAttribute, decorator: Google::Apis::ContentV2::CustomAttribute::Representation
|
|
2108
|
+
|
|
2109
|
+
property :name, as: 'name'
|
|
2110
|
+
end
|
|
2111
|
+
end
|
|
2112
|
+
|
|
2113
|
+
class CustomerReturnReason
|
|
2114
|
+
# @private
|
|
2115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2116
|
+
property :description, as: 'description'
|
|
2117
|
+
property :reason_code, as: 'reasonCode'
|
|
2118
|
+
end
|
|
2119
|
+
end
|
|
2120
|
+
|
|
2121
|
+
class CutoffTime
|
|
2122
|
+
# @private
|
|
2123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2124
|
+
property :hour, as: 'hour'
|
|
2125
|
+
property :minute, as: 'minute'
|
|
2126
|
+
property :timezone, as: 'timezone'
|
|
2127
|
+
end
|
|
2128
|
+
end
|
|
2129
|
+
|
|
2130
|
+
class Datafeed
|
|
2131
|
+
# @private
|
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2133
|
+
property :attribute_language, as: 'attributeLanguage'
|
|
2134
|
+
property :content_language, as: 'contentLanguage'
|
|
2135
|
+
property :content_type, as: 'contentType'
|
|
2136
|
+
property :fetch_schedule, as: 'fetchSchedule', class: Google::Apis::ContentV2::DatafeedFetchSchedule, decorator: Google::Apis::ContentV2::DatafeedFetchSchedule::Representation
|
|
2137
|
+
|
|
2138
|
+
property :file_name, as: 'fileName'
|
|
2139
|
+
property :format, as: 'format', class: Google::Apis::ContentV2::DatafeedFormat, decorator: Google::Apis::ContentV2::DatafeedFormat::Representation
|
|
2140
|
+
|
|
2141
|
+
property :id, :numeric_string => true, as: 'id'
|
|
2142
|
+
collection :intended_destinations, as: 'intendedDestinations'
|
|
2143
|
+
property :kind, as: 'kind'
|
|
2144
|
+
property :name, as: 'name'
|
|
2145
|
+
property :target_country, as: 'targetCountry'
|
|
2146
|
+
collection :targets, as: 'targets', class: Google::Apis::ContentV2::DatafeedTarget, decorator: Google::Apis::ContentV2::DatafeedTarget::Representation
|
|
2147
|
+
|
|
2148
|
+
end
|
|
2149
|
+
end
|
|
2150
|
+
|
|
2151
|
+
class DatafeedFetchSchedule
|
|
2152
|
+
# @private
|
|
2153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2154
|
+
property :day_of_month, as: 'dayOfMonth'
|
|
2155
|
+
property :fetch_url, as: 'fetchUrl'
|
|
2156
|
+
property :hour, as: 'hour'
|
|
2157
|
+
property :minute_of_hour, as: 'minuteOfHour'
|
|
2158
|
+
property :password, as: 'password'
|
|
2159
|
+
property :paused, as: 'paused'
|
|
2160
|
+
property :time_zone, as: 'timeZone'
|
|
2161
|
+
property :username, as: 'username'
|
|
2162
|
+
property :weekday, as: 'weekday'
|
|
2163
|
+
end
|
|
2164
|
+
end
|
|
2165
|
+
|
|
2166
|
+
class DatafeedFormat
|
|
2167
|
+
# @private
|
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2169
|
+
property :column_delimiter, as: 'columnDelimiter'
|
|
2170
|
+
property :file_encoding, as: 'fileEncoding'
|
|
2171
|
+
property :quoting_mode, as: 'quotingMode'
|
|
2172
|
+
end
|
|
2173
|
+
end
|
|
2174
|
+
|
|
2175
|
+
class DatafeedStatus
|
|
2176
|
+
# @private
|
|
2177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2178
|
+
property :country, as: 'country'
|
|
2179
|
+
property :datafeed_id, :numeric_string => true, as: 'datafeedId'
|
|
2180
|
+
collection :errors, as: 'errors', class: Google::Apis::ContentV2::DatafeedStatusError, decorator: Google::Apis::ContentV2::DatafeedStatusError::Representation
|
|
2181
|
+
|
|
2182
|
+
property :items_total, :numeric_string => true, as: 'itemsTotal'
|
|
2183
|
+
property :items_valid, :numeric_string => true, as: 'itemsValid'
|
|
2184
|
+
property :kind, as: 'kind'
|
|
2185
|
+
property :language, as: 'language'
|
|
2186
|
+
property :last_upload_date, as: 'lastUploadDate'
|
|
2187
|
+
property :processing_status, as: 'processingStatus'
|
|
2188
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ContentV2::DatafeedStatusError, decorator: Google::Apis::ContentV2::DatafeedStatusError::Representation
|
|
2189
|
+
|
|
2190
|
+
end
|
|
2191
|
+
end
|
|
2192
|
+
|
|
2193
|
+
class DatafeedStatusError
|
|
2194
|
+
# @private
|
|
2195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2196
|
+
property :code, as: 'code'
|
|
2197
|
+
property :count, :numeric_string => true, as: 'count'
|
|
2198
|
+
collection :examples, as: 'examples', class: Google::Apis::ContentV2::DatafeedStatusExample, decorator: Google::Apis::ContentV2::DatafeedStatusExample::Representation
|
|
2199
|
+
|
|
2200
|
+
property :message, as: 'message'
|
|
2201
|
+
end
|
|
2202
|
+
end
|
|
2203
|
+
|
|
2204
|
+
class DatafeedStatusExample
|
|
2205
|
+
# @private
|
|
2206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2207
|
+
property :item_id, as: 'itemId'
|
|
2208
|
+
property :line_number, :numeric_string => true, as: 'lineNumber'
|
|
2209
|
+
property :value, as: 'value'
|
|
2210
|
+
end
|
|
2211
|
+
end
|
|
2212
|
+
|
|
2213
|
+
class DatafeedTarget
|
|
2214
|
+
# @private
|
|
2215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2216
|
+
property :country, as: 'country'
|
|
2217
|
+
collection :excluded_destinations, as: 'excludedDestinations'
|
|
2218
|
+
collection :included_destinations, as: 'includedDestinations'
|
|
2219
|
+
property :language, as: 'language'
|
|
2220
|
+
end
|
|
2221
|
+
end
|
|
2222
|
+
|
|
2223
|
+
class BatchDatafeedsRequest
|
|
2224
|
+
# @private
|
|
2225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2226
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::DatafeedsBatchRequestEntry, decorator: Google::Apis::ContentV2::DatafeedsBatchRequestEntry::Representation
|
|
2227
|
+
|
|
2228
|
+
end
|
|
2229
|
+
end
|
|
2230
|
+
|
|
2231
|
+
class DatafeedsBatchRequestEntry
|
|
2232
|
+
# @private
|
|
2233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2234
|
+
property :batch_id, as: 'batchId'
|
|
2235
|
+
property :datafeed, as: 'datafeed', class: Google::Apis::ContentV2::Datafeed, decorator: Google::Apis::ContentV2::Datafeed::Representation
|
|
2236
|
+
|
|
2237
|
+
property :datafeed_id, :numeric_string => true, as: 'datafeedId'
|
|
2238
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2239
|
+
property :request_method, as: 'method'
|
|
2240
|
+
end
|
|
2241
|
+
end
|
|
2242
|
+
|
|
2243
|
+
class BatchDatafeedsResponse
|
|
2244
|
+
# @private
|
|
2245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2246
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::DatafeedsBatchResponseEntry, decorator: Google::Apis::ContentV2::DatafeedsBatchResponseEntry::Representation
|
|
2247
|
+
|
|
2248
|
+
property :kind, as: 'kind'
|
|
2249
|
+
end
|
|
2250
|
+
end
|
|
2251
|
+
|
|
2252
|
+
class DatafeedsBatchResponseEntry
|
|
2253
|
+
# @private
|
|
2254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2255
|
+
property :batch_id, as: 'batchId'
|
|
2256
|
+
property :datafeed, as: 'datafeed', class: Google::Apis::ContentV2::Datafeed, decorator: Google::Apis::ContentV2::Datafeed::Representation
|
|
2257
|
+
|
|
2258
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
2259
|
+
|
|
2260
|
+
end
|
|
2261
|
+
end
|
|
2262
|
+
|
|
2263
|
+
class DatafeedsFetchNowResponse
|
|
2264
|
+
# @private
|
|
2265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2266
|
+
property :kind, as: 'kind'
|
|
2267
|
+
end
|
|
2268
|
+
end
|
|
2269
|
+
|
|
2270
|
+
class ListDatafeedsResponse
|
|
2271
|
+
# @private
|
|
2272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2273
|
+
property :kind, as: 'kind'
|
|
2274
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2275
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::Datafeed, decorator: Google::Apis::ContentV2::Datafeed::Representation
|
|
2276
|
+
|
|
2277
|
+
end
|
|
2278
|
+
end
|
|
2279
|
+
|
|
2280
|
+
class BatchDatafeedStatusesRequest
|
|
2281
|
+
# @private
|
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2283
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::DatafeedStatusesBatchRequestEntry, decorator: Google::Apis::ContentV2::DatafeedStatusesBatchRequestEntry::Representation
|
|
2284
|
+
|
|
2285
|
+
end
|
|
2286
|
+
end
|
|
2287
|
+
|
|
2288
|
+
class DatafeedStatusesBatchRequestEntry
|
|
2289
|
+
# @private
|
|
2290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2291
|
+
property :batch_id, as: 'batchId'
|
|
2292
|
+
property :country, as: 'country'
|
|
2293
|
+
property :datafeed_id, :numeric_string => true, as: 'datafeedId'
|
|
2294
|
+
property :language, as: 'language'
|
|
2295
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2296
|
+
property :request_method, as: 'method'
|
|
2297
|
+
end
|
|
2298
|
+
end
|
|
2299
|
+
|
|
2300
|
+
class BatchDatafeedStatusesResponse
|
|
2301
|
+
# @private
|
|
2302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2303
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::DatafeedStatusesBatchResponseEntry, decorator: Google::Apis::ContentV2::DatafeedStatusesBatchResponseEntry::Representation
|
|
2304
|
+
|
|
2305
|
+
property :kind, as: 'kind'
|
|
2306
|
+
end
|
|
2307
|
+
end
|
|
2308
|
+
|
|
2309
|
+
class DatafeedStatusesBatchResponseEntry
|
|
2310
|
+
# @private
|
|
2311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2312
|
+
property :batch_id, as: 'batchId'
|
|
2313
|
+
property :datafeed_status, as: 'datafeedStatus', class: Google::Apis::ContentV2::DatafeedStatus, decorator: Google::Apis::ContentV2::DatafeedStatus::Representation
|
|
2314
|
+
|
|
2315
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
2316
|
+
|
|
2317
|
+
end
|
|
2318
|
+
end
|
|
2319
|
+
|
|
2320
|
+
class ListDatafeedStatusesResponse
|
|
2321
|
+
# @private
|
|
2322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2323
|
+
property :kind, as: 'kind'
|
|
2324
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2325
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::DatafeedStatus, decorator: Google::Apis::ContentV2::DatafeedStatus::Representation
|
|
2326
|
+
|
|
2327
|
+
end
|
|
2328
|
+
end
|
|
2329
|
+
|
|
2330
|
+
class DeliveryTime
|
|
2331
|
+
# @private
|
|
2332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2333
|
+
property :cutoff_time, as: 'cutoffTime', class: Google::Apis::ContentV2::CutoffTime, decorator: Google::Apis::ContentV2::CutoffTime::Representation
|
|
2334
|
+
|
|
2335
|
+
property :handling_business_day_config, as: 'handlingBusinessDayConfig', class: Google::Apis::ContentV2::BusinessDayConfig, decorator: Google::Apis::ContentV2::BusinessDayConfig::Representation
|
|
2336
|
+
|
|
2337
|
+
collection :holiday_cutoffs, as: 'holidayCutoffs', class: Google::Apis::ContentV2::HolidayCutoff, decorator: Google::Apis::ContentV2::HolidayCutoff::Representation
|
|
2338
|
+
|
|
2339
|
+
property :max_handling_time_in_days, as: 'maxHandlingTimeInDays'
|
|
2340
|
+
property :max_transit_time_in_days, as: 'maxTransitTimeInDays'
|
|
2341
|
+
property :min_handling_time_in_days, as: 'minHandlingTimeInDays'
|
|
2342
|
+
property :min_transit_time_in_days, as: 'minTransitTimeInDays'
|
|
2343
|
+
property :transit_business_day_config, as: 'transitBusinessDayConfig', class: Google::Apis::ContentV2::BusinessDayConfig, decorator: Google::Apis::ContentV2::BusinessDayConfig::Representation
|
|
2344
|
+
|
|
2345
|
+
property :transit_time_table, as: 'transitTimeTable', class: Google::Apis::ContentV2::TransitTable, decorator: Google::Apis::ContentV2::TransitTable::Representation
|
|
2346
|
+
|
|
2347
|
+
end
|
|
2348
|
+
end
|
|
2349
|
+
|
|
2350
|
+
class Error
|
|
2351
|
+
# @private
|
|
2352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2353
|
+
property :domain, as: 'domain'
|
|
2354
|
+
property :message, as: 'message'
|
|
2355
|
+
property :reason, as: 'reason'
|
|
2356
|
+
end
|
|
2357
|
+
end
|
|
2358
|
+
|
|
2359
|
+
class Errors
|
|
2360
|
+
# @private
|
|
2361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2362
|
+
property :code, as: 'code'
|
|
2363
|
+
collection :errors, as: 'errors', class: Google::Apis::ContentV2::Error, decorator: Google::Apis::ContentV2::Error::Representation
|
|
2364
|
+
|
|
2365
|
+
property :message, as: 'message'
|
|
2366
|
+
end
|
|
2367
|
+
end
|
|
2368
|
+
|
|
2369
|
+
class GmbAccounts
|
|
2370
|
+
# @private
|
|
2371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2372
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2373
|
+
collection :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2::GmbAccountsGmbAccount, decorator: Google::Apis::ContentV2::GmbAccountsGmbAccount::Representation
|
|
2374
|
+
|
|
2375
|
+
end
|
|
2376
|
+
end
|
|
2377
|
+
|
|
2378
|
+
class GmbAccountsGmbAccount
|
|
2379
|
+
# @private
|
|
2380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2381
|
+
property :email, as: 'email'
|
|
2382
|
+
property :listing_count, :numeric_string => true, as: 'listingCount'
|
|
2383
|
+
property :name, as: 'name'
|
|
2384
|
+
property :type, as: 'type'
|
|
2385
|
+
end
|
|
2386
|
+
end
|
|
2387
|
+
|
|
2388
|
+
class Headers
|
|
2389
|
+
# @private
|
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2391
|
+
collection :locations, as: 'locations', class: Google::Apis::ContentV2::LocationIdSet, decorator: Google::Apis::ContentV2::LocationIdSet::Representation
|
|
2392
|
+
|
|
2393
|
+
collection :number_of_items, as: 'numberOfItems'
|
|
2394
|
+
collection :postal_code_group_names, as: 'postalCodeGroupNames'
|
|
2395
|
+
collection :prices, as: 'prices', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2396
|
+
|
|
2397
|
+
collection :weights, as: 'weights', class: Google::Apis::ContentV2::Weight, decorator: Google::Apis::ContentV2::Weight::Representation
|
|
2398
|
+
|
|
2399
|
+
end
|
|
2400
|
+
end
|
|
2401
|
+
|
|
2402
|
+
class HolidayCutoff
|
|
2403
|
+
# @private
|
|
2404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2405
|
+
property :deadline_date, as: 'deadlineDate'
|
|
2406
|
+
property :deadline_hour, as: 'deadlineHour'
|
|
2407
|
+
property :deadline_timezone, as: 'deadlineTimezone'
|
|
2408
|
+
property :holiday_id, as: 'holidayId'
|
|
2409
|
+
property :visible_from_date, as: 'visibleFromDate'
|
|
2410
|
+
end
|
|
2411
|
+
end
|
|
2412
|
+
|
|
2413
|
+
class HolidaysHoliday
|
|
2414
|
+
# @private
|
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2416
|
+
property :country_code, as: 'countryCode'
|
|
2417
|
+
property :date, as: 'date'
|
|
2418
|
+
property :delivery_guarantee_date, as: 'deliveryGuaranteeDate'
|
|
2419
|
+
property :delivery_guarantee_hour, :numeric_string => true, as: 'deliveryGuaranteeHour'
|
|
2420
|
+
property :id, as: 'id'
|
|
2421
|
+
property :type, as: 'type'
|
|
2422
|
+
end
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
class Installment
|
|
2426
|
+
# @private
|
|
2427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2428
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2429
|
+
|
|
2430
|
+
property :months, :numeric_string => true, as: 'months'
|
|
2431
|
+
end
|
|
2432
|
+
end
|
|
2433
|
+
|
|
2434
|
+
class Inventory
|
|
2435
|
+
# @private
|
|
2436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2437
|
+
property :availability, as: 'availability'
|
|
2438
|
+
property :custom_label0, as: 'customLabel0'
|
|
2439
|
+
property :custom_label1, as: 'customLabel1'
|
|
2440
|
+
property :custom_label2, as: 'customLabel2'
|
|
2441
|
+
property :custom_label3, as: 'customLabel3'
|
|
2442
|
+
property :custom_label4, as: 'customLabel4'
|
|
2443
|
+
property :installment, as: 'installment', class: Google::Apis::ContentV2::Installment, decorator: Google::Apis::ContentV2::Installment::Representation
|
|
2444
|
+
|
|
2445
|
+
property :instore_product_location, as: 'instoreProductLocation'
|
|
2446
|
+
property :kind, as: 'kind'
|
|
2447
|
+
property :loyalty_points, as: 'loyaltyPoints', class: Google::Apis::ContentV2::LoyaltyPoints, decorator: Google::Apis::ContentV2::LoyaltyPoints::Representation
|
|
2448
|
+
|
|
2449
|
+
property :pickup, as: 'pickup', class: Google::Apis::ContentV2::InventoryPickup, decorator: Google::Apis::ContentV2::InventoryPickup::Representation
|
|
2450
|
+
|
|
2451
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2452
|
+
|
|
2453
|
+
property :quantity, as: 'quantity'
|
|
2454
|
+
property :sale_price, as: 'salePrice', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2455
|
+
|
|
2456
|
+
property :sale_price_effective_date, as: 'salePriceEffectiveDate'
|
|
2457
|
+
property :sell_on_google_quantity, as: 'sellOnGoogleQuantity'
|
|
2458
|
+
end
|
|
2459
|
+
end
|
|
2460
|
+
|
|
2461
|
+
class BatchInventoryRequest
|
|
2462
|
+
# @private
|
|
2463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2464
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::InventoryBatchRequestEntry, decorator: Google::Apis::ContentV2::InventoryBatchRequestEntry::Representation
|
|
2465
|
+
|
|
2466
|
+
end
|
|
2467
|
+
end
|
|
2468
|
+
|
|
2469
|
+
class InventoryBatchRequestEntry
|
|
2470
|
+
# @private
|
|
2471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2472
|
+
property :batch_id, as: 'batchId'
|
|
2473
|
+
property :inventory, as: 'inventory', class: Google::Apis::ContentV2::Inventory, decorator: Google::Apis::ContentV2::Inventory::Representation
|
|
2474
|
+
|
|
2475
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2476
|
+
property :product_id, as: 'productId'
|
|
2477
|
+
property :store_code, as: 'storeCode'
|
|
2478
|
+
end
|
|
2479
|
+
end
|
|
2480
|
+
|
|
2481
|
+
class BatchInventoryResponse
|
|
2482
|
+
# @private
|
|
2483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2484
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::InventoryBatchResponseEntry, decorator: Google::Apis::ContentV2::InventoryBatchResponseEntry::Representation
|
|
2485
|
+
|
|
2486
|
+
property :kind, as: 'kind'
|
|
2487
|
+
end
|
|
2488
|
+
end
|
|
2489
|
+
|
|
2490
|
+
class InventoryBatchResponseEntry
|
|
2491
|
+
# @private
|
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2493
|
+
property :batch_id, as: 'batchId'
|
|
2494
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
2495
|
+
|
|
2496
|
+
property :kind, as: 'kind'
|
|
2497
|
+
end
|
|
2498
|
+
end
|
|
2499
|
+
|
|
2500
|
+
class InventoryPickup
|
|
2501
|
+
# @private
|
|
2502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2503
|
+
property :pickup_method, as: 'pickupMethod'
|
|
2504
|
+
property :pickup_sla, as: 'pickupSla'
|
|
2505
|
+
end
|
|
2506
|
+
end
|
|
2507
|
+
|
|
2508
|
+
class SetInventoryRequest
|
|
2509
|
+
# @private
|
|
2510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2511
|
+
property :availability, as: 'availability'
|
|
2512
|
+
property :custom_label0, as: 'customLabel0'
|
|
2513
|
+
property :custom_label1, as: 'customLabel1'
|
|
2514
|
+
property :custom_label2, as: 'customLabel2'
|
|
2515
|
+
property :custom_label3, as: 'customLabel3'
|
|
2516
|
+
property :custom_label4, as: 'customLabel4'
|
|
2517
|
+
property :installment, as: 'installment', class: Google::Apis::ContentV2::Installment, decorator: Google::Apis::ContentV2::Installment::Representation
|
|
2518
|
+
|
|
2519
|
+
property :instore_product_location, as: 'instoreProductLocation'
|
|
2520
|
+
property :loyalty_points, as: 'loyaltyPoints', class: Google::Apis::ContentV2::LoyaltyPoints, decorator: Google::Apis::ContentV2::LoyaltyPoints::Representation
|
|
2521
|
+
|
|
2522
|
+
property :pickup, as: 'pickup', class: Google::Apis::ContentV2::InventoryPickup, decorator: Google::Apis::ContentV2::InventoryPickup::Representation
|
|
2523
|
+
|
|
2524
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2525
|
+
|
|
2526
|
+
property :quantity, as: 'quantity'
|
|
2527
|
+
property :sale_price, as: 'salePrice', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2528
|
+
|
|
2529
|
+
property :sale_price_effective_date, as: 'salePriceEffectiveDate'
|
|
2530
|
+
property :sell_on_google_quantity, as: 'sellOnGoogleQuantity'
|
|
2531
|
+
end
|
|
2532
|
+
end
|
|
2533
|
+
|
|
2534
|
+
class SetInventoryResponse
|
|
2535
|
+
# @private
|
|
2536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2537
|
+
property :kind, as: 'kind'
|
|
2538
|
+
end
|
|
2539
|
+
end
|
|
2540
|
+
|
|
2541
|
+
class InvoiceSummary
|
|
2542
|
+
# @private
|
|
2543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2544
|
+
collection :additional_charge_summaries, as: 'additionalChargeSummaries', class: Google::Apis::ContentV2::InvoiceSummaryAdditionalChargeSummary, decorator: Google::Apis::ContentV2::InvoiceSummaryAdditionalChargeSummary::Representation
|
|
2545
|
+
|
|
2546
|
+
property :customer_balance, as: 'customerBalance', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
2547
|
+
|
|
2548
|
+
property :google_balance, as: 'googleBalance', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
2549
|
+
|
|
2550
|
+
property :merchant_balance, as: 'merchantBalance', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
2551
|
+
|
|
2552
|
+
property :product_total, as: 'productTotal', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
2553
|
+
|
|
2554
|
+
collection :promotion_summaries, as: 'promotionSummaries', class: Google::Apis::ContentV2::Promotion, decorator: Google::Apis::ContentV2::Promotion::Representation
|
|
2555
|
+
|
|
2556
|
+
end
|
|
2557
|
+
end
|
|
2558
|
+
|
|
2559
|
+
class InvoiceSummaryAdditionalChargeSummary
|
|
2560
|
+
# @private
|
|
2561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2562
|
+
property :total_amount, as: 'totalAmount', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
2563
|
+
|
|
2564
|
+
property :type, as: 'type'
|
|
2565
|
+
end
|
|
2566
|
+
end
|
|
2567
|
+
|
|
2568
|
+
class LiaAboutPageSettings
|
|
2569
|
+
# @private
|
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2571
|
+
property :status, as: 'status'
|
|
2572
|
+
property :url, as: 'url'
|
|
2573
|
+
end
|
|
2574
|
+
end
|
|
2575
|
+
|
|
2576
|
+
class LiaCountrySettings
|
|
2577
|
+
# @private
|
|
2578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2579
|
+
property :about, as: 'about', class: Google::Apis::ContentV2::LiaAboutPageSettings, decorator: Google::Apis::ContentV2::LiaAboutPageSettings::Representation
|
|
2580
|
+
|
|
2581
|
+
property :country, as: 'country'
|
|
2582
|
+
property :hosted_local_storefront_active, as: 'hostedLocalStorefrontActive'
|
|
2583
|
+
property :inventory, as: 'inventory', class: Google::Apis::ContentV2::LiaInventorySettings, decorator: Google::Apis::ContentV2::LiaInventorySettings::Representation
|
|
2584
|
+
|
|
2585
|
+
property :on_display_to_order, as: 'onDisplayToOrder', class: Google::Apis::ContentV2::LiaOnDisplayToOrderSettings, decorator: Google::Apis::ContentV2::LiaOnDisplayToOrderSettings::Representation
|
|
2586
|
+
|
|
2587
|
+
property :pos_data_provider, as: 'posDataProvider', class: Google::Apis::ContentV2::LiaPosDataProvider, decorator: Google::Apis::ContentV2::LiaPosDataProvider::Representation
|
|
2588
|
+
|
|
2589
|
+
property :store_pickup_active, as: 'storePickupActive'
|
|
2590
|
+
end
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2593
|
+
class LiaInventorySettings
|
|
2594
|
+
# @private
|
|
2595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2596
|
+
property :inventory_verification_contact_email, as: 'inventoryVerificationContactEmail'
|
|
2597
|
+
property :inventory_verification_contact_name, as: 'inventoryVerificationContactName'
|
|
2598
|
+
property :inventory_verification_contact_status, as: 'inventoryVerificationContactStatus'
|
|
2599
|
+
property :status, as: 'status'
|
|
2600
|
+
end
|
|
2601
|
+
end
|
|
2602
|
+
|
|
2603
|
+
class LiaOnDisplayToOrderSettings
|
|
2604
|
+
# @private
|
|
2605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2606
|
+
property :shipping_cost_policy_url, as: 'shippingCostPolicyUrl'
|
|
2607
|
+
property :status, as: 'status'
|
|
2608
|
+
end
|
|
2609
|
+
end
|
|
2610
|
+
|
|
2611
|
+
class LiaPosDataProvider
|
|
2612
|
+
# @private
|
|
2613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2614
|
+
property :pos_data_provider_id, :numeric_string => true, as: 'posDataProviderId'
|
|
2615
|
+
property :pos_external_account_id, as: 'posExternalAccountId'
|
|
2616
|
+
end
|
|
2617
|
+
end
|
|
2618
|
+
|
|
2619
|
+
class LiaSettings
|
|
2620
|
+
# @private
|
|
2621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2622
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2623
|
+
collection :country_settings, as: 'countrySettings', class: Google::Apis::ContentV2::LiaCountrySettings, decorator: Google::Apis::ContentV2::LiaCountrySettings::Representation
|
|
2624
|
+
|
|
2625
|
+
property :kind, as: 'kind'
|
|
2626
|
+
end
|
|
2627
|
+
end
|
|
2628
|
+
|
|
2629
|
+
class LiasettingsCustomBatchRequest
|
|
2630
|
+
# @private
|
|
2631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2632
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::LiasettingsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2::LiasettingsCustomBatchRequestEntry::Representation
|
|
2633
|
+
|
|
2634
|
+
end
|
|
2635
|
+
end
|
|
2636
|
+
|
|
2637
|
+
class LiasettingsCustomBatchRequestEntry
|
|
2638
|
+
# @private
|
|
2639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2640
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2641
|
+
property :batch_id, as: 'batchId'
|
|
2642
|
+
property :contact_email, as: 'contactEmail'
|
|
2643
|
+
property :contact_name, as: 'contactName'
|
|
2644
|
+
property :country, as: 'country'
|
|
2645
|
+
property :gmb_email, as: 'gmbEmail'
|
|
2646
|
+
property :lia_settings, as: 'liaSettings', class: Google::Apis::ContentV2::LiaSettings, decorator: Google::Apis::ContentV2::LiaSettings::Representation
|
|
2647
|
+
|
|
2648
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2649
|
+
property :method_prop, as: 'method'
|
|
2650
|
+
property :pos_data_provider_id, :numeric_string => true, as: 'posDataProviderId'
|
|
2651
|
+
property :pos_external_account_id, as: 'posExternalAccountId'
|
|
2652
|
+
end
|
|
2653
|
+
end
|
|
2654
|
+
|
|
2655
|
+
class LiasettingsCustomBatchResponse
|
|
2656
|
+
# @private
|
|
2657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2658
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::LiasettingsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2::LiasettingsCustomBatchResponseEntry::Representation
|
|
2659
|
+
|
|
2660
|
+
property :kind, as: 'kind'
|
|
2661
|
+
end
|
|
2662
|
+
end
|
|
2663
|
+
|
|
2664
|
+
class LiasettingsCustomBatchResponseEntry
|
|
2665
|
+
# @private
|
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2667
|
+
property :batch_id, as: 'batchId'
|
|
2668
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
2669
|
+
|
|
2670
|
+
property :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2::GmbAccounts, decorator: Google::Apis::ContentV2::GmbAccounts::Representation
|
|
2671
|
+
|
|
2672
|
+
property :kind, as: 'kind'
|
|
2673
|
+
property :lia_settings, as: 'liaSettings', class: Google::Apis::ContentV2::LiaSettings, decorator: Google::Apis::ContentV2::LiaSettings::Representation
|
|
2674
|
+
|
|
2675
|
+
collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2::PosDataProviders, decorator: Google::Apis::ContentV2::PosDataProviders::Representation
|
|
2676
|
+
|
|
2677
|
+
end
|
|
2678
|
+
end
|
|
2679
|
+
|
|
2680
|
+
class LiasettingsGetAccessibleGmbAccountsResponse
|
|
2681
|
+
# @private
|
|
2682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2683
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
2684
|
+
collection :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2::GmbAccountsGmbAccount, decorator: Google::Apis::ContentV2::GmbAccountsGmbAccount::Representation
|
|
2685
|
+
|
|
2686
|
+
property :kind, as: 'kind'
|
|
2687
|
+
end
|
|
2688
|
+
end
|
|
2689
|
+
|
|
2690
|
+
class LiasettingsListPosDataProvidersResponse
|
|
2691
|
+
# @private
|
|
2692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2693
|
+
property :kind, as: 'kind'
|
|
2694
|
+
collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2::PosDataProviders, decorator: Google::Apis::ContentV2::PosDataProviders::Representation
|
|
2695
|
+
|
|
2696
|
+
end
|
|
2697
|
+
end
|
|
2698
|
+
|
|
2699
|
+
class LiasettingsListResponse
|
|
2700
|
+
# @private
|
|
2701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2702
|
+
property :kind, as: 'kind'
|
|
2703
|
+
property :next_page_token, as: 'nextPageToken'
|
|
2704
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::LiaSettings, decorator: Google::Apis::ContentV2::LiaSettings::Representation
|
|
2705
|
+
|
|
2706
|
+
end
|
|
2707
|
+
end
|
|
2708
|
+
|
|
2709
|
+
class LiasettingsRequestGmbAccessResponse
|
|
2710
|
+
# @private
|
|
2711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2712
|
+
property :kind, as: 'kind'
|
|
2713
|
+
end
|
|
2714
|
+
end
|
|
2715
|
+
|
|
2716
|
+
class LiasettingsRequestInventoryVerificationResponse
|
|
2717
|
+
# @private
|
|
2718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2719
|
+
property :kind, as: 'kind'
|
|
2720
|
+
end
|
|
2721
|
+
end
|
|
2722
|
+
|
|
2723
|
+
class LiasettingsSetInventoryVerificationContactResponse
|
|
2724
|
+
# @private
|
|
2725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2726
|
+
property :kind, as: 'kind'
|
|
2727
|
+
end
|
|
2728
|
+
end
|
|
2729
|
+
|
|
2730
|
+
class LiasettingsSetPosDataProviderResponse
|
|
2731
|
+
# @private
|
|
2732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2733
|
+
property :kind, as: 'kind'
|
|
2734
|
+
end
|
|
2735
|
+
end
|
|
2736
|
+
|
|
2737
|
+
class LocationIdSet
|
|
2738
|
+
# @private
|
|
2739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2740
|
+
collection :location_ids, as: 'locationIds'
|
|
2741
|
+
end
|
|
2742
|
+
end
|
|
2743
|
+
|
|
2744
|
+
class LoyaltyPoints
|
|
2745
|
+
# @private
|
|
2746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2747
|
+
property :name, as: 'name'
|
|
2748
|
+
property :points_value, :numeric_string => true, as: 'pointsValue'
|
|
2749
|
+
property :ratio, as: 'ratio'
|
|
2750
|
+
end
|
|
2751
|
+
end
|
|
2752
|
+
|
|
2753
|
+
class MerchantOrderReturn
|
|
2754
|
+
# @private
|
|
2755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2756
|
+
property :creation_date, as: 'creationDate'
|
|
2757
|
+
property :merchant_order_id, as: 'merchantOrderId'
|
|
2758
|
+
property :order_id, as: 'orderId'
|
|
2759
|
+
property :order_return_id, as: 'orderReturnId'
|
|
2760
|
+
collection :return_items, as: 'returnItems', class: Google::Apis::ContentV2::MerchantOrderReturnItem, decorator: Google::Apis::ContentV2::MerchantOrderReturnItem::Representation
|
|
2761
|
+
|
|
2762
|
+
collection :return_shipments, as: 'returnShipments', class: Google::Apis::ContentV2::ReturnShipment, decorator: Google::Apis::ContentV2::ReturnShipment::Representation
|
|
2763
|
+
|
|
2764
|
+
end
|
|
2765
|
+
end
|
|
2766
|
+
|
|
2767
|
+
class MerchantOrderReturnItem
|
|
2768
|
+
# @private
|
|
2769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2770
|
+
property :customer_return_reason, as: 'customerReturnReason', class: Google::Apis::ContentV2::CustomerReturnReason, decorator: Google::Apis::ContentV2::CustomerReturnReason::Representation
|
|
2771
|
+
|
|
2772
|
+
property :item_id, as: 'itemId'
|
|
2773
|
+
property :merchant_return_reason, as: 'merchantReturnReason', class: Google::Apis::ContentV2::RefundReason, decorator: Google::Apis::ContentV2::RefundReason::Representation
|
|
2774
|
+
|
|
2775
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::OrderLineItemProduct, decorator: Google::Apis::ContentV2::OrderLineItemProduct::Representation
|
|
2776
|
+
|
|
2777
|
+
collection :return_shipment_ids, as: 'returnShipmentIds'
|
|
2778
|
+
property :state, as: 'state'
|
|
2779
|
+
end
|
|
2780
|
+
end
|
|
2781
|
+
|
|
2782
|
+
class MinimumOrderValueTable
|
|
2783
|
+
# @private
|
|
2784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2785
|
+
collection :store_code_set_with_movs, as: 'storeCodeSetWithMovs', class: Google::Apis::ContentV2::MinimumOrderValueTableStoreCodeSetWithMov, decorator: Google::Apis::ContentV2::MinimumOrderValueTableStoreCodeSetWithMov::Representation
|
|
2786
|
+
|
|
2787
|
+
end
|
|
2788
|
+
end
|
|
2789
|
+
|
|
2790
|
+
class MinimumOrderValueTableStoreCodeSetWithMov
|
|
2791
|
+
# @private
|
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2793
|
+
collection :store_codes, as: 'storeCodes'
|
|
2794
|
+
property :value, as: 'value', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2795
|
+
|
|
2796
|
+
end
|
|
2797
|
+
end
|
|
2798
|
+
|
|
2799
|
+
class Order
|
|
2800
|
+
# @private
|
|
2801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2802
|
+
property :acknowledged, as: 'acknowledged'
|
|
2803
|
+
property :channel_type, as: 'channelType'
|
|
2804
|
+
property :customer, as: 'customer', class: Google::Apis::ContentV2::OrderCustomer, decorator: Google::Apis::ContentV2::OrderCustomer::Representation
|
|
2805
|
+
|
|
2806
|
+
property :delivery_details, as: 'deliveryDetails', class: Google::Apis::ContentV2::OrderDeliveryDetails, decorator: Google::Apis::ContentV2::OrderDeliveryDetails::Representation
|
|
2807
|
+
|
|
2808
|
+
property :id, as: 'id'
|
|
2809
|
+
property :kind, as: 'kind'
|
|
2810
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2::OrderLineItem, decorator: Google::Apis::ContentV2::OrderLineItem::Representation
|
|
2811
|
+
|
|
2812
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
2813
|
+
property :merchant_order_id, as: 'merchantOrderId'
|
|
2814
|
+
property :net_amount, as: 'netAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2815
|
+
|
|
2816
|
+
property :payment_method, as: 'paymentMethod', class: Google::Apis::ContentV2::OrderPaymentMethod, decorator: Google::Apis::ContentV2::OrderPaymentMethod::Representation
|
|
2817
|
+
|
|
2818
|
+
property :payment_status, as: 'paymentStatus'
|
|
2819
|
+
property :pickup_details, as: 'pickupDetails', class: Google::Apis::ContentV2::OrderPickupDetails, decorator: Google::Apis::ContentV2::OrderPickupDetails::Representation
|
|
2820
|
+
|
|
2821
|
+
property :placed_date, as: 'placedDate'
|
|
2822
|
+
collection :promotions, as: 'promotions', class: Google::Apis::ContentV2::OrderLegacyPromotion, decorator: Google::Apis::ContentV2::OrderLegacyPromotion::Representation
|
|
2823
|
+
|
|
2824
|
+
collection :refunds, as: 'refunds', class: Google::Apis::ContentV2::OrderRefund, decorator: Google::Apis::ContentV2::OrderRefund::Representation
|
|
2825
|
+
|
|
2826
|
+
collection :shipments, as: 'shipments', class: Google::Apis::ContentV2::OrderShipment, decorator: Google::Apis::ContentV2::OrderShipment::Representation
|
|
2827
|
+
|
|
2828
|
+
property :shipping_cost, as: 'shippingCost', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2829
|
+
|
|
2830
|
+
property :shipping_cost_tax, as: 'shippingCostTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2831
|
+
|
|
2832
|
+
property :shipping_option, as: 'shippingOption'
|
|
2833
|
+
property :status, as: 'status'
|
|
2834
|
+
property :tax_collector, as: 'taxCollector'
|
|
2835
|
+
end
|
|
2836
|
+
end
|
|
2837
|
+
|
|
2838
|
+
class OrderAddress
|
|
2839
|
+
# @private
|
|
2840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2841
|
+
property :country, as: 'country'
|
|
2842
|
+
collection :full_address, as: 'fullAddress'
|
|
2843
|
+
property :is_post_office_box, as: 'isPostOfficeBox'
|
|
2844
|
+
property :locality, as: 'locality'
|
|
2845
|
+
property :postal_code, as: 'postalCode'
|
|
2846
|
+
property :recipient_name, as: 'recipientName'
|
|
2847
|
+
property :region, as: 'region'
|
|
2848
|
+
collection :street_address, as: 'streetAddress'
|
|
2849
|
+
end
|
|
2850
|
+
end
|
|
2851
|
+
|
|
2852
|
+
class OrderCancellation
|
|
2853
|
+
# @private
|
|
2854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2855
|
+
property :actor, as: 'actor'
|
|
2856
|
+
property :creation_date, as: 'creationDate'
|
|
2857
|
+
property :quantity, as: 'quantity'
|
|
2858
|
+
property :reason, as: 'reason'
|
|
2859
|
+
property :reason_text, as: 'reasonText'
|
|
2860
|
+
end
|
|
2861
|
+
end
|
|
2862
|
+
|
|
2863
|
+
class OrderCustomer
|
|
2864
|
+
# @private
|
|
2865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2866
|
+
property :email, as: 'email'
|
|
2867
|
+
property :explicit_marketing_preference, as: 'explicitMarketingPreference'
|
|
2868
|
+
property :full_name, as: 'fullName'
|
|
2869
|
+
property :invoice_receiving_email, as: 'invoiceReceivingEmail'
|
|
2870
|
+
property :marketing_rights_info, as: 'marketingRightsInfo', class: Google::Apis::ContentV2::OrderCustomerMarketingRightsInfo, decorator: Google::Apis::ContentV2::OrderCustomerMarketingRightsInfo::Representation
|
|
2871
|
+
|
|
2872
|
+
end
|
|
2873
|
+
end
|
|
2874
|
+
|
|
2875
|
+
class OrderCustomerMarketingRightsInfo
|
|
2876
|
+
# @private
|
|
2877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2878
|
+
property :explicit_marketing_preference, as: 'explicitMarketingPreference'
|
|
2879
|
+
property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
|
|
2880
|
+
property :marketing_email_address, as: 'marketingEmailAddress'
|
|
2881
|
+
end
|
|
2882
|
+
end
|
|
2883
|
+
|
|
2884
|
+
class OrderDeliveryDetails
|
|
2885
|
+
# @private
|
|
2886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2887
|
+
property :address, as: 'address', class: Google::Apis::ContentV2::OrderAddress, decorator: Google::Apis::ContentV2::OrderAddress::Representation
|
|
2888
|
+
|
|
2889
|
+
property :phone_number, as: 'phoneNumber'
|
|
2890
|
+
end
|
|
2891
|
+
end
|
|
2892
|
+
|
|
2893
|
+
class OrderLegacyPromotion
|
|
2894
|
+
# @private
|
|
2895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2896
|
+
collection :benefits, as: 'benefits', class: Google::Apis::ContentV2::OrderLegacyPromotionBenefit, decorator: Google::Apis::ContentV2::OrderLegacyPromotionBenefit::Representation
|
|
2897
|
+
|
|
2898
|
+
property :effective_dates, as: 'effectiveDates'
|
|
2899
|
+
property :generic_redemption_code, as: 'genericRedemptionCode'
|
|
2900
|
+
property :id, as: 'id'
|
|
2901
|
+
property :long_title, as: 'longTitle'
|
|
2902
|
+
property :product_applicability, as: 'productApplicability'
|
|
2903
|
+
property :redemption_channel, as: 'redemptionChannel'
|
|
2904
|
+
end
|
|
2905
|
+
end
|
|
2906
|
+
|
|
2907
|
+
class OrderLegacyPromotionBenefit
|
|
2908
|
+
# @private
|
|
2909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2910
|
+
property :discount, as: 'discount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2911
|
+
|
|
2912
|
+
collection :offer_ids, as: 'offerIds'
|
|
2913
|
+
property :sub_type, as: 'subType'
|
|
2914
|
+
property :tax_impact, as: 'taxImpact', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2915
|
+
|
|
2916
|
+
property :type, as: 'type'
|
|
2917
|
+
end
|
|
2918
|
+
end
|
|
2919
|
+
|
|
2920
|
+
class OrderLineItem
|
|
2921
|
+
# @private
|
|
2922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2923
|
+
collection :annotations, as: 'annotations', class: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation, decorator: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation::Representation
|
|
2924
|
+
|
|
2925
|
+
collection :cancellations, as: 'cancellations', class: Google::Apis::ContentV2::OrderCancellation, decorator: Google::Apis::ContentV2::OrderCancellation::Representation
|
|
2926
|
+
|
|
2927
|
+
property :id, as: 'id'
|
|
2928
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2929
|
+
|
|
2930
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::OrderLineItemProduct, decorator: Google::Apis::ContentV2::OrderLineItemProduct::Representation
|
|
2931
|
+
|
|
2932
|
+
property :quantity_canceled, as: 'quantityCanceled'
|
|
2933
|
+
property :quantity_delivered, as: 'quantityDelivered'
|
|
2934
|
+
property :quantity_ordered, as: 'quantityOrdered'
|
|
2935
|
+
property :quantity_pending, as: 'quantityPending'
|
|
2936
|
+
property :quantity_ready_for_pickup, as: 'quantityReadyForPickup'
|
|
2937
|
+
property :quantity_returned, as: 'quantityReturned'
|
|
2938
|
+
property :quantity_shipped, as: 'quantityShipped'
|
|
2939
|
+
property :return_info, as: 'returnInfo', class: Google::Apis::ContentV2::OrderLineItemReturnInfo, decorator: Google::Apis::ContentV2::OrderLineItemReturnInfo::Representation
|
|
2940
|
+
|
|
2941
|
+
collection :returns, as: 'returns', class: Google::Apis::ContentV2::OrderReturn, decorator: Google::Apis::ContentV2::OrderReturn::Representation
|
|
2942
|
+
|
|
2943
|
+
property :shipping_details, as: 'shippingDetails', class: Google::Apis::ContentV2::OrderLineItemShippingDetails, decorator: Google::Apis::ContentV2::OrderLineItemShippingDetails::Representation
|
|
2944
|
+
|
|
2945
|
+
property :tax, as: 'tax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2946
|
+
|
|
2947
|
+
end
|
|
2948
|
+
end
|
|
2949
|
+
|
|
2950
|
+
class OrderLineItemProduct
|
|
2951
|
+
# @private
|
|
2952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2953
|
+
property :brand, as: 'brand'
|
|
2954
|
+
property :channel, as: 'channel'
|
|
2955
|
+
property :condition, as: 'condition'
|
|
2956
|
+
property :content_language, as: 'contentLanguage'
|
|
2957
|
+
collection :fees, as: 'fees', class: Google::Apis::ContentV2::OrderLineItemProductFee, decorator: Google::Apis::ContentV2::OrderLineItemProductFee::Representation
|
|
2958
|
+
|
|
2959
|
+
property :gtin, as: 'gtin'
|
|
2960
|
+
property :id, as: 'id'
|
|
2961
|
+
property :image_link, as: 'imageLink'
|
|
2962
|
+
property :item_group_id, as: 'itemGroupId'
|
|
2963
|
+
property :mpn, as: 'mpn'
|
|
2964
|
+
property :offer_id, as: 'offerId'
|
|
2965
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2966
|
+
|
|
2967
|
+
property :shown_image, as: 'shownImage'
|
|
2968
|
+
property :target_country, as: 'targetCountry'
|
|
2969
|
+
property :title, as: 'title'
|
|
2970
|
+
collection :variant_attributes, as: 'variantAttributes', class: Google::Apis::ContentV2::OrderLineItemProductVariantAttribute, decorator: Google::Apis::ContentV2::OrderLineItemProductVariantAttribute::Representation
|
|
2971
|
+
|
|
2972
|
+
end
|
|
2973
|
+
end
|
|
2974
|
+
|
|
2975
|
+
class OrderLineItemProductFee
|
|
2976
|
+
# @private
|
|
2977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2978
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
2979
|
+
|
|
2980
|
+
property :name, as: 'name'
|
|
2981
|
+
end
|
|
2982
|
+
end
|
|
2983
|
+
|
|
2984
|
+
class OrderLineItemProductVariantAttribute
|
|
2985
|
+
# @private
|
|
2986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2987
|
+
property :dimension, as: 'dimension'
|
|
2988
|
+
property :value, as: 'value'
|
|
2989
|
+
end
|
|
2990
|
+
end
|
|
2991
|
+
|
|
2992
|
+
class OrderLineItemReturnInfo
|
|
2993
|
+
# @private
|
|
2994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2995
|
+
property :days_to_return, as: 'daysToReturn'
|
|
2996
|
+
property :is_returnable, as: 'isReturnable'
|
|
2997
|
+
property :policy_url, as: 'policyUrl'
|
|
2998
|
+
end
|
|
2999
|
+
end
|
|
3000
|
+
|
|
3001
|
+
class OrderLineItemShippingDetails
|
|
3002
|
+
# @private
|
|
3003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3004
|
+
property :deliver_by_date, as: 'deliverByDate'
|
|
3005
|
+
property :method_prop, as: 'method', class: Google::Apis::ContentV2::OrderLineItemShippingDetailsMethod, decorator: Google::Apis::ContentV2::OrderLineItemShippingDetailsMethod::Representation
|
|
3006
|
+
|
|
3007
|
+
property :ship_by_date, as: 'shipByDate'
|
|
3008
|
+
property :type, as: 'type'
|
|
3009
|
+
end
|
|
3010
|
+
end
|
|
3011
|
+
|
|
3012
|
+
class OrderLineItemShippingDetailsMethod
|
|
3013
|
+
# @private
|
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3015
|
+
property :carrier, as: 'carrier'
|
|
3016
|
+
property :max_days_in_transit, as: 'maxDaysInTransit'
|
|
3017
|
+
property :method_name, as: 'methodName'
|
|
3018
|
+
property :min_days_in_transit, as: 'minDaysInTransit'
|
|
3019
|
+
end
|
|
3020
|
+
end
|
|
3021
|
+
|
|
3022
|
+
class OrderMerchantProvidedAnnotation
|
|
3023
|
+
# @private
|
|
3024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3025
|
+
property :key, as: 'key'
|
|
3026
|
+
property :value, as: 'value'
|
|
3027
|
+
end
|
|
3028
|
+
end
|
|
3029
|
+
|
|
3030
|
+
class OrderPaymentMethod
|
|
3031
|
+
# @private
|
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3033
|
+
property :billing_address, as: 'billingAddress', class: Google::Apis::ContentV2::OrderAddress, decorator: Google::Apis::ContentV2::OrderAddress::Representation
|
|
3034
|
+
|
|
3035
|
+
property :expiration_month, as: 'expirationMonth'
|
|
3036
|
+
property :expiration_year, as: 'expirationYear'
|
|
3037
|
+
property :last_four_digits, as: 'lastFourDigits'
|
|
3038
|
+
property :phone_number, as: 'phoneNumber'
|
|
3039
|
+
property :type, as: 'type'
|
|
3040
|
+
end
|
|
3041
|
+
end
|
|
3042
|
+
|
|
3043
|
+
class OrderPickupDetails
|
|
3044
|
+
# @private
|
|
3045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3046
|
+
property :address, as: 'address', class: Google::Apis::ContentV2::OrderAddress, decorator: Google::Apis::ContentV2::OrderAddress::Representation
|
|
3047
|
+
|
|
3048
|
+
collection :collectors, as: 'collectors', class: Google::Apis::ContentV2::OrderPickupDetailsCollector, decorator: Google::Apis::ContentV2::OrderPickupDetailsCollector::Representation
|
|
3049
|
+
|
|
3050
|
+
property :location_id, as: 'locationId'
|
|
3051
|
+
end
|
|
3052
|
+
end
|
|
3053
|
+
|
|
3054
|
+
class OrderPickupDetailsCollector
|
|
3055
|
+
# @private
|
|
3056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3057
|
+
property :name, as: 'name'
|
|
3058
|
+
property :phone_number, as: 'phoneNumber'
|
|
3059
|
+
end
|
|
3060
|
+
end
|
|
3061
|
+
|
|
3062
|
+
class OrderRefund
|
|
3063
|
+
# @private
|
|
3064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3065
|
+
property :actor, as: 'actor'
|
|
3066
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3067
|
+
|
|
3068
|
+
property :creation_date, as: 'creationDate'
|
|
3069
|
+
property :reason, as: 'reason'
|
|
3070
|
+
property :reason_text, as: 'reasonText'
|
|
3071
|
+
end
|
|
3072
|
+
end
|
|
3073
|
+
|
|
3074
|
+
class OrderReportDisbursement
|
|
3075
|
+
# @private
|
|
3076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3077
|
+
property :disbursement_amount, as: 'disbursementAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3078
|
+
|
|
3079
|
+
property :disbursement_creation_date, as: 'disbursementCreationDate'
|
|
3080
|
+
property :disbursement_date, as: 'disbursementDate'
|
|
3081
|
+
property :disbursement_id, as: 'disbursementId'
|
|
3082
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
3083
|
+
end
|
|
3084
|
+
end
|
|
3085
|
+
|
|
3086
|
+
class OrderReportTransaction
|
|
3087
|
+
# @private
|
|
3088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3089
|
+
property :disbursement_amount, as: 'disbursementAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3090
|
+
|
|
3091
|
+
property :disbursement_creation_date, as: 'disbursementCreationDate'
|
|
3092
|
+
property :disbursement_date, as: 'disbursementDate'
|
|
3093
|
+
property :disbursement_id, as: 'disbursementId'
|
|
3094
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
3095
|
+
property :merchant_order_id, as: 'merchantOrderId'
|
|
3096
|
+
property :order_id, as: 'orderId'
|
|
3097
|
+
property :product_amount, as: 'productAmount', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
3098
|
+
|
|
3099
|
+
property :product_amount_with_remitted_tax, as: 'productAmountWithRemittedTax', class: Google::Apis::ContentV2::ProductAmount, decorator: Google::Apis::ContentV2::ProductAmount::Representation
|
|
3100
|
+
|
|
3101
|
+
property :transaction_date, as: 'transactionDate'
|
|
3102
|
+
end
|
|
3103
|
+
end
|
|
3104
|
+
|
|
3105
|
+
class OrderReturn
|
|
3106
|
+
# @private
|
|
3107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3108
|
+
property :actor, as: 'actor'
|
|
3109
|
+
property :creation_date, as: 'creationDate'
|
|
3110
|
+
property :quantity, as: 'quantity'
|
|
3111
|
+
property :reason, as: 'reason'
|
|
3112
|
+
property :reason_text, as: 'reasonText'
|
|
3113
|
+
end
|
|
3114
|
+
end
|
|
3115
|
+
|
|
3116
|
+
class OrderShipment
|
|
3117
|
+
# @private
|
|
3118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3119
|
+
property :carrier, as: 'carrier'
|
|
3120
|
+
property :creation_date, as: 'creationDate'
|
|
3121
|
+
property :delivery_date, as: 'deliveryDate'
|
|
3122
|
+
property :id, as: 'id'
|
|
3123
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2::OrderShipmentLineItemShipment, decorator: Google::Apis::ContentV2::OrderShipmentLineItemShipment::Representation
|
|
3124
|
+
|
|
3125
|
+
property :scheduled_delivery_details, as: 'scheduledDeliveryDetails', class: Google::Apis::ContentV2::OrderShipmentScheduledDeliveryDetails, decorator: Google::Apis::ContentV2::OrderShipmentScheduledDeliveryDetails::Representation
|
|
3126
|
+
|
|
3127
|
+
property :status, as: 'status'
|
|
3128
|
+
property :tracking_id, as: 'trackingId'
|
|
3129
|
+
end
|
|
3130
|
+
end
|
|
3131
|
+
|
|
3132
|
+
class OrderShipmentLineItemShipment
|
|
3133
|
+
# @private
|
|
3134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3135
|
+
property :line_item_id, as: 'lineItemId'
|
|
3136
|
+
property :product_id, as: 'productId'
|
|
3137
|
+
property :quantity, as: 'quantity'
|
|
3138
|
+
end
|
|
3139
|
+
end
|
|
3140
|
+
|
|
3141
|
+
class OrderShipmentScheduledDeliveryDetails
|
|
3142
|
+
# @private
|
|
3143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3144
|
+
property :carrier_phone_number, as: 'carrierPhoneNumber'
|
|
3145
|
+
property :scheduled_date, as: 'scheduledDate'
|
|
3146
|
+
end
|
|
3147
|
+
end
|
|
3148
|
+
|
|
3149
|
+
class OrderinvoicesCreateChargeInvoiceRequest
|
|
3150
|
+
# @private
|
|
3151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3152
|
+
property :invoice_id, as: 'invoiceId'
|
|
3153
|
+
property :invoice_summary, as: 'invoiceSummary', class: Google::Apis::ContentV2::InvoiceSummary, decorator: Google::Apis::ContentV2::InvoiceSummary::Representation
|
|
3154
|
+
|
|
3155
|
+
collection :line_item_invoices, as: 'lineItemInvoices', class: Google::Apis::ContentV2::ShipmentInvoiceLineItemInvoice, decorator: Google::Apis::ContentV2::ShipmentInvoiceLineItemInvoice::Representation
|
|
3156
|
+
|
|
3157
|
+
property :operation_id, as: 'operationId'
|
|
3158
|
+
property :shipment_group_id, as: 'shipmentGroupId'
|
|
3159
|
+
end
|
|
3160
|
+
end
|
|
3161
|
+
|
|
3162
|
+
class OrderinvoicesCreateChargeInvoiceResponse
|
|
3163
|
+
# @private
|
|
3164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3165
|
+
property :execution_status, as: 'executionStatus'
|
|
3166
|
+
property :kind, as: 'kind'
|
|
3167
|
+
end
|
|
3168
|
+
end
|
|
3169
|
+
|
|
3170
|
+
class OrderinvoicesCreateRefundInvoiceRequest
|
|
3171
|
+
# @private
|
|
3172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3173
|
+
property :invoice_id, as: 'invoiceId'
|
|
3174
|
+
property :operation_id, as: 'operationId'
|
|
3175
|
+
property :refund_only_option, as: 'refundOnlyOption', class: Google::Apis::ContentV2::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption, decorator: Google::Apis::ContentV2::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption::Representation
|
|
3176
|
+
|
|
3177
|
+
property :return_option, as: 'returnOption', class: Google::Apis::ContentV2::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption, decorator: Google::Apis::ContentV2::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption::Representation
|
|
3178
|
+
|
|
3179
|
+
collection :shipment_invoices, as: 'shipmentInvoices', class: Google::Apis::ContentV2::ShipmentInvoice, decorator: Google::Apis::ContentV2::ShipmentInvoice::Representation
|
|
3180
|
+
|
|
3181
|
+
end
|
|
3182
|
+
end
|
|
3183
|
+
|
|
3184
|
+
class OrderinvoicesCreateRefundInvoiceResponse
|
|
3185
|
+
# @private
|
|
3186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3187
|
+
property :execution_status, as: 'executionStatus'
|
|
3188
|
+
property :kind, as: 'kind'
|
|
3189
|
+
end
|
|
3190
|
+
end
|
|
3191
|
+
|
|
3192
|
+
class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
|
|
3193
|
+
# @private
|
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3195
|
+
property :description, as: 'description'
|
|
3196
|
+
property :reason, as: 'reason'
|
|
3197
|
+
end
|
|
3198
|
+
end
|
|
3199
|
+
|
|
3200
|
+
class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
|
|
3201
|
+
# @private
|
|
3202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3203
|
+
property :description, as: 'description'
|
|
3204
|
+
property :reason, as: 'reason'
|
|
3205
|
+
end
|
|
3206
|
+
end
|
|
3207
|
+
|
|
3208
|
+
class OrderreportsListDisbursementsResponse
|
|
3209
|
+
# @private
|
|
3210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3211
|
+
collection :disbursements, as: 'disbursements', class: Google::Apis::ContentV2::OrderReportDisbursement, decorator: Google::Apis::ContentV2::OrderReportDisbursement::Representation
|
|
3212
|
+
|
|
3213
|
+
property :kind, as: 'kind'
|
|
3214
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3215
|
+
end
|
|
3216
|
+
end
|
|
3217
|
+
|
|
3218
|
+
class OrderreportsListTransactionsResponse
|
|
3219
|
+
# @private
|
|
3220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3221
|
+
property :kind, as: 'kind'
|
|
3222
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3223
|
+
collection :transactions, as: 'transactions', class: Google::Apis::ContentV2::OrderReportTransaction, decorator: Google::Apis::ContentV2::OrderReportTransaction::Representation
|
|
3224
|
+
|
|
3225
|
+
end
|
|
3226
|
+
end
|
|
3227
|
+
|
|
3228
|
+
class OrderreturnsListResponse
|
|
3229
|
+
# @private
|
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3231
|
+
property :kind, as: 'kind'
|
|
3232
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3233
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::MerchantOrderReturn, decorator: Google::Apis::ContentV2::MerchantOrderReturn::Representation
|
|
3234
|
+
|
|
3235
|
+
end
|
|
3236
|
+
end
|
|
3237
|
+
|
|
3238
|
+
class OrdersAcknowledgeRequest
|
|
3239
|
+
# @private
|
|
3240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3241
|
+
property :operation_id, as: 'operationId'
|
|
3242
|
+
end
|
|
3243
|
+
end
|
|
3244
|
+
|
|
3245
|
+
class OrdersAcknowledgeResponse
|
|
3246
|
+
# @private
|
|
3247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3248
|
+
property :execution_status, as: 'executionStatus'
|
|
3249
|
+
property :kind, as: 'kind'
|
|
3250
|
+
end
|
|
3251
|
+
end
|
|
3252
|
+
|
|
3253
|
+
class OrdersAdvanceTestOrderResponse
|
|
3254
|
+
# @private
|
|
3255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3256
|
+
property :kind, as: 'kind'
|
|
3257
|
+
end
|
|
3258
|
+
end
|
|
3259
|
+
|
|
3260
|
+
class OrdersCancelLineItemRequest
|
|
3261
|
+
# @private
|
|
3262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3263
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3264
|
+
|
|
3265
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3266
|
+
|
|
3267
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3268
|
+
|
|
3269
|
+
property :line_item_id, as: 'lineItemId'
|
|
3270
|
+
property :operation_id, as: 'operationId'
|
|
3271
|
+
property :product_id, as: 'productId'
|
|
3272
|
+
property :quantity, as: 'quantity'
|
|
3273
|
+
property :reason, as: 'reason'
|
|
3274
|
+
property :reason_text, as: 'reasonText'
|
|
3275
|
+
end
|
|
3276
|
+
end
|
|
3277
|
+
|
|
3278
|
+
class OrdersCancelLineItemResponse
|
|
3279
|
+
# @private
|
|
3280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3281
|
+
property :execution_status, as: 'executionStatus'
|
|
3282
|
+
property :kind, as: 'kind'
|
|
3283
|
+
end
|
|
3284
|
+
end
|
|
3285
|
+
|
|
3286
|
+
class OrdersCancelRequest
|
|
3287
|
+
# @private
|
|
3288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3289
|
+
property :operation_id, as: 'operationId'
|
|
3290
|
+
property :reason, as: 'reason'
|
|
3291
|
+
property :reason_text, as: 'reasonText'
|
|
3292
|
+
end
|
|
3293
|
+
end
|
|
3294
|
+
|
|
3295
|
+
class OrdersCancelResponse
|
|
3296
|
+
# @private
|
|
3297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3298
|
+
property :execution_status, as: 'executionStatus'
|
|
3299
|
+
property :kind, as: 'kind'
|
|
3300
|
+
end
|
|
3301
|
+
end
|
|
3302
|
+
|
|
3303
|
+
class OrdersCancelTestOrderByCustomerRequest
|
|
3304
|
+
# @private
|
|
3305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3306
|
+
property :reason, as: 'reason'
|
|
3307
|
+
end
|
|
3308
|
+
end
|
|
3309
|
+
|
|
3310
|
+
class OrdersCancelTestOrderByCustomerResponse
|
|
3311
|
+
# @private
|
|
3312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3313
|
+
property :kind, as: 'kind'
|
|
3314
|
+
end
|
|
3315
|
+
end
|
|
3316
|
+
|
|
3317
|
+
class OrdersCreateTestOrderRequest
|
|
3318
|
+
# @private
|
|
3319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3320
|
+
property :country, as: 'country'
|
|
3321
|
+
property :template_name, as: 'templateName'
|
|
3322
|
+
property :test_order, as: 'testOrder', class: Google::Apis::ContentV2::TestOrder, decorator: Google::Apis::ContentV2::TestOrder::Representation
|
|
3323
|
+
|
|
3324
|
+
end
|
|
3325
|
+
end
|
|
3326
|
+
|
|
3327
|
+
class OrdersCreateTestOrderResponse
|
|
3328
|
+
# @private
|
|
3329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3330
|
+
property :kind, as: 'kind'
|
|
3331
|
+
property :order_id, as: 'orderId'
|
|
3332
|
+
end
|
|
3333
|
+
end
|
|
3334
|
+
|
|
3335
|
+
class OrdersCreateTestReturnRequest
|
|
3336
|
+
# @private
|
|
3337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3338
|
+
collection :items, as: 'items', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem::Representation
|
|
3339
|
+
|
|
3340
|
+
end
|
|
3341
|
+
end
|
|
3342
|
+
|
|
3343
|
+
class OrdersCreateTestReturnResponse
|
|
3344
|
+
# @private
|
|
3345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3346
|
+
property :kind, as: 'kind'
|
|
3347
|
+
property :return_id, as: 'returnId'
|
|
3348
|
+
end
|
|
3349
|
+
end
|
|
3350
|
+
|
|
3351
|
+
class OrdersCustomBatchRequest
|
|
3352
|
+
# @private
|
|
3353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3354
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntry, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntry::Representation
|
|
3355
|
+
|
|
3356
|
+
end
|
|
3357
|
+
end
|
|
3358
|
+
|
|
3359
|
+
class OrdersCustomBatchRequestEntry
|
|
3360
|
+
# @private
|
|
3361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3362
|
+
property :batch_id, as: 'batchId'
|
|
3363
|
+
property :cancel, as: 'cancel', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancel, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancel::Representation
|
|
3364
|
+
|
|
3365
|
+
property :cancel_line_item, as: 'cancelLineItem', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancelLineItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancelLineItem::Representation
|
|
3366
|
+
|
|
3367
|
+
property :in_store_refund_line_item, as: 'inStoreRefundLineItem', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryInStoreRefundLineItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryInStoreRefundLineItem::Representation
|
|
3368
|
+
|
|
3369
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
3370
|
+
property :merchant_order_id, as: 'merchantOrderId'
|
|
3371
|
+
property :method_prop, as: 'method'
|
|
3372
|
+
property :operation_id, as: 'operationId'
|
|
3373
|
+
property :order_id, as: 'orderId'
|
|
3374
|
+
property :refund, as: 'refund', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryRefund, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryRefund::Representation
|
|
3375
|
+
|
|
3376
|
+
property :reject_return_line_item, as: 'rejectReturnLineItem', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryRejectReturnLineItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryRejectReturnLineItem::Representation
|
|
3377
|
+
|
|
3378
|
+
property :return_line_item, as: 'returnLineItem', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryReturnLineItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryReturnLineItem::Representation
|
|
3379
|
+
|
|
3380
|
+
property :return_refund_line_item, as: 'returnRefundLineItem', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryReturnRefundLineItem, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryReturnRefundLineItem::Representation
|
|
3381
|
+
|
|
3382
|
+
property :set_line_item_metadata, as: 'setLineItemMetadata', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntrySetLineItemMetadata, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntrySetLineItemMetadata::Representation
|
|
3383
|
+
|
|
3384
|
+
property :ship_line_items, as: 'shipLineItems', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItems, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItems::Representation
|
|
3385
|
+
|
|
3386
|
+
property :update_line_item_shipping_details, as: 'updateLineItemShippingDetails', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails::Representation
|
|
3387
|
+
|
|
3388
|
+
property :update_shipment, as: 'updateShipment', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryUpdateShipment, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryUpdateShipment::Representation
|
|
3389
|
+
|
|
3390
|
+
end
|
|
3391
|
+
end
|
|
3392
|
+
|
|
3393
|
+
class OrdersCustomBatchRequestEntryCancel
|
|
3394
|
+
# @private
|
|
3395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3396
|
+
property :reason, as: 'reason'
|
|
3397
|
+
property :reason_text, as: 'reasonText'
|
|
3398
|
+
end
|
|
3399
|
+
end
|
|
3400
|
+
|
|
3401
|
+
class OrdersCustomBatchRequestEntryCancelLineItem
|
|
3402
|
+
# @private
|
|
3403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3404
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3405
|
+
|
|
3406
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3407
|
+
|
|
3408
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3409
|
+
|
|
3410
|
+
property :line_item_id, as: 'lineItemId'
|
|
3411
|
+
property :product_id, as: 'productId'
|
|
3412
|
+
property :quantity, as: 'quantity'
|
|
3413
|
+
property :reason, as: 'reason'
|
|
3414
|
+
property :reason_text, as: 'reasonText'
|
|
3415
|
+
end
|
|
3416
|
+
end
|
|
3417
|
+
|
|
3418
|
+
class OrdersCustomBatchRequestEntryCreateTestReturnReturnItem
|
|
3419
|
+
# @private
|
|
3420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3421
|
+
property :line_item_id, as: 'lineItemId'
|
|
3422
|
+
property :quantity, as: 'quantity'
|
|
3423
|
+
end
|
|
3424
|
+
end
|
|
3425
|
+
|
|
3426
|
+
class OrdersCustomBatchRequestEntryInStoreRefundLineItem
|
|
3427
|
+
# @private
|
|
3428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3429
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3430
|
+
|
|
3431
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3432
|
+
|
|
3433
|
+
property :line_item_id, as: 'lineItemId'
|
|
3434
|
+
property :product_id, as: 'productId'
|
|
3435
|
+
property :quantity, as: 'quantity'
|
|
3436
|
+
property :reason, as: 'reason'
|
|
3437
|
+
property :reason_text, as: 'reasonText'
|
|
3438
|
+
end
|
|
3439
|
+
end
|
|
3440
|
+
|
|
3441
|
+
class OrdersCustomBatchRequestEntryRefund
|
|
3442
|
+
# @private
|
|
3443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3444
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3445
|
+
|
|
3446
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3447
|
+
|
|
3448
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3449
|
+
|
|
3450
|
+
property :reason, as: 'reason'
|
|
3451
|
+
property :reason_text, as: 'reasonText'
|
|
3452
|
+
end
|
|
3453
|
+
end
|
|
3454
|
+
|
|
3455
|
+
class OrdersCustomBatchRequestEntryRejectReturnLineItem
|
|
3456
|
+
# @private
|
|
3457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3458
|
+
property :line_item_id, as: 'lineItemId'
|
|
3459
|
+
property :product_id, as: 'productId'
|
|
3460
|
+
property :quantity, as: 'quantity'
|
|
3461
|
+
property :reason, as: 'reason'
|
|
3462
|
+
property :reason_text, as: 'reasonText'
|
|
3463
|
+
end
|
|
3464
|
+
end
|
|
3465
|
+
|
|
3466
|
+
class OrdersCustomBatchRequestEntryReturnLineItem
|
|
3467
|
+
# @private
|
|
3468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3469
|
+
property :line_item_id, as: 'lineItemId'
|
|
3470
|
+
property :product_id, as: 'productId'
|
|
3471
|
+
property :quantity, as: 'quantity'
|
|
3472
|
+
property :reason, as: 'reason'
|
|
3473
|
+
property :reason_text, as: 'reasonText'
|
|
3474
|
+
end
|
|
3475
|
+
end
|
|
3476
|
+
|
|
3477
|
+
class OrdersCustomBatchRequestEntryReturnRefundLineItem
|
|
3478
|
+
# @private
|
|
3479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3480
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3481
|
+
|
|
3482
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3483
|
+
|
|
3484
|
+
property :line_item_id, as: 'lineItemId'
|
|
3485
|
+
property :product_id, as: 'productId'
|
|
3486
|
+
property :quantity, as: 'quantity'
|
|
3487
|
+
property :reason, as: 'reason'
|
|
3488
|
+
property :reason_text, as: 'reasonText'
|
|
3489
|
+
end
|
|
3490
|
+
end
|
|
3491
|
+
|
|
3492
|
+
class OrdersCustomBatchRequestEntrySetLineItemMetadata
|
|
3493
|
+
# @private
|
|
3494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3495
|
+
collection :annotations, as: 'annotations', class: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation, decorator: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation::Representation
|
|
3496
|
+
|
|
3497
|
+
property :line_item_id, as: 'lineItemId'
|
|
3498
|
+
property :product_id, as: 'productId'
|
|
3499
|
+
end
|
|
3500
|
+
end
|
|
3501
|
+
|
|
3502
|
+
class OrdersCustomBatchRequestEntryShipLineItems
|
|
3503
|
+
# @private
|
|
3504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3505
|
+
property :carrier, as: 'carrier'
|
|
3506
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2::OrderShipmentLineItemShipment, decorator: Google::Apis::ContentV2::OrderShipmentLineItemShipment::Representation
|
|
3507
|
+
|
|
3508
|
+
property :shipment_group_id, as: 'shipmentGroupId'
|
|
3509
|
+
property :shipment_id, as: 'shipmentId'
|
|
3510
|
+
collection :shipment_infos, as: 'shipmentInfos', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo::Representation
|
|
3511
|
+
|
|
3512
|
+
property :tracking_id, as: 'trackingId'
|
|
3513
|
+
end
|
|
3514
|
+
end
|
|
3515
|
+
|
|
3516
|
+
class OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo
|
|
3517
|
+
# @private
|
|
3518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3519
|
+
property :carrier, as: 'carrier'
|
|
3520
|
+
property :shipment_id, as: 'shipmentId'
|
|
3521
|
+
property :tracking_id, as: 'trackingId'
|
|
3522
|
+
end
|
|
3523
|
+
end
|
|
3524
|
+
|
|
3525
|
+
class OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails
|
|
3526
|
+
# @private
|
|
3527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3528
|
+
property :deliver_by_date, as: 'deliverByDate'
|
|
3529
|
+
property :line_item_id, as: 'lineItemId'
|
|
3530
|
+
property :product_id, as: 'productId'
|
|
3531
|
+
property :ship_by_date, as: 'shipByDate'
|
|
3532
|
+
end
|
|
3533
|
+
end
|
|
3534
|
+
|
|
3535
|
+
class OrdersCustomBatchRequestEntryUpdateShipment
|
|
3536
|
+
# @private
|
|
3537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3538
|
+
property :carrier, as: 'carrier'
|
|
3539
|
+
property :delivery_date, as: 'deliveryDate'
|
|
3540
|
+
property :shipment_id, as: 'shipmentId'
|
|
3541
|
+
property :status, as: 'status'
|
|
3542
|
+
property :tracking_id, as: 'trackingId'
|
|
3543
|
+
end
|
|
3544
|
+
end
|
|
3545
|
+
|
|
3546
|
+
class OrdersCustomBatchResponse
|
|
3547
|
+
# @private
|
|
3548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3549
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::OrdersCustomBatchResponseEntry, decorator: Google::Apis::ContentV2::OrdersCustomBatchResponseEntry::Representation
|
|
3550
|
+
|
|
3551
|
+
property :kind, as: 'kind'
|
|
3552
|
+
end
|
|
3553
|
+
end
|
|
3554
|
+
|
|
3555
|
+
class OrdersCustomBatchResponseEntry
|
|
3556
|
+
# @private
|
|
3557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3558
|
+
property :batch_id, as: 'batchId'
|
|
3559
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
3560
|
+
|
|
3561
|
+
property :execution_status, as: 'executionStatus'
|
|
3562
|
+
property :kind, as: 'kind'
|
|
3563
|
+
property :order, as: 'order', class: Google::Apis::ContentV2::Order, decorator: Google::Apis::ContentV2::Order::Representation
|
|
3564
|
+
|
|
3565
|
+
end
|
|
3566
|
+
end
|
|
3567
|
+
|
|
3568
|
+
class OrdersGetByMerchantOrderIdResponse
|
|
3569
|
+
# @private
|
|
3570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3571
|
+
property :kind, as: 'kind'
|
|
3572
|
+
property :order, as: 'order', class: Google::Apis::ContentV2::Order, decorator: Google::Apis::ContentV2::Order::Representation
|
|
3573
|
+
|
|
3574
|
+
end
|
|
3575
|
+
end
|
|
3576
|
+
|
|
3577
|
+
class OrdersGetTestOrderTemplateResponse
|
|
3578
|
+
# @private
|
|
3579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3580
|
+
property :kind, as: 'kind'
|
|
3581
|
+
property :template, as: 'template', class: Google::Apis::ContentV2::TestOrder, decorator: Google::Apis::ContentV2::TestOrder::Representation
|
|
3582
|
+
|
|
3583
|
+
end
|
|
3584
|
+
end
|
|
3585
|
+
|
|
3586
|
+
class OrdersInStoreRefundLineItemRequest
|
|
3587
|
+
# @private
|
|
3588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3589
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3590
|
+
|
|
3591
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3592
|
+
|
|
3593
|
+
property :line_item_id, as: 'lineItemId'
|
|
3594
|
+
property :operation_id, as: 'operationId'
|
|
3595
|
+
property :product_id, as: 'productId'
|
|
3596
|
+
property :quantity, as: 'quantity'
|
|
3597
|
+
property :reason, as: 'reason'
|
|
3598
|
+
property :reason_text, as: 'reasonText'
|
|
3599
|
+
end
|
|
3600
|
+
end
|
|
3601
|
+
|
|
3602
|
+
class OrdersInStoreRefundLineItemResponse
|
|
3603
|
+
# @private
|
|
3604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3605
|
+
property :execution_status, as: 'executionStatus'
|
|
3606
|
+
property :kind, as: 'kind'
|
|
3607
|
+
end
|
|
3608
|
+
end
|
|
3609
|
+
|
|
3610
|
+
class OrdersListResponse
|
|
3611
|
+
# @private
|
|
3612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3613
|
+
property :kind, as: 'kind'
|
|
3614
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3615
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::Order, decorator: Google::Apis::ContentV2::Order::Representation
|
|
3616
|
+
|
|
3617
|
+
end
|
|
3618
|
+
end
|
|
3619
|
+
|
|
3620
|
+
class OrdersRefundRequest
|
|
3621
|
+
# @private
|
|
3622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3623
|
+
property :amount, as: 'amount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3624
|
+
|
|
3625
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3626
|
+
|
|
3627
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3628
|
+
|
|
3629
|
+
property :operation_id, as: 'operationId'
|
|
3630
|
+
property :reason, as: 'reason'
|
|
3631
|
+
property :reason_text, as: 'reasonText'
|
|
3632
|
+
end
|
|
3633
|
+
end
|
|
3634
|
+
|
|
3635
|
+
class OrdersRefundResponse
|
|
3636
|
+
# @private
|
|
3637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3638
|
+
property :execution_status, as: 'executionStatus'
|
|
3639
|
+
property :kind, as: 'kind'
|
|
3640
|
+
end
|
|
3641
|
+
end
|
|
3642
|
+
|
|
3643
|
+
class OrdersRejectReturnLineItemRequest
|
|
3644
|
+
# @private
|
|
3645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3646
|
+
property :line_item_id, as: 'lineItemId'
|
|
3647
|
+
property :operation_id, as: 'operationId'
|
|
3648
|
+
property :product_id, as: 'productId'
|
|
3649
|
+
property :quantity, as: 'quantity'
|
|
3650
|
+
property :reason, as: 'reason'
|
|
3651
|
+
property :reason_text, as: 'reasonText'
|
|
3652
|
+
end
|
|
3653
|
+
end
|
|
3654
|
+
|
|
3655
|
+
class OrdersRejectReturnLineItemResponse
|
|
3656
|
+
# @private
|
|
3657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3658
|
+
property :execution_status, as: 'executionStatus'
|
|
3659
|
+
property :kind, as: 'kind'
|
|
3660
|
+
end
|
|
3661
|
+
end
|
|
3662
|
+
|
|
3663
|
+
class OrdersReturnLineItemRequest
|
|
3664
|
+
# @private
|
|
3665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3666
|
+
property :line_item_id, as: 'lineItemId'
|
|
3667
|
+
property :operation_id, as: 'operationId'
|
|
3668
|
+
property :product_id, as: 'productId'
|
|
3669
|
+
property :quantity, as: 'quantity'
|
|
3670
|
+
property :reason, as: 'reason'
|
|
3671
|
+
property :reason_text, as: 'reasonText'
|
|
3672
|
+
end
|
|
3673
|
+
end
|
|
3674
|
+
|
|
3675
|
+
class OrdersReturnLineItemResponse
|
|
3676
|
+
# @private
|
|
3677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3678
|
+
property :execution_status, as: 'executionStatus'
|
|
3679
|
+
property :kind, as: 'kind'
|
|
3680
|
+
end
|
|
3681
|
+
end
|
|
3682
|
+
|
|
3683
|
+
class OrdersReturnRefundLineItemRequest
|
|
3684
|
+
# @private
|
|
3685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3686
|
+
property :amount_pretax, as: 'amountPretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3687
|
+
|
|
3688
|
+
property :amount_tax, as: 'amountTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3689
|
+
|
|
3690
|
+
property :line_item_id, as: 'lineItemId'
|
|
3691
|
+
property :operation_id, as: 'operationId'
|
|
3692
|
+
property :product_id, as: 'productId'
|
|
3693
|
+
property :quantity, as: 'quantity'
|
|
3694
|
+
property :reason, as: 'reason'
|
|
3695
|
+
property :reason_text, as: 'reasonText'
|
|
3696
|
+
end
|
|
3697
|
+
end
|
|
3698
|
+
|
|
3699
|
+
class OrdersReturnRefundLineItemResponse
|
|
3700
|
+
# @private
|
|
3701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3702
|
+
property :execution_status, as: 'executionStatus'
|
|
3703
|
+
property :kind, as: 'kind'
|
|
3704
|
+
end
|
|
3705
|
+
end
|
|
3706
|
+
|
|
3707
|
+
class OrdersSetLineItemMetadataRequest
|
|
3708
|
+
# @private
|
|
3709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3710
|
+
collection :annotations, as: 'annotations', class: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation, decorator: Google::Apis::ContentV2::OrderMerchantProvidedAnnotation::Representation
|
|
3711
|
+
|
|
3712
|
+
property :line_item_id, as: 'lineItemId'
|
|
3713
|
+
property :operation_id, as: 'operationId'
|
|
3714
|
+
property :product_id, as: 'productId'
|
|
3715
|
+
end
|
|
3716
|
+
end
|
|
3717
|
+
|
|
3718
|
+
class OrdersSetLineItemMetadataResponse
|
|
3719
|
+
# @private
|
|
3720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3721
|
+
property :execution_status, as: 'executionStatus'
|
|
3722
|
+
property :kind, as: 'kind'
|
|
3723
|
+
end
|
|
3724
|
+
end
|
|
3725
|
+
|
|
3726
|
+
class OrdersShipLineItemsRequest
|
|
3727
|
+
# @private
|
|
3728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3729
|
+
property :carrier, as: 'carrier'
|
|
3730
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2::OrderShipmentLineItemShipment, decorator: Google::Apis::ContentV2::OrderShipmentLineItemShipment::Representation
|
|
3731
|
+
|
|
3732
|
+
property :operation_id, as: 'operationId'
|
|
3733
|
+
property :shipment_group_id, as: 'shipmentGroupId'
|
|
3734
|
+
property :shipment_id, as: 'shipmentId'
|
|
3735
|
+
collection :shipment_infos, as: 'shipmentInfos', class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo, decorator: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo::Representation
|
|
3736
|
+
|
|
3737
|
+
property :tracking_id, as: 'trackingId'
|
|
3738
|
+
end
|
|
3739
|
+
end
|
|
3740
|
+
|
|
3741
|
+
class OrdersShipLineItemsResponse
|
|
3742
|
+
# @private
|
|
3743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3744
|
+
property :execution_status, as: 'executionStatus'
|
|
3745
|
+
property :kind, as: 'kind'
|
|
3746
|
+
end
|
|
3747
|
+
end
|
|
3748
|
+
|
|
3749
|
+
class OrdersUpdateLineItemShippingDetailsRequest
|
|
3750
|
+
# @private
|
|
3751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3752
|
+
property :deliver_by_date, as: 'deliverByDate'
|
|
3753
|
+
property :line_item_id, as: 'lineItemId'
|
|
3754
|
+
property :operation_id, as: 'operationId'
|
|
3755
|
+
property :product_id, as: 'productId'
|
|
3756
|
+
property :ship_by_date, as: 'shipByDate'
|
|
3757
|
+
end
|
|
3758
|
+
end
|
|
3759
|
+
|
|
3760
|
+
class OrdersUpdateLineItemShippingDetailsResponse
|
|
3761
|
+
# @private
|
|
3762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3763
|
+
property :execution_status, as: 'executionStatus'
|
|
3764
|
+
property :kind, as: 'kind'
|
|
3765
|
+
end
|
|
3766
|
+
end
|
|
3767
|
+
|
|
3768
|
+
class OrdersUpdateMerchantOrderIdRequest
|
|
3769
|
+
# @private
|
|
3770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3771
|
+
property :merchant_order_id, as: 'merchantOrderId'
|
|
3772
|
+
property :operation_id, as: 'operationId'
|
|
3773
|
+
end
|
|
3774
|
+
end
|
|
3775
|
+
|
|
3776
|
+
class OrdersUpdateMerchantOrderIdResponse
|
|
3777
|
+
# @private
|
|
3778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3779
|
+
property :execution_status, as: 'executionStatus'
|
|
3780
|
+
property :kind, as: 'kind'
|
|
3781
|
+
end
|
|
3782
|
+
end
|
|
3783
|
+
|
|
3784
|
+
class OrdersUpdateShipmentRequest
|
|
3785
|
+
# @private
|
|
3786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3787
|
+
property :carrier, as: 'carrier'
|
|
3788
|
+
property :delivery_date, as: 'deliveryDate'
|
|
3789
|
+
property :operation_id, as: 'operationId'
|
|
3790
|
+
property :shipment_id, as: 'shipmentId'
|
|
3791
|
+
property :status, as: 'status'
|
|
3792
|
+
property :tracking_id, as: 'trackingId'
|
|
3793
|
+
end
|
|
3794
|
+
end
|
|
3795
|
+
|
|
3796
|
+
class OrdersUpdateShipmentResponse
|
|
3797
|
+
# @private
|
|
3798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3799
|
+
property :execution_status, as: 'executionStatus'
|
|
3800
|
+
property :kind, as: 'kind'
|
|
3801
|
+
end
|
|
3802
|
+
end
|
|
3803
|
+
|
|
3804
|
+
class PickupCarrierService
|
|
3805
|
+
# @private
|
|
3806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3807
|
+
property :carrier_name, as: 'carrierName'
|
|
3808
|
+
property :service_name, as: 'serviceName'
|
|
3809
|
+
end
|
|
3810
|
+
end
|
|
3811
|
+
|
|
3812
|
+
class PickupServicesPickupService
|
|
3813
|
+
# @private
|
|
3814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3815
|
+
property :carrier_name, as: 'carrierName'
|
|
3816
|
+
property :country, as: 'country'
|
|
3817
|
+
property :service_name, as: 'serviceName'
|
|
3818
|
+
end
|
|
3819
|
+
end
|
|
3820
|
+
|
|
3821
|
+
class PosCustomBatchRequest
|
|
3822
|
+
# @private
|
|
3823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3824
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::PosCustomBatchRequestEntry, decorator: Google::Apis::ContentV2::PosCustomBatchRequestEntry::Representation
|
|
3825
|
+
|
|
3826
|
+
end
|
|
3827
|
+
end
|
|
3828
|
+
|
|
3829
|
+
class PosCustomBatchRequestEntry
|
|
3830
|
+
# @private
|
|
3831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3832
|
+
property :batch_id, as: 'batchId'
|
|
3833
|
+
property :inventory, as: 'inventory', class: Google::Apis::ContentV2::PosInventory, decorator: Google::Apis::ContentV2::PosInventory::Representation
|
|
3834
|
+
|
|
3835
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
3836
|
+
property :method_prop, as: 'method'
|
|
3837
|
+
property :sale, as: 'sale', class: Google::Apis::ContentV2::PosSale, decorator: Google::Apis::ContentV2::PosSale::Representation
|
|
3838
|
+
|
|
3839
|
+
property :store, as: 'store', class: Google::Apis::ContentV2::PosStore, decorator: Google::Apis::ContentV2::PosStore::Representation
|
|
3840
|
+
|
|
3841
|
+
property :store_code, as: 'storeCode'
|
|
3842
|
+
property :target_merchant_id, :numeric_string => true, as: 'targetMerchantId'
|
|
3843
|
+
end
|
|
3844
|
+
end
|
|
3845
|
+
|
|
3846
|
+
class PosCustomBatchResponse
|
|
3847
|
+
# @private
|
|
3848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3849
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::PosCustomBatchResponseEntry, decorator: Google::Apis::ContentV2::PosCustomBatchResponseEntry::Representation
|
|
3850
|
+
|
|
3851
|
+
property :kind, as: 'kind'
|
|
3852
|
+
end
|
|
3853
|
+
end
|
|
3854
|
+
|
|
3855
|
+
class PosCustomBatchResponseEntry
|
|
3856
|
+
# @private
|
|
3857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3858
|
+
property :batch_id, as: 'batchId'
|
|
3859
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
3860
|
+
|
|
3861
|
+
property :inventory, as: 'inventory', class: Google::Apis::ContentV2::PosInventory, decorator: Google::Apis::ContentV2::PosInventory::Representation
|
|
3862
|
+
|
|
3863
|
+
property :kind, as: 'kind'
|
|
3864
|
+
property :sale, as: 'sale', class: Google::Apis::ContentV2::PosSale, decorator: Google::Apis::ContentV2::PosSale::Representation
|
|
3865
|
+
|
|
3866
|
+
property :store, as: 'store', class: Google::Apis::ContentV2::PosStore, decorator: Google::Apis::ContentV2::PosStore::Representation
|
|
3867
|
+
|
|
3868
|
+
end
|
|
3869
|
+
end
|
|
3870
|
+
|
|
3871
|
+
class PosDataProviders
|
|
3872
|
+
# @private
|
|
3873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3874
|
+
property :country, as: 'country'
|
|
3875
|
+
collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2::PosDataProvidersPosDataProvider, decorator: Google::Apis::ContentV2::PosDataProvidersPosDataProvider::Representation
|
|
3876
|
+
|
|
3877
|
+
end
|
|
3878
|
+
end
|
|
3879
|
+
|
|
3880
|
+
class PosDataProvidersPosDataProvider
|
|
3881
|
+
# @private
|
|
3882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3883
|
+
property :display_name, as: 'displayName'
|
|
3884
|
+
property :full_name, as: 'fullName'
|
|
3885
|
+
property :provider_id, :numeric_string => true, as: 'providerId'
|
|
3886
|
+
end
|
|
3887
|
+
end
|
|
3888
|
+
|
|
3889
|
+
class PosInventory
|
|
3890
|
+
# @private
|
|
3891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3892
|
+
property :content_language, as: 'contentLanguage'
|
|
3893
|
+
property :gtin, as: 'gtin'
|
|
3894
|
+
property :item_id, as: 'itemId'
|
|
3895
|
+
property :kind, as: 'kind'
|
|
3896
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3897
|
+
|
|
3898
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3899
|
+
property :store_code, as: 'storeCode'
|
|
3900
|
+
property :target_country, as: 'targetCountry'
|
|
3901
|
+
property :timestamp, as: 'timestamp'
|
|
3902
|
+
end
|
|
3903
|
+
end
|
|
3904
|
+
|
|
3905
|
+
class PosInventoryRequest
|
|
3906
|
+
# @private
|
|
3907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3908
|
+
property :content_language, as: 'contentLanguage'
|
|
3909
|
+
property :gtin, as: 'gtin'
|
|
3910
|
+
property :item_id, as: 'itemId'
|
|
3911
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3912
|
+
|
|
3913
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3914
|
+
property :store_code, as: 'storeCode'
|
|
3915
|
+
property :target_country, as: 'targetCountry'
|
|
3916
|
+
property :timestamp, as: 'timestamp'
|
|
3917
|
+
end
|
|
3918
|
+
end
|
|
3919
|
+
|
|
3920
|
+
class PosInventoryResponse
|
|
3921
|
+
# @private
|
|
3922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3923
|
+
property :content_language, as: 'contentLanguage'
|
|
3924
|
+
property :gtin, as: 'gtin'
|
|
3925
|
+
property :item_id, as: 'itemId'
|
|
3926
|
+
property :kind, as: 'kind'
|
|
3927
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3928
|
+
|
|
3929
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3930
|
+
property :store_code, as: 'storeCode'
|
|
3931
|
+
property :target_country, as: 'targetCountry'
|
|
3932
|
+
property :timestamp, as: 'timestamp'
|
|
3933
|
+
end
|
|
3934
|
+
end
|
|
3935
|
+
|
|
3936
|
+
class PosListResponse
|
|
3937
|
+
# @private
|
|
3938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3939
|
+
property :kind, as: 'kind'
|
|
3940
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::PosStore, decorator: Google::Apis::ContentV2::PosStore::Representation
|
|
3941
|
+
|
|
3942
|
+
end
|
|
3943
|
+
end
|
|
3944
|
+
|
|
3945
|
+
class PosSale
|
|
3946
|
+
# @private
|
|
3947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3948
|
+
property :content_language, as: 'contentLanguage'
|
|
3949
|
+
property :gtin, as: 'gtin'
|
|
3950
|
+
property :item_id, as: 'itemId'
|
|
3951
|
+
property :kind, as: 'kind'
|
|
3952
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3953
|
+
|
|
3954
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3955
|
+
property :sale_id, as: 'saleId'
|
|
3956
|
+
property :store_code, as: 'storeCode'
|
|
3957
|
+
property :target_country, as: 'targetCountry'
|
|
3958
|
+
property :timestamp, as: 'timestamp'
|
|
3959
|
+
end
|
|
3960
|
+
end
|
|
3961
|
+
|
|
3962
|
+
class PosSaleRequest
|
|
3963
|
+
# @private
|
|
3964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3965
|
+
property :content_language, as: 'contentLanguage'
|
|
3966
|
+
property :gtin, as: 'gtin'
|
|
3967
|
+
property :item_id, as: 'itemId'
|
|
3968
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3969
|
+
|
|
3970
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3971
|
+
property :sale_id, as: 'saleId'
|
|
3972
|
+
property :store_code, as: 'storeCode'
|
|
3973
|
+
property :target_country, as: 'targetCountry'
|
|
3974
|
+
property :timestamp, as: 'timestamp'
|
|
3975
|
+
end
|
|
3976
|
+
end
|
|
3977
|
+
|
|
3978
|
+
class PosSaleResponse
|
|
3979
|
+
# @private
|
|
3980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3981
|
+
property :content_language, as: 'contentLanguage'
|
|
3982
|
+
property :gtin, as: 'gtin'
|
|
3983
|
+
property :item_id, as: 'itemId'
|
|
3984
|
+
property :kind, as: 'kind'
|
|
3985
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
3986
|
+
|
|
3987
|
+
property :quantity, :numeric_string => true, as: 'quantity'
|
|
3988
|
+
property :sale_id, as: 'saleId'
|
|
3989
|
+
property :store_code, as: 'storeCode'
|
|
3990
|
+
property :target_country, as: 'targetCountry'
|
|
3991
|
+
property :timestamp, as: 'timestamp'
|
|
3992
|
+
end
|
|
3993
|
+
end
|
|
3994
|
+
|
|
3995
|
+
class PosStore
|
|
3996
|
+
# @private
|
|
3997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3998
|
+
property :kind, as: 'kind'
|
|
3999
|
+
property :store_address, as: 'storeAddress'
|
|
4000
|
+
property :store_code, as: 'storeCode'
|
|
4001
|
+
end
|
|
4002
|
+
end
|
|
4003
|
+
|
|
4004
|
+
class PostalCodeGroup
|
|
4005
|
+
# @private
|
|
4006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4007
|
+
property :country, as: 'country'
|
|
4008
|
+
property :name, as: 'name'
|
|
4009
|
+
collection :postal_code_ranges, as: 'postalCodeRanges', class: Google::Apis::ContentV2::PostalCodeRange, decorator: Google::Apis::ContentV2::PostalCodeRange::Representation
|
|
4010
|
+
|
|
4011
|
+
end
|
|
4012
|
+
end
|
|
4013
|
+
|
|
4014
|
+
class PostalCodeRange
|
|
4015
|
+
# @private
|
|
4016
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4017
|
+
property :postal_code_range_begin, as: 'postalCodeRangeBegin'
|
|
4018
|
+
property :postal_code_range_end, as: 'postalCodeRangeEnd'
|
|
4019
|
+
end
|
|
4020
|
+
end
|
|
4021
|
+
|
|
4022
|
+
class Price
|
|
4023
|
+
# @private
|
|
4024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4025
|
+
property :currency, as: 'currency'
|
|
4026
|
+
property :value, as: 'value'
|
|
4027
|
+
end
|
|
4028
|
+
end
|
|
4029
|
+
|
|
4030
|
+
class Product
|
|
4031
|
+
# @private
|
|
4032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4033
|
+
collection :additional_image_links, as: 'additionalImageLinks'
|
|
4034
|
+
collection :additional_product_types, as: 'additionalProductTypes'
|
|
4035
|
+
property :adult, as: 'adult'
|
|
4036
|
+
property :adwords_grouping, as: 'adwordsGrouping'
|
|
4037
|
+
collection :adwords_labels, as: 'adwordsLabels'
|
|
4038
|
+
property :adwords_redirect, as: 'adwordsRedirect'
|
|
4039
|
+
property :age_group, as: 'ageGroup'
|
|
4040
|
+
collection :aspects, as: 'aspects', class: Google::Apis::ContentV2::ProductAspect, decorator: Google::Apis::ContentV2::ProductAspect::Representation
|
|
4041
|
+
|
|
4042
|
+
property :availability, as: 'availability'
|
|
4043
|
+
property :availability_date, as: 'availabilityDate'
|
|
4044
|
+
property :brand, as: 'brand'
|
|
4045
|
+
property :canonical_link, as: 'canonicalLink'
|
|
4046
|
+
property :channel, as: 'channel'
|
|
4047
|
+
property :color, as: 'color'
|
|
4048
|
+
property :condition, as: 'condition'
|
|
4049
|
+
property :content_language, as: 'contentLanguage'
|
|
4050
|
+
property :cost_of_goods_sold, as: 'costOfGoodsSold', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4051
|
+
|
|
4052
|
+
collection :custom_attributes, as: 'customAttributes', class: Google::Apis::ContentV2::CustomAttribute, decorator: Google::Apis::ContentV2::CustomAttribute::Representation
|
|
4053
|
+
|
|
4054
|
+
collection :custom_groups, as: 'customGroups', class: Google::Apis::ContentV2::CustomGroup, decorator: Google::Apis::ContentV2::CustomGroup::Representation
|
|
4055
|
+
|
|
4056
|
+
property :custom_label0, as: 'customLabel0'
|
|
4057
|
+
property :custom_label1, as: 'customLabel1'
|
|
4058
|
+
property :custom_label2, as: 'customLabel2'
|
|
4059
|
+
property :custom_label3, as: 'customLabel3'
|
|
4060
|
+
property :custom_label4, as: 'customLabel4'
|
|
4061
|
+
property :description, as: 'description'
|
|
4062
|
+
collection :destinations, as: 'destinations', class: Google::Apis::ContentV2::ProductDestination, decorator: Google::Apis::ContentV2::ProductDestination::Representation
|
|
4063
|
+
|
|
4064
|
+
property :display_ads_id, as: 'displayAdsId'
|
|
4065
|
+
property :display_ads_link, as: 'displayAdsLink'
|
|
4066
|
+
collection :display_ads_similar_ids, as: 'displayAdsSimilarIds'
|
|
4067
|
+
property :display_ads_title, as: 'displayAdsTitle'
|
|
4068
|
+
property :display_ads_value, as: 'displayAdsValue'
|
|
4069
|
+
property :energy_efficiency_class, as: 'energyEfficiencyClass'
|
|
4070
|
+
property :expiration_date, as: 'expirationDate'
|
|
4071
|
+
property :gender, as: 'gender'
|
|
4072
|
+
property :google_product_category, as: 'googleProductCategory'
|
|
4073
|
+
property :gtin, as: 'gtin'
|
|
4074
|
+
property :id, as: 'id'
|
|
4075
|
+
property :identifier_exists, as: 'identifierExists'
|
|
4076
|
+
property :image_link, as: 'imageLink'
|
|
4077
|
+
property :installment, as: 'installment', class: Google::Apis::ContentV2::Installment, decorator: Google::Apis::ContentV2::Installment::Representation
|
|
4078
|
+
|
|
4079
|
+
property :is_bundle, as: 'isBundle'
|
|
4080
|
+
property :item_group_id, as: 'itemGroupId'
|
|
4081
|
+
property :kind, as: 'kind'
|
|
4082
|
+
property :link, as: 'link'
|
|
4083
|
+
property :loyalty_points, as: 'loyaltyPoints', class: Google::Apis::ContentV2::LoyaltyPoints, decorator: Google::Apis::ContentV2::LoyaltyPoints::Representation
|
|
4084
|
+
|
|
4085
|
+
property :material, as: 'material'
|
|
4086
|
+
property :max_energy_efficiency_class, as: 'maxEnergyEfficiencyClass'
|
|
4087
|
+
property :max_handling_time, :numeric_string => true, as: 'maxHandlingTime'
|
|
4088
|
+
property :min_energy_efficiency_class, as: 'minEnergyEfficiencyClass'
|
|
4089
|
+
property :min_handling_time, :numeric_string => true, as: 'minHandlingTime'
|
|
4090
|
+
property :mobile_link, as: 'mobileLink'
|
|
4091
|
+
property :mpn, as: 'mpn'
|
|
4092
|
+
property :multipack, :numeric_string => true, as: 'multipack'
|
|
4093
|
+
property :offer_id, as: 'offerId'
|
|
4094
|
+
property :online_only, as: 'onlineOnly'
|
|
4095
|
+
property :pattern, as: 'pattern'
|
|
4096
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4097
|
+
|
|
4098
|
+
property :product_type, as: 'productType'
|
|
4099
|
+
collection :promotion_ids, as: 'promotionIds'
|
|
4100
|
+
property :sale_price, as: 'salePrice', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4101
|
+
|
|
4102
|
+
property :sale_price_effective_date, as: 'salePriceEffectiveDate'
|
|
4103
|
+
property :sell_on_google_quantity, :numeric_string => true, as: 'sellOnGoogleQuantity'
|
|
4104
|
+
collection :shipping, as: 'shipping', class: Google::Apis::ContentV2::ProductShipping, decorator: Google::Apis::ContentV2::ProductShipping::Representation
|
|
4105
|
+
|
|
4106
|
+
property :shipping_height, as: 'shippingHeight', class: Google::Apis::ContentV2::ProductShippingDimension, decorator: Google::Apis::ContentV2::ProductShippingDimension::Representation
|
|
4107
|
+
|
|
4108
|
+
property :shipping_label, as: 'shippingLabel'
|
|
4109
|
+
property :shipping_length, as: 'shippingLength', class: Google::Apis::ContentV2::ProductShippingDimension, decorator: Google::Apis::ContentV2::ProductShippingDimension::Representation
|
|
4110
|
+
|
|
4111
|
+
property :shipping_weight, as: 'shippingWeight', class: Google::Apis::ContentV2::ProductShippingWeight, decorator: Google::Apis::ContentV2::ProductShippingWeight::Representation
|
|
4112
|
+
|
|
4113
|
+
property :shipping_width, as: 'shippingWidth', class: Google::Apis::ContentV2::ProductShippingDimension, decorator: Google::Apis::ContentV2::ProductShippingDimension::Representation
|
|
4114
|
+
|
|
4115
|
+
property :size_system, as: 'sizeSystem'
|
|
4116
|
+
property :size_type, as: 'sizeType'
|
|
4117
|
+
collection :sizes, as: 'sizes'
|
|
4118
|
+
property :source, as: 'source'
|
|
4119
|
+
property :target_country, as: 'targetCountry'
|
|
4120
|
+
collection :taxes, as: 'taxes', class: Google::Apis::ContentV2::ProductTax, decorator: Google::Apis::ContentV2::ProductTax::Representation
|
|
4121
|
+
|
|
4122
|
+
property :title, as: 'title'
|
|
4123
|
+
property :unit_pricing_base_measure, as: 'unitPricingBaseMeasure', class: Google::Apis::ContentV2::ProductUnitPricingBaseMeasure, decorator: Google::Apis::ContentV2::ProductUnitPricingBaseMeasure::Representation
|
|
4124
|
+
|
|
4125
|
+
property :unit_pricing_measure, as: 'unitPricingMeasure', class: Google::Apis::ContentV2::ProductUnitPricingMeasure, decorator: Google::Apis::ContentV2::ProductUnitPricingMeasure::Representation
|
|
4126
|
+
|
|
4127
|
+
collection :validated_destinations, as: 'validatedDestinations'
|
|
4128
|
+
collection :warnings, as: 'warnings', class: Google::Apis::ContentV2::Error, decorator: Google::Apis::ContentV2::Error::Representation
|
|
4129
|
+
|
|
4130
|
+
end
|
|
4131
|
+
end
|
|
4132
|
+
|
|
4133
|
+
class ProductAmount
|
|
4134
|
+
# @private
|
|
4135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4136
|
+
property :price_amount, as: 'priceAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4137
|
+
|
|
4138
|
+
property :remitted_tax_amount, as: 'remittedTaxAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4139
|
+
|
|
4140
|
+
property :tax_amount, as: 'taxAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4141
|
+
|
|
4142
|
+
end
|
|
4143
|
+
end
|
|
4144
|
+
|
|
4145
|
+
class ProductAspect
|
|
4146
|
+
# @private
|
|
4147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4148
|
+
property :aspect_name, as: 'aspectName'
|
|
4149
|
+
property :destination_name, as: 'destinationName'
|
|
4150
|
+
property :intention, as: 'intention'
|
|
4151
|
+
end
|
|
4152
|
+
end
|
|
4153
|
+
|
|
4154
|
+
class ProductDestination
|
|
4155
|
+
# @private
|
|
4156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4157
|
+
property :destination_name, as: 'destinationName'
|
|
4158
|
+
property :intention, as: 'intention'
|
|
4159
|
+
end
|
|
4160
|
+
end
|
|
4161
|
+
|
|
4162
|
+
class ProductShipping
|
|
4163
|
+
# @private
|
|
4164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4165
|
+
property :country, as: 'country'
|
|
4166
|
+
property :location_group_name, as: 'locationGroupName'
|
|
4167
|
+
property :location_id, :numeric_string => true, as: 'locationId'
|
|
4168
|
+
property :postal_code, as: 'postalCode'
|
|
4169
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4170
|
+
|
|
4171
|
+
property :region, as: 'region'
|
|
4172
|
+
property :service, as: 'service'
|
|
4173
|
+
end
|
|
4174
|
+
end
|
|
4175
|
+
|
|
4176
|
+
class ProductShippingDimension
|
|
4177
|
+
# @private
|
|
4178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4179
|
+
property :unit, as: 'unit'
|
|
4180
|
+
property :value, as: 'value'
|
|
4181
|
+
end
|
|
4182
|
+
end
|
|
4183
|
+
|
|
4184
|
+
class ProductShippingWeight
|
|
4185
|
+
# @private
|
|
4186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4187
|
+
property :unit, as: 'unit'
|
|
4188
|
+
property :value, as: 'value'
|
|
4189
|
+
end
|
|
4190
|
+
end
|
|
4191
|
+
|
|
4192
|
+
class ProductStatus
|
|
4193
|
+
# @private
|
|
4194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4195
|
+
property :creation_date, as: 'creationDate'
|
|
4196
|
+
collection :data_quality_issues, as: 'dataQualityIssues', class: Google::Apis::ContentV2::ProductStatusDataQualityIssue, decorator: Google::Apis::ContentV2::ProductStatusDataQualityIssue::Representation
|
|
4197
|
+
|
|
4198
|
+
collection :destination_statuses, as: 'destinationStatuses', class: Google::Apis::ContentV2::ProductStatusDestinationStatus, decorator: Google::Apis::ContentV2::ProductStatusDestinationStatus::Representation
|
|
4199
|
+
|
|
4200
|
+
property :google_expiration_date, as: 'googleExpirationDate'
|
|
4201
|
+
collection :item_level_issues, as: 'itemLevelIssues', class: Google::Apis::ContentV2::ProductStatusItemLevelIssue, decorator: Google::Apis::ContentV2::ProductStatusItemLevelIssue::Representation
|
|
4202
|
+
|
|
4203
|
+
property :kind, as: 'kind'
|
|
4204
|
+
property :last_update_date, as: 'lastUpdateDate'
|
|
4205
|
+
property :link, as: 'link'
|
|
4206
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::Product, decorator: Google::Apis::ContentV2::Product::Representation
|
|
4207
|
+
|
|
4208
|
+
property :product_id, as: 'productId'
|
|
4209
|
+
property :title, as: 'title'
|
|
4210
|
+
end
|
|
4211
|
+
end
|
|
4212
|
+
|
|
4213
|
+
class ProductStatusDataQualityIssue
|
|
4214
|
+
# @private
|
|
4215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4216
|
+
property :destination, as: 'destination'
|
|
4217
|
+
property :detail, as: 'detail'
|
|
4218
|
+
property :fetch_status, as: 'fetchStatus'
|
|
4219
|
+
property :id, as: 'id'
|
|
4220
|
+
property :location, as: 'location'
|
|
4221
|
+
property :severity, as: 'severity'
|
|
4222
|
+
property :timestamp, as: 'timestamp'
|
|
4223
|
+
property :value_on_landing_page, as: 'valueOnLandingPage'
|
|
4224
|
+
property :value_provided, as: 'valueProvided'
|
|
4225
|
+
end
|
|
4226
|
+
end
|
|
4227
|
+
|
|
4228
|
+
class ProductStatusDestinationStatus
|
|
4229
|
+
# @private
|
|
4230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4231
|
+
property :approval_pending, as: 'approvalPending'
|
|
4232
|
+
property :approval_status, as: 'approvalStatus'
|
|
4233
|
+
property :destination, as: 'destination'
|
|
4234
|
+
property :intention, as: 'intention'
|
|
4235
|
+
end
|
|
4236
|
+
end
|
|
4237
|
+
|
|
4238
|
+
class ProductStatusItemLevelIssue
|
|
4239
|
+
# @private
|
|
4240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4241
|
+
property :attribute_name, as: 'attributeName'
|
|
4242
|
+
property :code, as: 'code'
|
|
4243
|
+
property :description, as: 'description'
|
|
4244
|
+
property :destination, as: 'destination'
|
|
4245
|
+
property :detail, as: 'detail'
|
|
4246
|
+
property :documentation, as: 'documentation'
|
|
4247
|
+
property :resolution, as: 'resolution'
|
|
4248
|
+
property :servability, as: 'servability'
|
|
4249
|
+
end
|
|
4250
|
+
end
|
|
4251
|
+
|
|
4252
|
+
class ProductTax
|
|
4253
|
+
# @private
|
|
4254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4255
|
+
property :country, as: 'country'
|
|
4256
|
+
property :location_id, :numeric_string => true, as: 'locationId'
|
|
4257
|
+
property :postal_code, as: 'postalCode'
|
|
4258
|
+
property :rate, as: 'rate'
|
|
4259
|
+
property :region, as: 'region'
|
|
4260
|
+
property :tax_ship, as: 'taxShip'
|
|
4261
|
+
end
|
|
4262
|
+
end
|
|
4263
|
+
|
|
4264
|
+
class ProductUnitPricingBaseMeasure
|
|
4265
|
+
# @private
|
|
4266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4267
|
+
property :unit, as: 'unit'
|
|
4268
|
+
property :value, :numeric_string => true, as: 'value'
|
|
4269
|
+
end
|
|
4270
|
+
end
|
|
4271
|
+
|
|
4272
|
+
class ProductUnitPricingMeasure
|
|
4273
|
+
# @private
|
|
4274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4275
|
+
property :unit, as: 'unit'
|
|
4276
|
+
property :value, as: 'value'
|
|
4277
|
+
end
|
|
4278
|
+
end
|
|
4279
|
+
|
|
4280
|
+
class BatchProductsRequest
|
|
4281
|
+
# @private
|
|
4282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4283
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ProductsBatchRequestEntry, decorator: Google::Apis::ContentV2::ProductsBatchRequestEntry::Representation
|
|
4284
|
+
|
|
4285
|
+
end
|
|
4286
|
+
end
|
|
4287
|
+
|
|
4288
|
+
class ProductsBatchRequestEntry
|
|
4289
|
+
# @private
|
|
4290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4291
|
+
property :batch_id, as: 'batchId'
|
|
4292
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
4293
|
+
property :request_method, as: 'method'
|
|
4294
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::Product, decorator: Google::Apis::ContentV2::Product::Representation
|
|
4295
|
+
|
|
4296
|
+
property :product_id, as: 'productId'
|
|
4297
|
+
end
|
|
4298
|
+
end
|
|
4299
|
+
|
|
4300
|
+
class BatchProductsResponse
|
|
4301
|
+
# @private
|
|
4302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4303
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ProductsBatchResponseEntry, decorator: Google::Apis::ContentV2::ProductsBatchResponseEntry::Representation
|
|
4304
|
+
|
|
4305
|
+
property :kind, as: 'kind'
|
|
4306
|
+
end
|
|
4307
|
+
end
|
|
4308
|
+
|
|
4309
|
+
class ProductsBatchResponseEntry
|
|
4310
|
+
# @private
|
|
4311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4312
|
+
property :batch_id, as: 'batchId'
|
|
4313
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
4314
|
+
|
|
4315
|
+
property :kind, as: 'kind'
|
|
4316
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::Product, decorator: Google::Apis::ContentV2::Product::Representation
|
|
4317
|
+
|
|
4318
|
+
end
|
|
4319
|
+
end
|
|
4320
|
+
|
|
4321
|
+
class ListProductsResponse
|
|
4322
|
+
# @private
|
|
4323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4324
|
+
property :kind, as: 'kind'
|
|
4325
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4326
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::Product, decorator: Google::Apis::ContentV2::Product::Representation
|
|
4327
|
+
|
|
4328
|
+
end
|
|
4329
|
+
end
|
|
4330
|
+
|
|
4331
|
+
class BatchProductStatusesRequest
|
|
4332
|
+
# @private
|
|
4333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4334
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ProductStatusesBatchRequestEntry, decorator: Google::Apis::ContentV2::ProductStatusesBatchRequestEntry::Representation
|
|
4335
|
+
|
|
4336
|
+
end
|
|
4337
|
+
end
|
|
4338
|
+
|
|
4339
|
+
class ProductStatusesBatchRequestEntry
|
|
4340
|
+
# @private
|
|
4341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4342
|
+
property :batch_id, as: 'batchId'
|
|
4343
|
+
collection :destinations, as: 'destinations'
|
|
4344
|
+
property :include_attributes, as: 'includeAttributes'
|
|
4345
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
4346
|
+
property :request_method, as: 'method'
|
|
4347
|
+
property :product_id, as: 'productId'
|
|
4348
|
+
end
|
|
4349
|
+
end
|
|
4350
|
+
|
|
4351
|
+
class BatchProductStatusesResponse
|
|
4352
|
+
# @private
|
|
4353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4354
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ProductStatusesBatchResponseEntry, decorator: Google::Apis::ContentV2::ProductStatusesBatchResponseEntry::Representation
|
|
4355
|
+
|
|
4356
|
+
property :kind, as: 'kind'
|
|
4357
|
+
end
|
|
4358
|
+
end
|
|
4359
|
+
|
|
4360
|
+
class ProductStatusesBatchResponseEntry
|
|
4361
|
+
# @private
|
|
4362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4363
|
+
property :batch_id, as: 'batchId'
|
|
4364
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
4365
|
+
|
|
4366
|
+
property :kind, as: 'kind'
|
|
4367
|
+
property :product_status, as: 'productStatus', class: Google::Apis::ContentV2::ProductStatus, decorator: Google::Apis::ContentV2::ProductStatus::Representation
|
|
4368
|
+
|
|
4369
|
+
end
|
|
4370
|
+
end
|
|
4371
|
+
|
|
4372
|
+
class ListProductStatusesResponse
|
|
4373
|
+
# @private
|
|
4374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4375
|
+
property :kind, as: 'kind'
|
|
4376
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4377
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::ProductStatus, decorator: Google::Apis::ContentV2::ProductStatus::Representation
|
|
4378
|
+
|
|
4379
|
+
end
|
|
4380
|
+
end
|
|
4381
|
+
|
|
4382
|
+
class Promotion
|
|
4383
|
+
# @private
|
|
4384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4385
|
+
property :promotion_amount, as: 'promotionAmount', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
4386
|
+
|
|
4387
|
+
property :promotion_id, as: 'promotionId'
|
|
4388
|
+
end
|
|
4389
|
+
end
|
|
4390
|
+
|
|
4391
|
+
class RateGroup
|
|
4392
|
+
# @private
|
|
4393
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4394
|
+
collection :applicable_shipping_labels, as: 'applicableShippingLabels'
|
|
4395
|
+
collection :carrier_rates, as: 'carrierRates', class: Google::Apis::ContentV2::CarrierRate, decorator: Google::Apis::ContentV2::CarrierRate::Representation
|
|
4396
|
+
|
|
4397
|
+
property :main_table, as: 'mainTable', class: Google::Apis::ContentV2::Table, decorator: Google::Apis::ContentV2::Table::Representation
|
|
4398
|
+
|
|
4399
|
+
property :name, as: 'name'
|
|
4400
|
+
property :single_value, as: 'singleValue', class: Google::Apis::ContentV2::Value, decorator: Google::Apis::ContentV2::Value::Representation
|
|
4401
|
+
|
|
4402
|
+
collection :subtables, as: 'subtables', class: Google::Apis::ContentV2::Table, decorator: Google::Apis::ContentV2::Table::Representation
|
|
4403
|
+
|
|
4404
|
+
end
|
|
4405
|
+
end
|
|
4406
|
+
|
|
4407
|
+
class RefundReason
|
|
4408
|
+
# @private
|
|
4409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4410
|
+
property :description, as: 'description'
|
|
4411
|
+
property :reason_code, as: 'reasonCode'
|
|
4412
|
+
end
|
|
4413
|
+
end
|
|
4414
|
+
|
|
4415
|
+
class ReturnShipment
|
|
4416
|
+
# @private
|
|
4417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4418
|
+
property :creation_date, as: 'creationDate'
|
|
4419
|
+
property :delivery_date, as: 'deliveryDate'
|
|
4420
|
+
property :return_method_type, as: 'returnMethodType'
|
|
4421
|
+
property :shipment_id, as: 'shipmentId'
|
|
4422
|
+
collection :shipment_tracking_infos, as: 'shipmentTrackingInfos', class: Google::Apis::ContentV2::ShipmentTrackingInfo, decorator: Google::Apis::ContentV2::ShipmentTrackingInfo::Representation
|
|
4423
|
+
|
|
4424
|
+
property :shipping_date, as: 'shippingDate'
|
|
4425
|
+
property :state, as: 'state'
|
|
4426
|
+
end
|
|
4427
|
+
end
|
|
4428
|
+
|
|
4429
|
+
class Row
|
|
4430
|
+
# @private
|
|
4431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4432
|
+
collection :cells, as: 'cells', class: Google::Apis::ContentV2::Value, decorator: Google::Apis::ContentV2::Value::Representation
|
|
4433
|
+
|
|
4434
|
+
end
|
|
4435
|
+
end
|
|
4436
|
+
|
|
4437
|
+
class Service
|
|
4438
|
+
# @private
|
|
4439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4440
|
+
property :active, as: 'active'
|
|
4441
|
+
property :currency, as: 'currency'
|
|
4442
|
+
property :delivery_country, as: 'deliveryCountry'
|
|
4443
|
+
property :delivery_time, as: 'deliveryTime', class: Google::Apis::ContentV2::DeliveryTime, decorator: Google::Apis::ContentV2::DeliveryTime::Representation
|
|
4444
|
+
|
|
4445
|
+
property :eligibility, as: 'eligibility'
|
|
4446
|
+
property :minimum_order_value, as: 'minimumOrderValue', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4447
|
+
|
|
4448
|
+
property :minimum_order_value_table, as: 'minimumOrderValueTable', class: Google::Apis::ContentV2::MinimumOrderValueTable, decorator: Google::Apis::ContentV2::MinimumOrderValueTable::Representation
|
|
4449
|
+
|
|
4450
|
+
property :name, as: 'name'
|
|
4451
|
+
property :pickup_service, as: 'pickupService', class: Google::Apis::ContentV2::PickupCarrierService, decorator: Google::Apis::ContentV2::PickupCarrierService::Representation
|
|
4452
|
+
|
|
4453
|
+
collection :rate_groups, as: 'rateGroups', class: Google::Apis::ContentV2::RateGroup, decorator: Google::Apis::ContentV2::RateGroup::Representation
|
|
4454
|
+
|
|
4455
|
+
property :shipment_type, as: 'shipmentType'
|
|
4456
|
+
end
|
|
4457
|
+
end
|
|
4458
|
+
|
|
4459
|
+
class ShipmentInvoice
|
|
4460
|
+
# @private
|
|
4461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4462
|
+
property :invoice_summary, as: 'invoiceSummary', class: Google::Apis::ContentV2::InvoiceSummary, decorator: Google::Apis::ContentV2::InvoiceSummary::Representation
|
|
4463
|
+
|
|
4464
|
+
collection :line_item_invoices, as: 'lineItemInvoices', class: Google::Apis::ContentV2::ShipmentInvoiceLineItemInvoice, decorator: Google::Apis::ContentV2::ShipmentInvoiceLineItemInvoice::Representation
|
|
4465
|
+
|
|
4466
|
+
property :shipment_group_id, as: 'shipmentGroupId'
|
|
4467
|
+
end
|
|
4468
|
+
end
|
|
4469
|
+
|
|
4470
|
+
class ShipmentInvoiceLineItemInvoice
|
|
4471
|
+
# @private
|
|
4472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4473
|
+
property :line_item_id, as: 'lineItemId'
|
|
4474
|
+
property :product_id, as: 'productId'
|
|
4475
|
+
collection :shipment_unit_ids, as: 'shipmentUnitIds'
|
|
4476
|
+
property :unit_invoice, as: 'unitInvoice', class: Google::Apis::ContentV2::UnitInvoice, decorator: Google::Apis::ContentV2::UnitInvoice::Representation
|
|
4477
|
+
|
|
4478
|
+
end
|
|
4479
|
+
end
|
|
4480
|
+
|
|
4481
|
+
class ShipmentTrackingInfo
|
|
4482
|
+
# @private
|
|
4483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4484
|
+
property :carrier, as: 'carrier'
|
|
4485
|
+
property :tracking_number, as: 'trackingNumber'
|
|
4486
|
+
end
|
|
4487
|
+
end
|
|
4488
|
+
|
|
4489
|
+
class ShippingSettings
|
|
4490
|
+
# @private
|
|
4491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4492
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
4493
|
+
collection :postal_code_groups, as: 'postalCodeGroups', class: Google::Apis::ContentV2::PostalCodeGroup, decorator: Google::Apis::ContentV2::PostalCodeGroup::Representation
|
|
4494
|
+
|
|
4495
|
+
collection :services, as: 'services', class: Google::Apis::ContentV2::Service, decorator: Google::Apis::ContentV2::Service::Representation
|
|
4496
|
+
|
|
4497
|
+
end
|
|
4498
|
+
end
|
|
4499
|
+
|
|
4500
|
+
class ShippingsettingsCustomBatchRequest
|
|
4501
|
+
# @private
|
|
4502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4503
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ShippingsettingsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2::ShippingsettingsCustomBatchRequestEntry::Representation
|
|
4504
|
+
|
|
4505
|
+
end
|
|
4506
|
+
end
|
|
4507
|
+
|
|
4508
|
+
class ShippingsettingsCustomBatchRequestEntry
|
|
4509
|
+
# @private
|
|
4510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4511
|
+
property :account_id, :numeric_string => true, as: 'accountId'
|
|
4512
|
+
property :batch_id, as: 'batchId'
|
|
4513
|
+
property :merchant_id, :numeric_string => true, as: 'merchantId'
|
|
4514
|
+
property :method_prop, as: 'method'
|
|
4515
|
+
property :shipping_settings, as: 'shippingSettings', class: Google::Apis::ContentV2::ShippingSettings, decorator: Google::Apis::ContentV2::ShippingSettings::Representation
|
|
4516
|
+
|
|
4517
|
+
end
|
|
4518
|
+
end
|
|
4519
|
+
|
|
4520
|
+
class ShippingsettingsCustomBatchResponse
|
|
4521
|
+
# @private
|
|
4522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4523
|
+
collection :entries, as: 'entries', class: Google::Apis::ContentV2::ShippingsettingsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2::ShippingsettingsCustomBatchResponseEntry::Representation
|
|
4524
|
+
|
|
4525
|
+
property :kind, as: 'kind'
|
|
4526
|
+
end
|
|
4527
|
+
end
|
|
4528
|
+
|
|
4529
|
+
class ShippingsettingsCustomBatchResponseEntry
|
|
4530
|
+
# @private
|
|
4531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4532
|
+
property :batch_id, as: 'batchId'
|
|
4533
|
+
property :errors, as: 'errors', class: Google::Apis::ContentV2::Errors, decorator: Google::Apis::ContentV2::Errors::Representation
|
|
4534
|
+
|
|
4535
|
+
property :kind, as: 'kind'
|
|
4536
|
+
property :shipping_settings, as: 'shippingSettings', class: Google::Apis::ContentV2::ShippingSettings, decorator: Google::Apis::ContentV2::ShippingSettings::Representation
|
|
4537
|
+
|
|
4538
|
+
end
|
|
4539
|
+
end
|
|
4540
|
+
|
|
4541
|
+
class ShippingsettingsGetSupportedCarriersResponse
|
|
4542
|
+
# @private
|
|
4543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4544
|
+
collection :carriers, as: 'carriers', class: Google::Apis::ContentV2::CarriersCarrier, decorator: Google::Apis::ContentV2::CarriersCarrier::Representation
|
|
4545
|
+
|
|
4546
|
+
property :kind, as: 'kind'
|
|
4547
|
+
end
|
|
4548
|
+
end
|
|
4549
|
+
|
|
4550
|
+
class ShippingsettingsGetSupportedHolidaysResponse
|
|
4551
|
+
# @private
|
|
4552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4553
|
+
collection :holidays, as: 'holidays', class: Google::Apis::ContentV2::HolidaysHoliday, decorator: Google::Apis::ContentV2::HolidaysHoliday::Representation
|
|
4554
|
+
|
|
4555
|
+
property :kind, as: 'kind'
|
|
4556
|
+
end
|
|
4557
|
+
end
|
|
4558
|
+
|
|
4559
|
+
class ShippingsettingsGetSupportedPickupServicesResponse
|
|
4560
|
+
# @private
|
|
4561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4562
|
+
property :kind, as: 'kind'
|
|
4563
|
+
collection :pickup_services, as: 'pickupServices', class: Google::Apis::ContentV2::PickupServicesPickupService, decorator: Google::Apis::ContentV2::PickupServicesPickupService::Representation
|
|
4564
|
+
|
|
4565
|
+
end
|
|
4566
|
+
end
|
|
4567
|
+
|
|
4568
|
+
class ShippingsettingsListResponse
|
|
4569
|
+
# @private
|
|
4570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4571
|
+
property :kind, as: 'kind'
|
|
4572
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4573
|
+
collection :resources, as: 'resources', class: Google::Apis::ContentV2::ShippingSettings, decorator: Google::Apis::ContentV2::ShippingSettings::Representation
|
|
4574
|
+
|
|
4575
|
+
end
|
|
4576
|
+
end
|
|
4577
|
+
|
|
4578
|
+
class Table
|
|
4579
|
+
# @private
|
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4581
|
+
property :column_headers, as: 'columnHeaders', class: Google::Apis::ContentV2::Headers, decorator: Google::Apis::ContentV2::Headers::Representation
|
|
4582
|
+
|
|
4583
|
+
property :name, as: 'name'
|
|
4584
|
+
property :row_headers, as: 'rowHeaders', class: Google::Apis::ContentV2::Headers, decorator: Google::Apis::ContentV2::Headers::Representation
|
|
4585
|
+
|
|
4586
|
+
collection :rows, as: 'rows', class: Google::Apis::ContentV2::Row, decorator: Google::Apis::ContentV2::Row::Representation
|
|
4587
|
+
|
|
4588
|
+
end
|
|
4589
|
+
end
|
|
4590
|
+
|
|
4591
|
+
class TestOrder
|
|
4592
|
+
# @private
|
|
4593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4594
|
+
property :customer, as: 'customer', class: Google::Apis::ContentV2::TestOrderCustomer, decorator: Google::Apis::ContentV2::TestOrderCustomer::Representation
|
|
4595
|
+
|
|
4596
|
+
property :enable_orderinvoices, as: 'enableOrderinvoices'
|
|
4597
|
+
property :kind, as: 'kind'
|
|
4598
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2::TestOrderLineItem, decorator: Google::Apis::ContentV2::TestOrderLineItem::Representation
|
|
4599
|
+
|
|
4600
|
+
property :notification_mode, as: 'notificationMode'
|
|
4601
|
+
property :payment_method, as: 'paymentMethod', class: Google::Apis::ContentV2::TestOrderPaymentMethod, decorator: Google::Apis::ContentV2::TestOrderPaymentMethod::Representation
|
|
4602
|
+
|
|
4603
|
+
property :predefined_delivery_address, as: 'predefinedDeliveryAddress'
|
|
4604
|
+
property :predefined_pickup_details, as: 'predefinedPickupDetails'
|
|
4605
|
+
collection :promotions, as: 'promotions', class: Google::Apis::ContentV2::OrderLegacyPromotion, decorator: Google::Apis::ContentV2::OrderLegacyPromotion::Representation
|
|
4606
|
+
|
|
4607
|
+
property :shipping_cost, as: 'shippingCost', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4608
|
+
|
|
4609
|
+
property :shipping_cost_tax, as: 'shippingCostTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4610
|
+
|
|
4611
|
+
property :shipping_option, as: 'shippingOption'
|
|
4612
|
+
end
|
|
4613
|
+
end
|
|
4614
|
+
|
|
4615
|
+
class TestOrderCustomer
|
|
4616
|
+
# @private
|
|
4617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4618
|
+
property :email, as: 'email'
|
|
4619
|
+
property :explicit_marketing_preference, as: 'explicitMarketingPreference'
|
|
4620
|
+
property :full_name, as: 'fullName'
|
|
4621
|
+
property :marketing_rights_info, as: 'marketingRightsInfo', class: Google::Apis::ContentV2::TestOrderCustomerMarketingRightsInfo, decorator: Google::Apis::ContentV2::TestOrderCustomerMarketingRightsInfo::Representation
|
|
4622
|
+
|
|
4623
|
+
end
|
|
4624
|
+
end
|
|
4625
|
+
|
|
4626
|
+
class TestOrderCustomerMarketingRightsInfo
|
|
4627
|
+
# @private
|
|
4628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4629
|
+
property :explicit_marketing_preference, as: 'explicitMarketingPreference'
|
|
4630
|
+
property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
|
|
4631
|
+
end
|
|
4632
|
+
end
|
|
4633
|
+
|
|
4634
|
+
class TestOrderLineItem
|
|
4635
|
+
# @private
|
|
4636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4637
|
+
property :product, as: 'product', class: Google::Apis::ContentV2::TestOrderLineItemProduct, decorator: Google::Apis::ContentV2::TestOrderLineItemProduct::Representation
|
|
4638
|
+
|
|
4639
|
+
property :quantity_ordered, as: 'quantityOrdered'
|
|
4640
|
+
property :return_info, as: 'returnInfo', class: Google::Apis::ContentV2::OrderLineItemReturnInfo, decorator: Google::Apis::ContentV2::OrderLineItemReturnInfo::Representation
|
|
4641
|
+
|
|
4642
|
+
property :shipping_details, as: 'shippingDetails', class: Google::Apis::ContentV2::OrderLineItemShippingDetails, decorator: Google::Apis::ContentV2::OrderLineItemShippingDetails::Representation
|
|
4643
|
+
|
|
4644
|
+
property :unit_tax, as: 'unitTax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4645
|
+
|
|
4646
|
+
end
|
|
4647
|
+
end
|
|
4648
|
+
|
|
4649
|
+
class TestOrderLineItemProduct
|
|
4650
|
+
# @private
|
|
4651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4652
|
+
property :brand, as: 'brand'
|
|
4653
|
+
property :channel, as: 'channel'
|
|
4654
|
+
property :condition, as: 'condition'
|
|
4655
|
+
property :content_language, as: 'contentLanguage'
|
|
4656
|
+
collection :fees, as: 'fees', class: Google::Apis::ContentV2::OrderLineItemProductFee, decorator: Google::Apis::ContentV2::OrderLineItemProductFee::Representation
|
|
4657
|
+
|
|
4658
|
+
property :gtin, as: 'gtin'
|
|
4659
|
+
property :image_link, as: 'imageLink'
|
|
4660
|
+
property :item_group_id, as: 'itemGroupId'
|
|
4661
|
+
property :mpn, as: 'mpn'
|
|
4662
|
+
property :offer_id, as: 'offerId'
|
|
4663
|
+
property :price, as: 'price', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4664
|
+
|
|
4665
|
+
property :target_country, as: 'targetCountry'
|
|
4666
|
+
property :title, as: 'title'
|
|
4667
|
+
collection :variant_attributes, as: 'variantAttributes', class: Google::Apis::ContentV2::OrderLineItemProductVariantAttribute, decorator: Google::Apis::ContentV2::OrderLineItemProductVariantAttribute::Representation
|
|
4668
|
+
|
|
4669
|
+
end
|
|
4670
|
+
end
|
|
4671
|
+
|
|
4672
|
+
class TestOrderPaymentMethod
|
|
4673
|
+
# @private
|
|
4674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4675
|
+
property :expiration_month, as: 'expirationMonth'
|
|
4676
|
+
property :expiration_year, as: 'expirationYear'
|
|
4677
|
+
property :last_four_digits, as: 'lastFourDigits'
|
|
4678
|
+
property :predefined_billing_address, as: 'predefinedBillingAddress'
|
|
4679
|
+
property :type, as: 'type'
|
|
4680
|
+
end
|
|
4681
|
+
end
|
|
4682
|
+
|
|
4683
|
+
class TransitTable
|
|
4684
|
+
# @private
|
|
4685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4686
|
+
collection :postal_code_group_names, as: 'postalCodeGroupNames'
|
|
4687
|
+
collection :rows, as: 'rows', class: Google::Apis::ContentV2::TransitTableTransitTimeRow, decorator: Google::Apis::ContentV2::TransitTableTransitTimeRow::Representation
|
|
4688
|
+
|
|
4689
|
+
collection :transit_time_labels, as: 'transitTimeLabels'
|
|
4690
|
+
end
|
|
4691
|
+
end
|
|
4692
|
+
|
|
4693
|
+
class TransitTableTransitTimeRow
|
|
4694
|
+
# @private
|
|
4695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4696
|
+
collection :values, as: 'values', class: Google::Apis::ContentV2::TransitTableTransitTimeRowTransitTimeValue, decorator: Google::Apis::ContentV2::TransitTableTransitTimeRowTransitTimeValue::Representation
|
|
4697
|
+
|
|
4698
|
+
end
|
|
4699
|
+
end
|
|
4700
|
+
|
|
4701
|
+
class TransitTableTransitTimeRowTransitTimeValue
|
|
4702
|
+
# @private
|
|
4703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4704
|
+
property :max_transit_time_in_days, as: 'maxTransitTimeInDays'
|
|
4705
|
+
property :min_transit_time_in_days, as: 'minTransitTimeInDays'
|
|
4706
|
+
end
|
|
4707
|
+
end
|
|
4708
|
+
|
|
4709
|
+
class UnitInvoice
|
|
4710
|
+
# @private
|
|
4711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4712
|
+
collection :additional_charges, as: 'additionalCharges', class: Google::Apis::ContentV2::UnitInvoiceAdditionalCharge, decorator: Google::Apis::ContentV2::UnitInvoiceAdditionalCharge::Representation
|
|
4713
|
+
|
|
4714
|
+
collection :promotions, as: 'promotions', class: Google::Apis::ContentV2::Promotion, decorator: Google::Apis::ContentV2::Promotion::Representation
|
|
4715
|
+
|
|
4716
|
+
property :unit_price_pretax, as: 'unitPricePretax', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4717
|
+
|
|
4718
|
+
collection :unit_price_taxes, as: 'unitPriceTaxes', class: Google::Apis::ContentV2::UnitInvoiceTaxLine, decorator: Google::Apis::ContentV2::UnitInvoiceTaxLine::Representation
|
|
4719
|
+
|
|
4720
|
+
end
|
|
4721
|
+
end
|
|
4722
|
+
|
|
4723
|
+
class UnitInvoiceAdditionalCharge
|
|
4724
|
+
# @private
|
|
4725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4726
|
+
property :additional_charge_amount, as: 'additionalChargeAmount', class: Google::Apis::ContentV2::Amount, decorator: Google::Apis::ContentV2::Amount::Representation
|
|
4727
|
+
|
|
4728
|
+
collection :additional_charge_promotions, as: 'additionalChargePromotions', class: Google::Apis::ContentV2::Promotion, decorator: Google::Apis::ContentV2::Promotion::Representation
|
|
4729
|
+
|
|
4730
|
+
property :type, as: 'type'
|
|
4731
|
+
end
|
|
4732
|
+
end
|
|
4733
|
+
|
|
4734
|
+
class UnitInvoiceTaxLine
|
|
4735
|
+
# @private
|
|
4736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4737
|
+
property :tax_amount, as: 'taxAmount', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4738
|
+
|
|
4739
|
+
property :tax_name, as: 'taxName'
|
|
4740
|
+
property :tax_type, as: 'taxType'
|
|
4741
|
+
end
|
|
4742
|
+
end
|
|
4743
|
+
|
|
4744
|
+
class Value
|
|
4745
|
+
# @private
|
|
4746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4747
|
+
property :carrier_rate_name, as: 'carrierRateName'
|
|
4748
|
+
property :flat_rate, as: 'flatRate', class: Google::Apis::ContentV2::Price, decorator: Google::Apis::ContentV2::Price::Representation
|
|
4749
|
+
|
|
4750
|
+
property :no_shipping, as: 'noShipping'
|
|
4751
|
+
property :price_percentage, as: 'pricePercentage'
|
|
4752
|
+
property :subtable_name, as: 'subtableName'
|
|
4753
|
+
end
|
|
4754
|
+
end
|
|
4755
|
+
|
|
4756
|
+
class Weight
|
|
4757
|
+
# @private
|
|
4758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4759
|
+
property :unit, as: 'unit'
|
|
4760
|
+
property :value, as: 'value'
|
|
4761
|
+
end
|
|
4762
|
+
end
|
|
4763
|
+
end
|
|
4764
|
+
end
|
|
4765
|
+
end
|