google-apis-merchantapi_accounts_v1beta 0.12.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 +5 -0
- data/lib/google/apis/merchantapi_accounts_v1beta/classes.rb +664 -95
- data/lib/google/apis/merchantapi_accounts_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/merchantapi_accounts_v1beta/representations.rb +285 -0
- data/lib/google/apis/merchantapi_accounts_v1beta/service.rb +489 -40
- metadata +3 -3
@@ -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
|
|
@@ -232,6 +238,18 @@ module Google
|
|
232
238
|
include Google::Apis::Core::JsonObjectSupport
|
233
239
|
end
|
234
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
|
+
|
235
253
|
class GeoTargetArea
|
236
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
255
|
|
@@ -280,12 +298,60 @@ module Google
|
|
280
298
|
include Google::Apis::Core::JsonObjectSupport
|
281
299
|
end
|
282
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
|
+
|
283
313
|
class ItemUpdatesAccountLevelSettings
|
284
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
315
|
|
286
316
|
include Google::Apis::Core::JsonObjectSupport
|
287
317
|
end
|
288
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
|
+
|
289
355
|
class ListAccountIssuesResponse
|
290
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
357
|
|
@@ -310,6 +376,18 @@ module Google
|
|
310
376
|
include Google::Apis::Core::JsonObjectSupport
|
311
377
|
end
|
312
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
|
+
|
313
391
|
class ListOnlineReturnPoliciesResponse
|
314
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
393
|
|
@@ -346,6 +424,12 @@ module Google
|
|
346
424
|
include Google::Apis::Core::JsonObjectSupport
|
347
425
|
end
|
348
426
|
|
427
|
+
class LocalListingManagement
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
349
433
|
class LocationIdSet
|
350
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
435
|
|
@@ -370,6 +454,18 @@ module Google
|
|
370
454
|
include Google::Apis::Core::JsonObjectSupport
|
371
455
|
end
|
372
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
|
+
|
373
469
|
class OnlineReturnPolicy
|
374
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
471
|
|
@@ -382,6 +478,12 @@ module Google
|
|
382
478
|
include Google::Apis::Core::JsonObjectSupport
|
383
479
|
end
|
384
480
|
|
481
|
+
class Pickup
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
385
487
|
class Policy
|
386
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
489
|
|
@@ -460,6 +562,18 @@ module Google
|
|
460
562
|
include Google::Apis::Core::JsonObjectSupport
|
461
563
|
end
|
462
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
|
+
|
463
577
|
class Required
|
464
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
579
|
|
@@ -610,6 +724,14 @@ module Google
|
|
610
724
|
include Google::Apis::Core::JsonObjectSupport
|
611
725
|
end
|
612
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
|
+
|
613
735
|
class AcceptTermsOfServiceResponse
|
614
736
|
# @private
|
615
737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -689,6 +811,8 @@ module Google
|
|
689
811
|
property :external_account_id, as: 'externalAccountId'
|
690
812
|
property :handshake, as: 'handshake', class: Google::Apis::MerchantapiAccountsV1beta::Handshake, decorator: Google::Apis::MerchantapiAccountsV1beta::Handshake::Representation
|
691
813
|
|
814
|
+
property :local_listing_management, as: 'localListingManagement', class: Google::Apis::MerchantapiAccountsV1beta::LocalListingManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::LocalListingManagement::Representation
|
815
|
+
|
692
816
|
property :mutability, as: 'mutability'
|
693
817
|
property :name, as: 'name'
|
694
818
|
property :products_management, as: 'productsManagement', class: Google::Apis::MerchantapiAccountsV1beta::ProductsManagement, decorator: Google::Apis::MerchantapiAccountsV1beta::ProductsManagement::Representation
|
@@ -965,6 +1089,26 @@ module Google
|
|
965
1089
|
end
|
966
1090
|
end
|
967
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
|
+
|
968
1112
|
class GeoTargetArea
|
969
1113
|
# @private
|
970
1114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1034,6 +1178,24 @@ module Google
|
|
1034
1178
|
end
|
1035
1179
|
end
|
1036
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
|
+
|
1037
1199
|
class ItemUpdatesAccountLevelSettings
|
1038
1200
|
# @private
|
1039
1201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1044,6 +1206,54 @@ module Google
|
|
1044
1206
|
end
|
1045
1207
|
end
|
1046
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
|
+
|
1047
1257
|
class ListAccountIssuesResponse
|
1048
1258
|
# @private
|
1049
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1080,6 +1290,24 @@ module Google
|
|
1080
1290
|
end
|
1081
1291
|
end
|
1082
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
|
+
|
1083
1311
|
class ListOnlineReturnPoliciesResponse
|
1084
1312
|
# @private
|
1085
1313
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1133,6 +1361,12 @@ module Google
|
|
1133
1361
|
end
|
1134
1362
|
end
|
1135
1363
|
|
1364
|
+
class LocalListingManagement
|
1365
|
+
# @private
|
1366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1367
|
+
end
|
1368
|
+
end
|
1369
|
+
|
1136
1370
|
class LocationIdSet
|
1137
1371
|
# @private
|
1138
1372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1164,6 +1398,35 @@ module Google
|
|
1164
1398
|
end
|
1165
1399
|
end
|
1166
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
|
+
|
1167
1430
|
class OnlineReturnPolicy
|
1168
1431
|
# @private
|
1169
1432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1199,6 +1462,14 @@ module Google
|
|
1199
1462
|
end
|
1200
1463
|
end
|
1201
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
|
+
|
1202
1473
|
class Policy
|
1203
1474
|
# @private
|
1204
1475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1338,6 +1609,20 @@ module Google
|
|
1338
1609
|
end
|
1339
1610
|
end
|
1340
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
|
+
|
1341
1626
|
class Required
|
1342
1627
|
# @private
|
1343
1628
|
class Representation < Google::Apis::Core::JsonRepresentation
|