google-apis-merchantapi_accounts_v1beta 0.11.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/merchantapi_accounts_v1beta/classes.rb +1068 -168
- data/lib/google/apis/merchantapi_accounts_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/merchantapi_accounts_v1beta/representations.rb +447 -0
- data/lib/google/apis/merchantapi_accounts_v1beta/service.rb +773 -43
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiAccountsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_accounts_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250603"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module MerchantapiAccountsV1beta
|
24
24
|
|
25
|
+
class About
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AcceptTermsOfServiceResponse
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -52,6 +58,24 @@ module Google
|
|
52
58
|
include Google::Apis::Core::JsonObjectSupport
|
53
59
|
end
|
54
60
|
|
61
|
+
class AccountManagement
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AccountRelationship
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AccountService
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
55
79
|
class AddAccountService
|
56
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
81
|
|
@@ -70,6 +94,12 @@ module Google
|
|
70
94
|
include Google::Apis::Core::JsonObjectSupport
|
71
95
|
end
|
72
96
|
|
97
|
+
class ApproveAccountServiceRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
73
103
|
class AutofeedSettings
|
74
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
105
|
|
@@ -118,6 +148,12 @@ module Google
|
|
118
148
|
include Google::Apis::Core::JsonObjectSupport
|
119
149
|
end
|
120
150
|
|
151
|
+
class CampaignsManagement
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
121
157
|
class CarrierRate
|
122
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
159
|
|
@@ -202,12 +238,30 @@ module Google
|
|
202
238
|
include Google::Apis::Core::JsonObjectSupport
|
203
239
|
end
|
204
240
|
|
241
|
+
class FindLfpProvidersResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GbpAccount
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
205
253
|
class GeoTargetArea
|
206
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
255
|
|
208
256
|
include Google::Apis::Core::JsonObjectSupport
|
209
257
|
end
|
210
258
|
|
259
|
+
class Handshake
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
211
265
|
class Headers
|
212
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
267
|
|
@@ -244,24 +298,96 @@ module Google
|
|
244
298
|
include Google::Apis::Core::JsonObjectSupport
|
245
299
|
end
|
246
300
|
|
301
|
+
class InStock
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class InventoryVerification
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
247
313
|
class ItemUpdatesAccountLevelSettings
|
248
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
315
|
|
250
316
|
include Google::Apis::Core::JsonObjectSupport
|
251
317
|
end
|
252
318
|
|
319
|
+
class LfpLink
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class LfpProvider
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class LinkGbpAccountRequest
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class LinkGbpAccountResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class LinkLfpProviderRequest
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class LinkLfpProviderResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
253
355
|
class ListAccountIssuesResponse
|
254
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
357
|
|
256
358
|
include Google::Apis::Core::JsonObjectSupport
|
257
359
|
end
|
258
360
|
|
361
|
+
class ListAccountRelationshipsResponse
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class ListAccountServicesResponse
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
259
373
|
class ListAccountsResponse
|
260
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
375
|
|
262
376
|
include Google::Apis::Core::JsonObjectSupport
|
263
377
|
end
|
264
378
|
|
379
|
+
class ListGbpAccountsResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListOmnichannelSettingsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
265
391
|
class ListOnlineReturnPoliciesResponse
|
266
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
393
|
|
@@ -298,6 +424,12 @@ module Google
|
|
298
424
|
include Google::Apis::Core::JsonObjectSupport
|
299
425
|
end
|
300
426
|
|
427
|
+
class LocalListingManagement
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
301
433
|
class LocationIdSet
|
302
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
435
|
|
@@ -322,6 +454,18 @@ module Google
|
|
322
454
|
include Google::Apis::Core::JsonObjectSupport
|
323
455
|
end
|
324
456
|
|
457
|
+
class OmnichannelSetting
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class OnDisplayToOrder
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
325
469
|
class OnlineReturnPolicy
|
326
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
471
|
|
@@ -334,6 +478,12 @@ module Google
|
|
334
478
|
include Google::Apis::Core::JsonObjectSupport
|
335
479
|
end
|
336
480
|
|
481
|
+
class Pickup
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
337
487
|
class Policy
|
338
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
489
|
|
@@ -376,12 +526,24 @@ module Google
|
|
376
526
|
include Google::Apis::Core::JsonObjectSupport
|
377
527
|
end
|
378
528
|
|
529
|
+
class ProductsManagement
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
379
535
|
class Program
|
380
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
537
|
|
382
538
|
include Google::Apis::Core::JsonObjectSupport
|
383
539
|
end
|
384
540
|
|
541
|
+
class ProposeAccountServiceRequest
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
385
547
|
class RateGroup
|
386
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
549
|
|
@@ -394,6 +556,24 @@ module Google
|
|
394
556
|
include Google::Apis::Core::JsonObjectSupport
|
395
557
|
end
|
396
558
|
|
559
|
+
class RejectAccountServiceRequest
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class RequestInventoryVerificationRequest
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class RequestInventoryVerificationResponse
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
397
577
|
class Required
|
398
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
579
|
|
@@ -544,6 +724,14 @@ module Google
|
|
544
724
|
include Google::Apis::Core::JsonObjectSupport
|
545
725
|
end
|
546
726
|
|
727
|
+
class About
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
property :state, as: 'state'
|
731
|
+
property :uri, as: 'uri'
|
732
|
+
end
|
733
|
+
end
|
734
|
+
|
547
735
|
class AcceptTermsOfServiceResponse
|
548
736
|
# @private
|
549
737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -595,6 +783,45 @@ module Google
|
|
595
783
|
end
|
596
784
|
end
|
597
785
|
|
786
|
+
class AccountManagement
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
end
|
790
|
+
end
|
791
|
+
|
792
|
+
class AccountRelationship
|
793
|
+
# @private
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
795
|
+
property :account_id_alias, as: 'accountIdAlias'
|
796
|
+
property :name, as: 'name'
|
797
|
+
property :provider, as: 'provider'
|
798
|
+
property :provider_display_name, as: 'providerDisplayName'
|
799
|
+
end
|
800
|
+
end
|
801
|
+
|
802
|
+
class AccountService
|
803
|
+
# @private
|
804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
805
|
+
property :account_aggregation, as: 'accountAggregation', class: Google::Apis::MerchantapiAccountsV1beta::AccountAggregation, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountAggregation::Representation
|
806
|
+
|
807
|
+
property :account_management, as: 'accountManagement', class: Google::Apis::MerchantapiAccountsV1beta::AccountManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountManagement::Representation
|
808
|
+
|
809
|
+
property :campaigns_management, as: 'campaignsManagement', class: Google::Apis::MerchantapiAccountsV1beta::CampaignsManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::CampaignsManagement::Representation
|
810
|
+
|
811
|
+
property :external_account_id, as: 'externalAccountId'
|
812
|
+
property :handshake, as: 'handshake', class: Google::Apis::MerchantapiAccountsV1beta::Handshake, decorator: Google::Apis::MerchantapiAccountsV1beta::Handshake::Representation
|
813
|
+
|
814
|
+
property :local_listing_management, as: 'localListingManagement', class: Google::Apis::MerchantapiAccountsV1beta::LocalListingManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::LocalListingManagement::Representation
|
815
|
+
|
816
|
+
property :mutability, as: 'mutability'
|
817
|
+
property :name, as: 'name'
|
818
|
+
property :products_management, as: 'productsManagement', class: Google::Apis::MerchantapiAccountsV1beta::ProductsManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::ProductsManagement::Representation
|
819
|
+
|
820
|
+
property :provider, as: 'provider'
|
821
|
+
property :provider_display_name, as: 'providerDisplayName'
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
598
825
|
class AddAccountService
|
599
826
|
# @private
|
600
827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -624,6 +851,12 @@ module Google
|
|
624
851
|
end
|
625
852
|
end
|
626
853
|
|
854
|
+
class ApproveAccountServiceRequest
|
855
|
+
# @private
|
856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
627
860
|
class AutofeedSettings
|
628
861
|
# @private
|
629
862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -714,6 +947,12 @@ module Google
|
|
714
947
|
end
|
715
948
|
end
|
716
949
|
|
950
|
+
class CampaignsManagement
|
951
|
+
# @private
|
952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
717
956
|
class CarrierRate
|
718
957
|
# @private
|
719
958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -850,6 +1089,26 @@ module Google
|
|
850
1089
|
end
|
851
1090
|
end
|
852
1091
|
|
1092
|
+
class FindLfpProvidersResponse
|
1093
|
+
# @private
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
+
collection :lfp_providers, as: 'lfpProviders', class: Google::Apis::MerchantapiAccountsV1beta::LfpProvider, decorator: Google::Apis::MerchantapiAccountsV1beta::LfpProvider::Representation
|
1096
|
+
|
1097
|
+
property :next_page_token, as: 'nextPageToken'
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
1101
|
+
class GbpAccount
|
1102
|
+
# @private
|
1103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1104
|
+
property :gbp_account_id, as: 'gbpAccountId'
|
1105
|
+
property :gbp_account_name, as: 'gbpAccountName'
|
1106
|
+
property :listing_count, :numeric_string => true, as: 'listingCount'
|
1107
|
+
property :name, as: 'name'
|
1108
|
+
property :type, as: 'type'
|
1109
|
+
end
|
1110
|
+
end
|
1111
|
+
|
853
1112
|
class GeoTargetArea
|
854
1113
|
# @private
|
855
1114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -857,6 +1116,14 @@ module Google
|
|
857
1116
|
end
|
858
1117
|
end
|
859
1118
|
|
1119
|
+
class Handshake
|
1120
|
+
# @private
|
1121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1122
|
+
property :actor, as: 'actor'
|
1123
|
+
property :approval_state, as: 'approvalState'
|
1124
|
+
end
|
1125
|
+
end
|
1126
|
+
|
860
1127
|
class Headers
|
861
1128
|
# @private
|
862
1129
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -911,6 +1178,24 @@ module Google
|
|
911
1178
|
end
|
912
1179
|
end
|
913
1180
|
|
1181
|
+
class InStock
|
1182
|
+
# @private
|
1183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
property :state, as: 'state'
|
1185
|
+
property :uri, as: 'uri'
|
1186
|
+
end
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class InventoryVerification
|
1190
|
+
# @private
|
1191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1192
|
+
property :contact, as: 'contact'
|
1193
|
+
property :contact_email, as: 'contactEmail'
|
1194
|
+
property :contact_state, as: 'contactState'
|
1195
|
+
property :state, as: 'state'
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
914
1199
|
class ItemUpdatesAccountLevelSettings
|
915
1200
|
# @private
|
916
1201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -921,6 +1206,54 @@ module Google
|
|
921
1206
|
end
|
922
1207
|
end
|
923
1208
|
|
1209
|
+
class LfpLink
|
1210
|
+
# @private
|
1211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1212
|
+
property :external_account_id, as: 'externalAccountId'
|
1213
|
+
property :lfp_provider, as: 'lfpProvider'
|
1214
|
+
property :state, as: 'state'
|
1215
|
+
end
|
1216
|
+
end
|
1217
|
+
|
1218
|
+
class LfpProvider
|
1219
|
+
# @private
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1221
|
+
property :display_name, as: 'displayName'
|
1222
|
+
property :name, as: 'name'
|
1223
|
+
property :region_code, as: 'regionCode'
|
1224
|
+
end
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class LinkGbpAccountRequest
|
1228
|
+
# @private
|
1229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1230
|
+
property :gbp_email, as: 'gbpEmail'
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class LinkGbpAccountResponse
|
1235
|
+
# @private
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
|
+
property :response, as: 'response', class: Google::Apis::MerchantapiAccountsV1beta::Empty, decorator: Google::Apis::MerchantapiAccountsV1beta::Empty::Representation
|
1238
|
+
|
1239
|
+
end
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
class LinkLfpProviderRequest
|
1243
|
+
# @private
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1245
|
+
property :external_account_id, as: 'externalAccountId'
|
1246
|
+
end
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class LinkLfpProviderResponse
|
1250
|
+
# @private
|
1251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1252
|
+
property :response, as: 'response', class: Google::Apis::MerchantapiAccountsV1beta::Empty, decorator: Google::Apis::MerchantapiAccountsV1beta::Empty::Representation
|
1253
|
+
|
1254
|
+
end
|
1255
|
+
end
|
1256
|
+
|
924
1257
|
class ListAccountIssuesResponse
|
925
1258
|
# @private
|
926
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -930,6 +1263,24 @@ module Google
|
|
930
1263
|
end
|
931
1264
|
end
|
932
1265
|
|
1266
|
+
class ListAccountRelationshipsResponse
|
1267
|
+
# @private
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1269
|
+
collection :account_relationships, as: 'accountRelationships', class: Google::Apis::MerchantapiAccountsV1beta::AccountRelationship, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountRelationship::Representation
|
1270
|
+
|
1271
|
+
property :next_page_token, as: 'nextPageToken'
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class ListAccountServicesResponse
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
collection :account_services, as: 'accountServices', class: Google::Apis::MerchantapiAccountsV1beta::AccountService, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountService::Representation
|
1279
|
+
|
1280
|
+
property :next_page_token, as: 'nextPageToken'
|
1281
|
+
end
|
1282
|
+
end
|
1283
|
+
|
933
1284
|
class ListAccountsResponse
|
934
1285
|
# @private
|
935
1286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -939,6 +1290,24 @@ module Google
|
|
939
1290
|
end
|
940
1291
|
end
|
941
1292
|
|
1293
|
+
class ListGbpAccountsResponse
|
1294
|
+
# @private
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1296
|
+
collection :gbp_accounts, as: 'gbpAccounts', class: Google::Apis::MerchantapiAccountsV1beta::GbpAccount, decorator: Google::Apis::MerchantapiAccountsV1beta::GbpAccount::Representation
|
1297
|
+
|
1298
|
+
property :next_page_token, as: 'nextPageToken'
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class ListOmnichannelSettingsResponse
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :next_page_token, as: 'nextPageToken'
|
1306
|
+
collection :omnichannel_settings, as: 'omnichannelSettings', class: Google::Apis::MerchantapiAccountsV1beta::OmnichannelSetting, decorator: Google::Apis::MerchantapiAccountsV1beta::OmnichannelSetting::Representation
|
1307
|
+
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
942
1311
|
class ListOnlineReturnPoliciesResponse
|
943
1312
|
# @private
|
944
1313
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -992,6 +1361,12 @@ module Google
|
|
992
1361
|
end
|
993
1362
|
end
|
994
1363
|
|
1364
|
+
class LocalListingManagement
|
1365
|
+
# @private
|
1366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1367
|
+
end
|
1368
|
+
end
|
1369
|
+
|
995
1370
|
class LocationIdSet
|
996
1371
|
# @private
|
997
1372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1023,6 +1398,35 @@ module Google
|
|
1023
1398
|
end
|
1024
1399
|
end
|
1025
1400
|
|
1401
|
+
class OmnichannelSetting
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
property :about, as: 'about', class: Google::Apis::MerchantapiAccountsV1beta::About, decorator: Google::Apis::MerchantapiAccountsV1beta::About::Representation
|
1405
|
+
|
1406
|
+
property :in_stock, as: 'inStock', class: Google::Apis::MerchantapiAccountsV1beta::InStock, decorator: Google::Apis::MerchantapiAccountsV1beta::InStock::Representation
|
1407
|
+
|
1408
|
+
property :inventory_verification, as: 'inventoryVerification', class: Google::Apis::MerchantapiAccountsV1beta::InventoryVerification, decorator: Google::Apis::MerchantapiAccountsV1beta::InventoryVerification::Representation
|
1409
|
+
|
1410
|
+
property :lfp_link, as: 'lfpLink', class: Google::Apis::MerchantapiAccountsV1beta::LfpLink, decorator: Google::Apis::MerchantapiAccountsV1beta::LfpLink::Representation
|
1411
|
+
|
1412
|
+
property :lsf_type, as: 'lsfType'
|
1413
|
+
property :name, as: 'name'
|
1414
|
+
property :odo, as: 'odo', class: Google::Apis::MerchantapiAccountsV1beta::OnDisplayToOrder, decorator: Google::Apis::MerchantapiAccountsV1beta::OnDisplayToOrder::Representation
|
1415
|
+
|
1416
|
+
property :pickup, as: 'pickup', class: Google::Apis::MerchantapiAccountsV1beta::Pickup, decorator: Google::Apis::MerchantapiAccountsV1beta::Pickup::Representation
|
1417
|
+
|
1418
|
+
property :region_code, as: 'regionCode'
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
class OnDisplayToOrder
|
1423
|
+
# @private
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
+
property :state, as: 'state'
|
1426
|
+
property :uri, as: 'uri'
|
1427
|
+
end
|
1428
|
+
end
|
1429
|
+
|
1026
1430
|
class OnlineReturnPolicy
|
1027
1431
|
# @private
|
1028
1432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1058,6 +1462,14 @@ module Google
|
|
1058
1462
|
end
|
1059
1463
|
end
|
1060
1464
|
|
1465
|
+
class Pickup
|
1466
|
+
# @private
|
1467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1468
|
+
property :state, as: 'state'
|
1469
|
+
property :uri, as: 'uri'
|
1470
|
+
end
|
1471
|
+
end
|
1472
|
+
|
1061
1473
|
class Policy
|
1062
1474
|
# @private
|
1063
1475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1134,6 +1546,12 @@ module Google
|
|
1134
1546
|
end
|
1135
1547
|
end
|
1136
1548
|
|
1549
|
+
class ProductsManagement
|
1550
|
+
# @private
|
1551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1552
|
+
end
|
1553
|
+
end
|
1554
|
+
|
1137
1555
|
class Program
|
1138
1556
|
# @private
|
1139
1557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1146,6 +1564,15 @@ module Google
|
|
1146
1564
|
end
|
1147
1565
|
end
|
1148
1566
|
|
1567
|
+
class ProposeAccountServiceRequest
|
1568
|
+
# @private
|
1569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1570
|
+
property :account_service, as: 'accountService', class: Google::Apis::MerchantapiAccountsV1beta::AccountService, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountService::Representation
|
1571
|
+
|
1572
|
+
property :provider, as: 'provider'
|
1573
|
+
end
|
1574
|
+
end
|
1575
|
+
|
1149
1576
|
class RateGroup
|
1150
1577
|
# @private
|
1151
1578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1176,6 +1603,26 @@ module Google
|
|
1176
1603
|
end
|
1177
1604
|
end
|
1178
1605
|
|
1606
|
+
class RejectAccountServiceRequest
|
1607
|
+
# @private
|
1608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1609
|
+
end
|
1610
|
+
end
|
1611
|
+
|
1612
|
+
class RequestInventoryVerificationRequest
|
1613
|
+
# @private
|
1614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class RequestInventoryVerificationResponse
|
1619
|
+
# @private
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :omnichannel_setting, as: 'omnichannelSetting', class: Google::Apis::MerchantapiAccountsV1beta::OmnichannelSetting, decorator: Google::Apis::MerchantapiAccountsV1beta::OmnichannelSetting::Representation
|
1622
|
+
|
1623
|
+
end
|
1624
|
+
end
|
1625
|
+
|
1179
1626
|
class Required
|
1180
1627
|
# @private
|
1181
1628
|
class Representation < Google::Apis::Core::JsonRepresentation
|