@graphcommerce/magento-graphql-rest 9.0.0-canary.98 → 9.0.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.
- package/CHANGELOG.md +19 -49
- package/package.json +9 -8
- package/scripts/m2rest-admin.json +1063 -3697
- package/scripts/m2rest-customer.json +253 -900
- package/scripts/m2rest-guest.json +196 -715
|
@@ -202,9 +202,7 @@
|
|
|
202
202
|
"paths": {
|
|
203
203
|
"/V1/applepay/auth": {
|
|
204
204
|
"get": {
|
|
205
|
-
"tags": [
|
|
206
|
-
"applepay/auth"
|
|
207
|
-
],
|
|
205
|
+
"tags": ["applepay/auth"],
|
|
208
206
|
"description": "Returns details required to be able to submit a payment with apple pay.",
|
|
209
207
|
"operationId": "GetV1ApplepayAuth",
|
|
210
208
|
"responses": {
|
|
@@ -244,9 +242,7 @@
|
|
|
244
242
|
},
|
|
245
243
|
"/V1/carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}": {
|
|
246
244
|
"get": {
|
|
247
|
-
"tags": [
|
|
248
|
-
"carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}"
|
|
249
|
-
],
|
|
245
|
+
"tags": ["carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}"],
|
|
250
246
|
"description": "Check gift card balance if added to the cart.",
|
|
251
247
|
"operationId": "GetV1CartsGuestcartsCartIdCheckGiftCardGiftCardCode",
|
|
252
248
|
"parameters": [
|
|
@@ -334,9 +330,7 @@
|
|
|
334
330
|
},
|
|
335
331
|
"/V1/carts/guest-carts/{cartId}/giftCards": {
|
|
336
332
|
"post": {
|
|
337
|
-
"tags": [
|
|
338
|
-
"carts/guest-carts/{cartId}/giftCards"
|
|
339
|
-
],
|
|
333
|
+
"tags": ["carts/guest-carts/{cartId}/giftCards"],
|
|
340
334
|
"description": "Add gift card to the cart.",
|
|
341
335
|
"operationId": "PostV1CartsGuestcartsCartIdGiftCards",
|
|
342
336
|
"parameters": [
|
|
@@ -353,9 +347,7 @@
|
|
|
353
347
|
"content": {
|
|
354
348
|
"application/json": {
|
|
355
349
|
"schema": {
|
|
356
|
-
"required": [
|
|
357
|
-
"giftCardAccountData"
|
|
358
|
-
],
|
|
350
|
+
"required": ["giftCardAccountData"],
|
|
359
351
|
"properties": {
|
|
360
352
|
"giftCardAccountData": {
|
|
361
353
|
"$ref": "#/components/schemas/gift-card-account-data-gift-card-account-interface"
|
|
@@ -369,9 +361,7 @@
|
|
|
369
361
|
},
|
|
370
362
|
"application/xml": {
|
|
371
363
|
"schema": {
|
|
372
|
-
"required": [
|
|
373
|
-
"giftCardAccountData"
|
|
374
|
-
],
|
|
364
|
+
"required": ["giftCardAccountData"],
|
|
375
365
|
"properties": {
|
|
376
366
|
"giftCardAccountData": {
|
|
377
367
|
"$ref": "#/components/schemas/gift-card-account-data-gift-card-account-interface"
|
|
@@ -437,9 +427,7 @@
|
|
|
437
427
|
},
|
|
438
428
|
"/V1/carts/guest-carts/{cartId}/giftCards/{giftCardCode}": {
|
|
439
429
|
"delete": {
|
|
440
|
-
"tags": [
|
|
441
|
-
"carts/guest-carts/{cartId}/giftCards/{giftCardCode}"
|
|
442
|
-
],
|
|
430
|
+
"tags": ["carts/guest-carts/{cartId}/giftCards/{giftCardCode}"],
|
|
443
431
|
"description": "Remove GiftCard Account entity.",
|
|
444
432
|
"operationId": "DeleteV1CartsGuestcartsCartIdGiftCardsGiftCardCode",
|
|
445
433
|
"parameters": [
|
|
@@ -497,18 +485,14 @@
|
|
|
497
485
|
},
|
|
498
486
|
"/V1/customers": {
|
|
499
487
|
"post": {
|
|
500
|
-
"tags": [
|
|
501
|
-
"customers"
|
|
502
|
-
],
|
|
488
|
+
"tags": ["customers"],
|
|
503
489
|
"description": "Create customer account. Perform necessary business operations like sending email.",
|
|
504
490
|
"operationId": "PostV1Customers",
|
|
505
491
|
"requestBody": {
|
|
506
492
|
"content": {
|
|
507
493
|
"application/json": {
|
|
508
494
|
"schema": {
|
|
509
|
-
"required": [
|
|
510
|
-
"customer"
|
|
511
|
-
],
|
|
495
|
+
"required": ["customer"],
|
|
512
496
|
"properties": {
|
|
513
497
|
"customer": {
|
|
514
498
|
"$ref": "#/components/schemas/customer-data-customer-interface"
|
|
@@ -528,9 +512,7 @@
|
|
|
528
512
|
},
|
|
529
513
|
"application/xml": {
|
|
530
514
|
"schema": {
|
|
531
|
-
"required": [
|
|
532
|
-
"customer"
|
|
533
|
-
],
|
|
515
|
+
"required": ["customer"],
|
|
534
516
|
"properties": {
|
|
535
517
|
"customer": {
|
|
536
518
|
"$ref": "#/components/schemas/customer-data-customer-interface"
|
|
@@ -602,18 +584,14 @@
|
|
|
602
584
|
},
|
|
603
585
|
"/V1/customers/isEmailAvailable": {
|
|
604
586
|
"post": {
|
|
605
|
-
"tags": [
|
|
606
|
-
"customers/isEmailAvailable"
|
|
607
|
-
],
|
|
587
|
+
"tags": ["customers/isEmailAvailable"],
|
|
608
588
|
"description": "Check if given email is associated with a customer account in given website.",
|
|
609
589
|
"operationId": "PostV1CustomersIsEmailAvailable",
|
|
610
590
|
"requestBody": {
|
|
611
591
|
"content": {
|
|
612
592
|
"application/json": {
|
|
613
593
|
"schema": {
|
|
614
|
-
"required": [
|
|
615
|
-
"customerEmail"
|
|
616
|
-
],
|
|
594
|
+
"required": ["customerEmail"],
|
|
617
595
|
"properties": {
|
|
618
596
|
"customerEmail": {
|
|
619
597
|
"type": "string"
|
|
@@ -631,9 +609,7 @@
|
|
|
631
609
|
},
|
|
632
610
|
"application/xml": {
|
|
633
611
|
"schema": {
|
|
634
|
-
"required": [
|
|
635
|
-
"customerEmail"
|
|
636
|
-
],
|
|
612
|
+
"required": ["customerEmail"],
|
|
637
613
|
"properties": {
|
|
638
614
|
"customerEmail": {
|
|
639
615
|
"type": "string"
|
|
@@ -703,19 +679,14 @@
|
|
|
703
679
|
},
|
|
704
680
|
"/V1/customers/password": {
|
|
705
681
|
"put": {
|
|
706
|
-
"tags": [
|
|
707
|
-
"customers/password"
|
|
708
|
-
],
|
|
682
|
+
"tags": ["customers/password"],
|
|
709
683
|
"description": "Send an email to the customer with a password reset link.",
|
|
710
684
|
"operationId": "PutV1CustomersPassword",
|
|
711
685
|
"requestBody": {
|
|
712
686
|
"content": {
|
|
713
687
|
"application/json": {
|
|
714
688
|
"schema": {
|
|
715
|
-
"required": [
|
|
716
|
-
"email",
|
|
717
|
-
"template"
|
|
718
|
-
],
|
|
689
|
+
"required": ["email", "template"],
|
|
719
690
|
"properties": {
|
|
720
691
|
"email": {
|
|
721
692
|
"type": "string"
|
|
@@ -735,10 +706,7 @@
|
|
|
735
706
|
},
|
|
736
707
|
"application/xml": {
|
|
737
708
|
"schema": {
|
|
738
|
-
"required": [
|
|
739
|
-
"email",
|
|
740
|
-
"template"
|
|
741
|
-
],
|
|
709
|
+
"required": ["email", "template"],
|
|
742
710
|
"properties": {
|
|
743
711
|
"email": {
|
|
744
712
|
"type": "string"
|
|
@@ -812,20 +780,14 @@
|
|
|
812
780
|
},
|
|
813
781
|
"/V1/customers/resetPassword": {
|
|
814
782
|
"post": {
|
|
815
|
-
"tags": [
|
|
816
|
-
"customers/resetPassword"
|
|
817
|
-
],
|
|
783
|
+
"tags": ["customers/resetPassword"],
|
|
818
784
|
"description": "Reset customer password.",
|
|
819
785
|
"operationId": "PostV1CustomersResetPassword",
|
|
820
786
|
"requestBody": {
|
|
821
787
|
"content": {
|
|
822
788
|
"application/json": {
|
|
823
789
|
"schema": {
|
|
824
|
-
"required": [
|
|
825
|
-
"email",
|
|
826
|
-
"resetToken",
|
|
827
|
-
"newPassword"
|
|
828
|
-
],
|
|
790
|
+
"required": ["email", "resetToken", "newPassword"],
|
|
829
791
|
"properties": {
|
|
830
792
|
"email": {
|
|
831
793
|
"type": "string",
|
|
@@ -846,11 +808,7 @@
|
|
|
846
808
|
},
|
|
847
809
|
"application/xml": {
|
|
848
810
|
"schema": {
|
|
849
|
-
"required": [
|
|
850
|
-
"email",
|
|
851
|
-
"resetToken",
|
|
852
|
-
"newPassword"
|
|
853
|
-
],
|
|
811
|
+
"required": ["email", "resetToken", "newPassword"],
|
|
854
812
|
"properties": {
|
|
855
813
|
"email": {
|
|
856
814
|
"type": "string",
|
|
@@ -925,9 +883,7 @@
|
|
|
925
883
|
},
|
|
926
884
|
"/V1/customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}": {
|
|
927
885
|
"get": {
|
|
928
|
-
"tags": [
|
|
929
|
-
"customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}"
|
|
930
|
-
],
|
|
886
|
+
"tags": ["customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}"],
|
|
931
887
|
"description": "Check if password reset token is valid.",
|
|
932
888
|
"operationId": "GetV1CustomersCustomerIdPasswordResetLinkTokenResetPasswordLinkToken",
|
|
933
889
|
"parameters": [
|
|
@@ -1018,9 +974,7 @@
|
|
|
1018
974
|
},
|
|
1019
975
|
"/V1/directory/countries": {
|
|
1020
976
|
"get": {
|
|
1021
|
-
"tags": [
|
|
1022
|
-
"directory/countries"
|
|
1023
|
-
],
|
|
977
|
+
"tags": ["directory/countries"],
|
|
1024
978
|
"description": "Get all countries and regions information for the store.",
|
|
1025
979
|
"operationId": "GetV1DirectoryCountries",
|
|
1026
980
|
"responses": {
|
|
@@ -1066,9 +1020,7 @@
|
|
|
1066
1020
|
},
|
|
1067
1021
|
"/V1/directory/countries/{countryId}": {
|
|
1068
1022
|
"get": {
|
|
1069
|
-
"tags": [
|
|
1070
|
-
"directory/countries/{countryId}"
|
|
1071
|
-
],
|
|
1023
|
+
"tags": ["directory/countries/{countryId}"],
|
|
1072
1024
|
"description": "Get country and region information for the store.",
|
|
1073
1025
|
"operationId": "GetV1DirectoryCountriesCountryId",
|
|
1074
1026
|
"parameters": [
|
|
@@ -1133,9 +1085,7 @@
|
|
|
1133
1085
|
},
|
|
1134
1086
|
"/V1/directory/currency": {
|
|
1135
1087
|
"get": {
|
|
1136
|
-
"tags": [
|
|
1137
|
-
"directory/currency"
|
|
1138
|
-
],
|
|
1088
|
+
"tags": ["directory/currency"],
|
|
1139
1089
|
"description": "Get currency information for the store.",
|
|
1140
1090
|
"operationId": "GetV1DirectoryCurrency",
|
|
1141
1091
|
"responses": {
|
|
@@ -1175,9 +1125,7 @@
|
|
|
1175
1125
|
},
|
|
1176
1126
|
"/V1/guest-carts": {
|
|
1177
1127
|
"post": {
|
|
1178
|
-
"tags": [
|
|
1179
|
-
"guest-carts"
|
|
1180
|
-
],
|
|
1128
|
+
"tags": ["guest-carts"],
|
|
1181
1129
|
"description": "Enable an customer or guest user to create an empty cart and quote for an anonymous customer.",
|
|
1182
1130
|
"operationId": "PostV1Guestcarts",
|
|
1183
1131
|
"responses": {
|
|
@@ -1234,9 +1182,7 @@
|
|
|
1234
1182
|
},
|
|
1235
1183
|
"/V1/guest-carts/{cartId}": {
|
|
1236
1184
|
"get": {
|
|
1237
|
-
"tags": [
|
|
1238
|
-
"guest-carts/{cartId}"
|
|
1239
|
-
],
|
|
1185
|
+
"tags": ["guest-carts/{cartId}"],
|
|
1240
1186
|
"description": "Enable a guest user to return information for a specified cart.",
|
|
1241
1187
|
"operationId": "GetV1GuestcartsCartId",
|
|
1242
1188
|
"parameters": [
|
|
@@ -1301,9 +1247,7 @@
|
|
|
1301
1247
|
},
|
|
1302
1248
|
"/V1/guest-carts/{cartId}/billing-address": {
|
|
1303
1249
|
"get": {
|
|
1304
|
-
"tags": [
|
|
1305
|
-
"guest-carts/{cartId}/billing-address"
|
|
1306
|
-
],
|
|
1250
|
+
"tags": ["guest-carts/{cartId}/billing-address"],
|
|
1307
1251
|
"description": "Return the billing address for a specified quote.",
|
|
1308
1252
|
"operationId": "GetV1GuestcartsCartIdBillingaddress",
|
|
1309
1253
|
"parameters": [
|
|
@@ -1367,9 +1311,7 @@
|
|
|
1367
1311
|
"summary": "guest-carts/{cartId}/billing-address"
|
|
1368
1312
|
},
|
|
1369
1313
|
"post": {
|
|
1370
|
-
"tags": [
|
|
1371
|
-
"guest-carts/{cartId}/billing-address"
|
|
1372
|
-
],
|
|
1314
|
+
"tags": ["guest-carts/{cartId}/billing-address"],
|
|
1373
1315
|
"description": "Assign a specified billing address to a specified cart.",
|
|
1374
1316
|
"operationId": "PostV1GuestcartsCartIdBillingaddress",
|
|
1375
1317
|
"parameters": [
|
|
@@ -1387,9 +1329,7 @@
|
|
|
1387
1329
|
"content": {
|
|
1388
1330
|
"application/json": {
|
|
1389
1331
|
"schema": {
|
|
1390
|
-
"required": [
|
|
1391
|
-
"address"
|
|
1392
|
-
],
|
|
1332
|
+
"required": ["address"],
|
|
1393
1333
|
"properties": {
|
|
1394
1334
|
"address": {
|
|
1395
1335
|
"$ref": "#/components/schemas/quote-data-address-interface"
|
|
@@ -1406,9 +1346,7 @@
|
|
|
1406
1346
|
},
|
|
1407
1347
|
"application/xml": {
|
|
1408
1348
|
"schema": {
|
|
1409
|
-
"required": [
|
|
1410
|
-
"address"
|
|
1411
|
-
],
|
|
1349
|
+
"required": ["address"],
|
|
1412
1350
|
"properties": {
|
|
1413
1351
|
"address": {
|
|
1414
1352
|
"$ref": "#/components/schemas/quote-data-address-interface"
|
|
@@ -1479,9 +1417,7 @@
|
|
|
1479
1417
|
},
|
|
1480
1418
|
"/V1/guest-carts/{cartId}/collect-totals": {
|
|
1481
1419
|
"put": {
|
|
1482
|
-
"tags": [
|
|
1483
|
-
"guest-carts/{cartId}/collect-totals"
|
|
1484
|
-
],
|
|
1420
|
+
"tags": ["guest-carts/{cartId}/collect-totals"],
|
|
1485
1421
|
"description": "Set shipping/billing methods and additional data for cart and collect totals for guest.",
|
|
1486
1422
|
"operationId": "PutV1GuestcartsCartIdCollecttotals",
|
|
1487
1423
|
"parameters": [
|
|
@@ -1499,9 +1435,7 @@
|
|
|
1499
1435
|
"content": {
|
|
1500
1436
|
"application/json": {
|
|
1501
1437
|
"schema": {
|
|
1502
|
-
"required": [
|
|
1503
|
-
"paymentMethod"
|
|
1504
|
-
],
|
|
1438
|
+
"required": ["paymentMethod"],
|
|
1505
1439
|
"properties": {
|
|
1506
1440
|
"paymentMethod": {
|
|
1507
1441
|
"$ref": "#/components/schemas/quote-data-payment-interface"
|
|
@@ -1526,9 +1460,7 @@
|
|
|
1526
1460
|
},
|
|
1527
1461
|
"application/xml": {
|
|
1528
1462
|
"schema": {
|
|
1529
|
-
"required": [
|
|
1530
|
-
"paymentMethod"
|
|
1531
|
-
],
|
|
1463
|
+
"required": ["paymentMethod"],
|
|
1532
1464
|
"properties": {
|
|
1533
1465
|
"paymentMethod": {
|
|
1534
1466
|
"$ref": "#/components/schemas/quote-data-payment-interface"
|
|
@@ -1590,9 +1522,7 @@
|
|
|
1590
1522
|
},
|
|
1591
1523
|
"/V1/guest-carts/{cartId}/coupons": {
|
|
1592
1524
|
"get": {
|
|
1593
|
-
"tags": [
|
|
1594
|
-
"guest-carts/{cartId}/coupons"
|
|
1595
|
-
],
|
|
1525
|
+
"tags": ["guest-carts/{cartId}/coupons"],
|
|
1596
1526
|
"description": "Return information for a coupon in a specified cart.",
|
|
1597
1527
|
"operationId": "GetV1GuestcartsCartIdCoupons",
|
|
1598
1528
|
"parameters": [
|
|
@@ -1658,9 +1588,7 @@
|
|
|
1658
1588
|
"summary": "guest-carts/{cartId}/coupons"
|
|
1659
1589
|
},
|
|
1660
1590
|
"delete": {
|
|
1661
|
-
"tags": [
|
|
1662
|
-
"guest-carts/{cartId}/coupons"
|
|
1663
|
-
],
|
|
1591
|
+
"tags": ["guest-carts/{cartId}/coupons"],
|
|
1664
1592
|
"description": "Delete a coupon from a specified cart.",
|
|
1665
1593
|
"operationId": "DeleteV1GuestcartsCartIdCoupons",
|
|
1666
1594
|
"parameters": [
|
|
@@ -1726,9 +1654,7 @@
|
|
|
1726
1654
|
},
|
|
1727
1655
|
"/V1/guest-carts/{cartId}/coupons/{couponCode}": {
|
|
1728
1656
|
"put": {
|
|
1729
|
-
"tags": [
|
|
1730
|
-
"guest-carts/{cartId}/coupons/{couponCode}"
|
|
1731
|
-
],
|
|
1657
|
+
"tags": ["guest-carts/{cartId}/coupons/{couponCode}"],
|
|
1732
1658
|
"description": "Add a coupon by code to a specified cart.",
|
|
1733
1659
|
"operationId": "PutV1GuestcartsCartIdCouponsCouponCode",
|
|
1734
1660
|
"parameters": [
|
|
@@ -1803,9 +1729,7 @@
|
|
|
1803
1729
|
},
|
|
1804
1730
|
"/V1/guest-carts/{cartId}/estimate-shipping-methods": {
|
|
1805
1731
|
"post": {
|
|
1806
|
-
"tags": [
|
|
1807
|
-
"guest-carts/{cartId}/estimate-shipping-methods"
|
|
1808
|
-
],
|
|
1732
|
+
"tags": ["guest-carts/{cartId}/estimate-shipping-methods"],
|
|
1809
1733
|
"description": "Estimate shipping by address and return list of available shipping methods",
|
|
1810
1734
|
"operationId": "PostV1GuestcartsCartIdEstimateshippingmethods",
|
|
1811
1735
|
"parameters": [
|
|
@@ -1822,9 +1746,7 @@
|
|
|
1822
1746
|
"content": {
|
|
1823
1747
|
"application/json": {
|
|
1824
1748
|
"schema": {
|
|
1825
|
-
"required": [
|
|
1826
|
-
"address"
|
|
1827
|
-
],
|
|
1749
|
+
"required": ["address"],
|
|
1828
1750
|
"properties": {
|
|
1829
1751
|
"address": {
|
|
1830
1752
|
"$ref": "#/components/schemas/quote-data-address-interface"
|
|
@@ -1838,9 +1760,7 @@
|
|
|
1838
1760
|
},
|
|
1839
1761
|
"application/xml": {
|
|
1840
1762
|
"schema": {
|
|
1841
|
-
"required": [
|
|
1842
|
-
"address"
|
|
1843
|
-
],
|
|
1763
|
+
"required": ["address"],
|
|
1844
1764
|
"properties": {
|
|
1845
1765
|
"address": {
|
|
1846
1766
|
"$ref": "#/components/schemas/quote-data-address-interface"
|
|
@@ -1914,9 +1834,7 @@
|
|
|
1914
1834
|
},
|
|
1915
1835
|
"/V1/guest-carts/{cartId}/gift-message": {
|
|
1916
1836
|
"get": {
|
|
1917
|
-
"tags": [
|
|
1918
|
-
"guest-carts/{cartId}/gift-message"
|
|
1919
|
-
],
|
|
1837
|
+
"tags": ["guest-carts/{cartId}/gift-message"],
|
|
1920
1838
|
"description": "Return the gift message for a specified order.",
|
|
1921
1839
|
"operationId": "GetV1GuestcartsCartIdGiftmessage",
|
|
1922
1840
|
"parameters": [
|
|
@@ -1965,9 +1883,7 @@
|
|
|
1965
1883
|
"summary": "guest-carts/{cartId}/gift-message"
|
|
1966
1884
|
},
|
|
1967
1885
|
"post": {
|
|
1968
|
-
"tags": [
|
|
1969
|
-
"guest-carts/{cartId}/gift-message"
|
|
1970
|
-
],
|
|
1886
|
+
"tags": ["guest-carts/{cartId}/gift-message"],
|
|
1971
1887
|
"description": "Set the gift message for an entire order.",
|
|
1972
1888
|
"operationId": "PostV1GuestcartsCartIdGiftmessage",
|
|
1973
1889
|
"parameters": [
|
|
@@ -2036,9 +1952,7 @@
|
|
|
2036
1952
|
},
|
|
2037
1953
|
"/V1/guest-carts/{cartId}/gift-message/{itemId}": {
|
|
2038
1954
|
"get": {
|
|
2039
|
-
"tags": [
|
|
2040
|
-
"guest-carts/{cartId}/gift-message/{itemId}"
|
|
2041
|
-
],
|
|
1955
|
+
"tags": ["guest-carts/{cartId}/gift-message/{itemId}"],
|
|
2042
1956
|
"description": "Return the gift message for a specified item in a specified shopping cart.",
|
|
2043
1957
|
"operationId": "GetV1GuestcartsCartIdGiftmessageItemId",
|
|
2044
1958
|
"parameters": [
|
|
@@ -2111,9 +2025,7 @@
|
|
|
2111
2025
|
"summary": "guest-carts/{cartId}/gift-message/{itemId}"
|
|
2112
2026
|
},
|
|
2113
2027
|
"post": {
|
|
2114
|
-
"tags": [
|
|
2115
|
-
"guest-carts/{cartId}/gift-message/{itemId}"
|
|
2116
|
-
],
|
|
2028
|
+
"tags": ["guest-carts/{cartId}/gift-message/{itemId}"],
|
|
2117
2029
|
"description": "Set the gift message for a specified item in a specified shopping cart.",
|
|
2118
2030
|
"operationId": "PostV1GuestcartsCartIdGiftmessageItemId",
|
|
2119
2031
|
"parameters": [
|
|
@@ -2191,9 +2103,7 @@
|
|
|
2191
2103
|
},
|
|
2192
2104
|
"/V1/guest-carts/{cartId}/items": {
|
|
2193
2105
|
"get": {
|
|
2194
|
-
"tags": [
|
|
2195
|
-
"guest-carts/{cartId}/items"
|
|
2196
|
-
],
|
|
2106
|
+
"tags": ["guest-carts/{cartId}/items"],
|
|
2197
2107
|
"description": "List items that are assigned to a specified cart.",
|
|
2198
2108
|
"operationId": "GetV1GuestcartsCartIdItems",
|
|
2199
2109
|
"parameters": [
|
|
@@ -2265,9 +2175,7 @@
|
|
|
2265
2175
|
"summary": "guest-carts/{cartId}/items"
|
|
2266
2176
|
},
|
|
2267
2177
|
"post": {
|
|
2268
|
-
"tags": [
|
|
2269
|
-
"guest-carts/{cartId}/items"
|
|
2270
|
-
],
|
|
2178
|
+
"tags": ["guest-carts/{cartId}/items"],
|
|
2271
2179
|
"description": "Add/update the specified cart item.",
|
|
2272
2180
|
"operationId": "PostV1GuestcartsCartIdItems",
|
|
2273
2181
|
"parameters": [
|
|
@@ -2335,9 +2243,7 @@
|
|
|
2335
2243
|
},
|
|
2336
2244
|
"/V1/guest-carts/{cartId}/items/{itemId}": {
|
|
2337
2245
|
"put": {
|
|
2338
|
-
"tags": [
|
|
2339
|
-
"guest-carts/{cartId}/items/{itemId}"
|
|
2340
|
-
],
|
|
2246
|
+
"tags": ["guest-carts/{cartId}/items/{itemId}"],
|
|
2341
2247
|
"description": "Add/update the specified cart item.",
|
|
2342
2248
|
"operationId": "PutV1GuestcartsCartIdItemsItemId",
|
|
2343
2249
|
"parameters": [
|
|
@@ -2411,9 +2317,7 @@
|
|
|
2411
2317
|
"summary": "guest-carts/{cartId}/items/{itemId}"
|
|
2412
2318
|
},
|
|
2413
2319
|
"delete": {
|
|
2414
|
-
"tags": [
|
|
2415
|
-
"guest-carts/{cartId}/items/{itemId}"
|
|
2416
|
-
],
|
|
2320
|
+
"tags": ["guest-carts/{cartId}/items/{itemId}"],
|
|
2417
2321
|
"description": "Remove the specified item from the specified cart.",
|
|
2418
2322
|
"operationId": "DeleteV1GuestcartsCartIdItemsItemId",
|
|
2419
2323
|
"parameters": [
|
|
@@ -2488,9 +2392,7 @@
|
|
|
2488
2392
|
},
|
|
2489
2393
|
"/V1/guest-carts/{cartId}/order": {
|
|
2490
2394
|
"put": {
|
|
2491
|
-
"tags": [
|
|
2492
|
-
"guest-carts/{cartId}/order"
|
|
2493
|
-
],
|
|
2395
|
+
"tags": ["guest-carts/{cartId}/order"],
|
|
2494
2396
|
"description": "Place an order for a specified cart.",
|
|
2495
2397
|
"operationId": "PutV1GuestcartsCartIdOrder",
|
|
2496
2398
|
"parameters": [
|
|
@@ -2588,9 +2490,7 @@
|
|
|
2588
2490
|
},
|
|
2589
2491
|
"/V1/guest-carts/{cartId}/payment-information": {
|
|
2590
2492
|
"post": {
|
|
2591
|
-
"tags": [
|
|
2592
|
-
"guest-carts/{cartId}/payment-information"
|
|
2593
|
-
],
|
|
2493
|
+
"tags": ["guest-carts/{cartId}/payment-information"],
|
|
2594
2494
|
"description": "Set payment information and place order for a specified cart.",
|
|
2595
2495
|
"operationId": "PostV1GuestcartsCartIdPaymentinformation",
|
|
2596
2496
|
"parameters": [
|
|
@@ -2658,9 +2558,7 @@
|
|
|
2658
2558
|
"summary": "guest-carts/{cartId}/payment-information"
|
|
2659
2559
|
},
|
|
2660
2560
|
"get": {
|
|
2661
|
-
"tags": [
|
|
2662
|
-
"guest-carts/{cartId}/payment-information"
|
|
2663
|
-
],
|
|
2561
|
+
"tags": ["guest-carts/{cartId}/payment-information"],
|
|
2664
2562
|
"description": "Get payment information",
|
|
2665
2563
|
"operationId": "GetV1GuestcartsCartIdPaymentinformation",
|
|
2666
2564
|
"parameters": [
|
|
@@ -2710,9 +2608,7 @@
|
|
|
2710
2608
|
},
|
|
2711
2609
|
"/V1/guest-carts/{cartId}/payment-methods": {
|
|
2712
2610
|
"get": {
|
|
2713
|
-
"tags": [
|
|
2714
|
-
"guest-carts/{cartId}/payment-methods"
|
|
2715
|
-
],
|
|
2611
|
+
"tags": ["guest-carts/{cartId}/payment-methods"],
|
|
2716
2612
|
"description": "List available payment methods for a specified shopping cart. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See https://developer.adobe.com/commerce/webapi/rest/attributes#GuestPaymentMethodManagementInterface to determine which call to use to get detailed information about all attributes for an object.",
|
|
2717
2613
|
"operationId": "GetV1GuestcartsCartIdPaymentmethods",
|
|
2718
2614
|
"parameters": [
|
|
@@ -2786,9 +2682,7 @@
|
|
|
2786
2682
|
},
|
|
2787
2683
|
"/V1/guest-carts/{cartId}/payment-order": {
|
|
2788
2684
|
"post": {
|
|
2789
|
-
"tags": [
|
|
2790
|
-
"guest-carts/{cartId}/payment-order"
|
|
2791
|
-
],
|
|
2685
|
+
"tags": ["guest-carts/{cartId}/payment-order"],
|
|
2792
2686
|
"description": "Create a payment order for guest customer",
|
|
2793
2687
|
"operationId": "PostV1GuestcartsCartIdPaymentorder",
|
|
2794
2688
|
"parameters": [
|
|
@@ -2805,11 +2699,7 @@
|
|
|
2805
2699
|
"content": {
|
|
2806
2700
|
"application/json": {
|
|
2807
2701
|
"schema": {
|
|
2808
|
-
"required": [
|
|
2809
|
-
"methodCode",
|
|
2810
|
-
"paymentSource",
|
|
2811
|
-
"location"
|
|
2812
|
-
],
|
|
2702
|
+
"required": ["methodCode", "paymentSource", "location"],
|
|
2813
2703
|
"properties": {
|
|
2814
2704
|
"methodCode": {
|
|
2815
2705
|
"type": "string"
|
|
@@ -2832,11 +2722,7 @@
|
|
|
2832
2722
|
},
|
|
2833
2723
|
"application/xml": {
|
|
2834
2724
|
"schema": {
|
|
2835
|
-
"required": [
|
|
2836
|
-
"methodCode",
|
|
2837
|
-
"paymentSource",
|
|
2838
|
-
"location"
|
|
2839
|
-
],
|
|
2725
|
+
"required": ["methodCode", "paymentSource", "location"],
|
|
2840
2726
|
"properties": {
|
|
2841
2727
|
"methodCode": {
|
|
2842
2728
|
"type": "string"
|
|
@@ -2911,9 +2797,7 @@
|
|
|
2911
2797
|
},
|
|
2912
2798
|
"/V1/guest-carts/{cartId}/payment-order/{id}": {
|
|
2913
2799
|
"get": {
|
|
2914
|
-
"tags": [
|
|
2915
|
-
"guest-carts/{cartId}/payment-order/{id}"
|
|
2916
|
-
],
|
|
2800
|
+
"tags": ["guest-carts/{cartId}/payment-order/{id}"],
|
|
2917
2801
|
"description": "Get payment order for guest customer",
|
|
2918
2802
|
"operationId": "GetV1GuestcartsCartIdPaymentorderId",
|
|
2919
2803
|
"parameters": [
|
|
@@ -2984,9 +2868,7 @@
|
|
|
2984
2868
|
"summary": "guest-carts/{cartId}/payment-order/{id}"
|
|
2985
2869
|
},
|
|
2986
2870
|
"post": {
|
|
2987
|
-
"tags": [
|
|
2988
|
-
"guest-carts/{cartId}/payment-order/{id}"
|
|
2989
|
-
],
|
|
2871
|
+
"tags": ["guest-carts/{cartId}/payment-order/{id}"],
|
|
2990
2872
|
"description": "Sync payment order for guest customer",
|
|
2991
2873
|
"operationId": "PostV1GuestcartsCartIdPaymentorderId",
|
|
2992
2874
|
"parameters": [
|
|
@@ -3059,9 +2941,7 @@
|
|
|
3059
2941
|
},
|
|
3060
2942
|
"/V1/guest-carts/{cartId}/selected-payment-method": {
|
|
3061
2943
|
"get": {
|
|
3062
|
-
"tags": [
|
|
3063
|
-
"guest-carts/{cartId}/selected-payment-method"
|
|
3064
|
-
],
|
|
2944
|
+
"tags": ["guest-carts/{cartId}/selected-payment-method"],
|
|
3065
2945
|
"description": "Return the payment method for a specified shopping cart.",
|
|
3066
2946
|
"operationId": "GetV1GuestcartsCartIdSelectedpaymentmethod",
|
|
3067
2947
|
"parameters": [
|
|
@@ -3125,9 +3005,7 @@
|
|
|
3125
3005
|
"summary": "guest-carts/{cartId}/selected-payment-method"
|
|
3126
3006
|
},
|
|
3127
3007
|
"put": {
|
|
3128
|
-
"tags": [
|
|
3129
|
-
"guest-carts/{cartId}/selected-payment-method"
|
|
3130
|
-
],
|
|
3008
|
+
"tags": ["guest-carts/{cartId}/selected-payment-method"],
|
|
3131
3009
|
"description": "Add a specified payment method to a specified shopping cart.",
|
|
3132
3010
|
"operationId": "PutV1GuestcartsCartIdSelectedpaymentmethod",
|
|
3133
3011
|
"parameters": [
|
|
@@ -3145,9 +3023,7 @@
|
|
|
3145
3023
|
"content": {
|
|
3146
3024
|
"application/json": {
|
|
3147
3025
|
"schema": {
|
|
3148
|
-
"required": [
|
|
3149
|
-
"method"
|
|
3150
|
-
],
|
|
3026
|
+
"required": ["method"],
|
|
3151
3027
|
"properties": {
|
|
3152
3028
|
"method": {
|
|
3153
3029
|
"$ref": "#/components/schemas/quote-data-payment-interface"
|
|
@@ -3161,9 +3037,7 @@
|
|
|
3161
3037
|
},
|
|
3162
3038
|
"application/xml": {
|
|
3163
3039
|
"schema": {
|
|
3164
|
-
"required": [
|
|
3165
|
-
"method"
|
|
3166
|
-
],
|
|
3040
|
+
"required": ["method"],
|
|
3167
3041
|
"properties": {
|
|
3168
3042
|
"method": {
|
|
3169
3043
|
"$ref": "#/components/schemas/quote-data-payment-interface"
|
|
@@ -3231,9 +3105,7 @@
|
|
|
3231
3105
|
},
|
|
3232
3106
|
"/V1/guest-carts/{cartId}/set-payment-information": {
|
|
3233
3107
|
"post": {
|
|
3234
|
-
"tags": [
|
|
3235
|
-
"guest-carts/{cartId}/set-payment-information"
|
|
3236
|
-
],
|
|
3108
|
+
"tags": ["guest-carts/{cartId}/set-payment-information"],
|
|
3237
3109
|
"description": "Set payment information for a specified cart.",
|
|
3238
3110
|
"operationId": "PostV1GuestcartsCartIdSetpaymentinformation",
|
|
3239
3111
|
"parameters": [
|
|
@@ -3303,9 +3175,7 @@
|
|
|
3303
3175
|
},
|
|
3304
3176
|
"/V1/guest-carts/{cartId}/shipping-information": {
|
|
3305
3177
|
"post": {
|
|
3306
|
-
"tags": [
|
|
3307
|
-
"guest-carts/{cartId}/shipping-information"
|
|
3308
|
-
],
|
|
3178
|
+
"tags": ["guest-carts/{cartId}/shipping-information"],
|
|
3309
3179
|
"description": "",
|
|
3310
3180
|
"operationId": "PostV1GuestcartsCartIdShippinginformation",
|
|
3311
3181
|
"parameters": [
|
|
@@ -3322,9 +3192,7 @@
|
|
|
3322
3192
|
"content": {
|
|
3323
3193
|
"application/json": {
|
|
3324
3194
|
"schema": {
|
|
3325
|
-
"required": [
|
|
3326
|
-
"addressInformation"
|
|
3327
|
-
],
|
|
3195
|
+
"required": ["addressInformation"],
|
|
3328
3196
|
"properties": {
|
|
3329
3197
|
"addressInformation": {
|
|
3330
3198
|
"$ref": "#/components/schemas/checkout-data-shipping-information-interface"
|
|
@@ -3338,9 +3206,7 @@
|
|
|
3338
3206
|
},
|
|
3339
3207
|
"application/xml": {
|
|
3340
3208
|
"schema": {
|
|
3341
|
-
"required": [
|
|
3342
|
-
"addressInformation"
|
|
3343
|
-
],
|
|
3209
|
+
"required": ["addressInformation"],
|
|
3344
3210
|
"properties": {
|
|
3345
3211
|
"addressInformation": {
|
|
3346
3212
|
"$ref": "#/components/schemas/checkout-data-shipping-information-interface"
|
|
@@ -3391,9 +3257,7 @@
|
|
|
3391
3257
|
},
|
|
3392
3258
|
"/V1/guest-carts/{cartId}/shipping-methods": {
|
|
3393
3259
|
"get": {
|
|
3394
|
-
"tags": [
|
|
3395
|
-
"guest-carts/{cartId}/shipping-methods"
|
|
3396
|
-
],
|
|
3260
|
+
"tags": ["guest-carts/{cartId}/shipping-methods"],
|
|
3397
3261
|
"description": "List applicable shipping methods for a specified quote.",
|
|
3398
3262
|
"operationId": "GetV1GuestcartsCartIdShippingmethods",
|
|
3399
3263
|
"parameters": [
|
|
@@ -3467,9 +3331,7 @@
|
|
|
3467
3331
|
},
|
|
3468
3332
|
"/V1/guest-carts/{cartId}/totals": {
|
|
3469
3333
|
"get": {
|
|
3470
|
-
"tags": [
|
|
3471
|
-
"guest-carts/{cartId}/totals"
|
|
3472
|
-
],
|
|
3334
|
+
"tags": ["guest-carts/{cartId}/totals"],
|
|
3473
3335
|
"description": "Return quote totals data for a specified cart.",
|
|
3474
3336
|
"operationId": "GetV1GuestcartsCartIdTotals",
|
|
3475
3337
|
"parameters": [
|
|
@@ -3535,9 +3397,7 @@
|
|
|
3535
3397
|
},
|
|
3536
3398
|
"/V1/guest-carts/{cartId}/totals-information": {
|
|
3537
3399
|
"post": {
|
|
3538
|
-
"tags": [
|
|
3539
|
-
"guest-carts/{cartId}/totals-information"
|
|
3540
|
-
],
|
|
3400
|
+
"tags": ["guest-carts/{cartId}/totals-information"],
|
|
3541
3401
|
"description": "Calculate quote totals based on address and shipping method.",
|
|
3542
3402
|
"operationId": "PostV1GuestcartsCartIdTotalsinformation",
|
|
3543
3403
|
"parameters": [
|
|
@@ -3554,9 +3414,7 @@
|
|
|
3554
3414
|
"content": {
|
|
3555
3415
|
"application/json": {
|
|
3556
3416
|
"schema": {
|
|
3557
|
-
"required": [
|
|
3558
|
-
"addressInformation"
|
|
3559
|
-
],
|
|
3417
|
+
"required": ["addressInformation"],
|
|
3560
3418
|
"properties": {
|
|
3561
3419
|
"addressInformation": {
|
|
3562
3420
|
"$ref": "#/components/schemas/checkout-data-totals-information-interface"
|
|
@@ -3570,9 +3428,7 @@
|
|
|
3570
3428
|
},
|
|
3571
3429
|
"application/xml": {
|
|
3572
3430
|
"schema": {
|
|
3573
|
-
"required": [
|
|
3574
|
-
"addressInformation"
|
|
3575
|
-
],
|
|
3431
|
+
"required": ["addressInformation"],
|
|
3576
3432
|
"properties": {
|
|
3577
3433
|
"addressInformation": {
|
|
3578
3434
|
"$ref": "#/components/schemas/checkout-data-totals-information-interface"
|
|
@@ -3623,9 +3479,7 @@
|
|
|
3623
3479
|
},
|
|
3624
3480
|
"/V1/guest-giftregistry/{cartId}/estimate-shipping-methods": {
|
|
3625
3481
|
"post": {
|
|
3626
|
-
"tags": [
|
|
3627
|
-
"guest-giftregistry/{cartId}/estimate-shipping-methods"
|
|
3628
|
-
],
|
|
3482
|
+
"tags": ["guest-giftregistry/{cartId}/estimate-shipping-methods"],
|
|
3629
3483
|
"description": "Estimate shipping",
|
|
3630
3484
|
"operationId": "PostV1GuestgiftregistryCartIdEstimateshippingmethods",
|
|
3631
3485
|
"parameters": [
|
|
@@ -3643,9 +3497,7 @@
|
|
|
3643
3497
|
"content": {
|
|
3644
3498
|
"application/json": {
|
|
3645
3499
|
"schema": {
|
|
3646
|
-
"required": [
|
|
3647
|
-
"registryId"
|
|
3648
|
-
],
|
|
3500
|
+
"required": ["registryId"],
|
|
3649
3501
|
"properties": {
|
|
3650
3502
|
"registryId": {
|
|
3651
3503
|
"type": "integer",
|
|
@@ -3660,9 +3512,7 @@
|
|
|
3660
3512
|
},
|
|
3661
3513
|
"application/xml": {
|
|
3662
3514
|
"schema": {
|
|
3663
|
-
"required": [
|
|
3664
|
-
"registryId"
|
|
3665
|
-
],
|
|
3515
|
+
"required": ["registryId"],
|
|
3666
3516
|
"properties": {
|
|
3667
3517
|
"registryId": {
|
|
3668
3518
|
"type": "integer",
|
|
@@ -3737,9 +3587,7 @@
|
|
|
3737
3587
|
},
|
|
3738
3588
|
"/V1/integration/admin/token": {
|
|
3739
3589
|
"post": {
|
|
3740
|
-
"tags": [
|
|
3741
|
-
"integration/admin/token"
|
|
3742
|
-
],
|
|
3590
|
+
"tags": ["integration/admin/token"],
|
|
3743
3591
|
"description": "Create access token for admin given the admin credentials.",
|
|
3744
3592
|
"operationId": "PostV1IntegrationAdminToken",
|
|
3745
3593
|
"requestBody": {
|
|
@@ -3814,9 +3662,7 @@
|
|
|
3814
3662
|
},
|
|
3815
3663
|
"/V1/integration/customer/token": {
|
|
3816
3664
|
"post": {
|
|
3817
|
-
"tags": [
|
|
3818
|
-
"integration/customer/token"
|
|
3819
|
-
],
|
|
3665
|
+
"tags": ["integration/customer/token"],
|
|
3820
3666
|
"description": "Create access token for admin given the customer credentials.",
|
|
3821
3667
|
"operationId": "PostV1IntegrationCustomerToken",
|
|
3822
3668
|
"requestBody": {
|
|
@@ -3876,9 +3722,7 @@
|
|
|
3876
3722
|
},
|
|
3877
3723
|
"/V1/inventory/in-store-pickup/pickup-locations/": {
|
|
3878
3724
|
"get": {
|
|
3879
|
-
"tags": [
|
|
3880
|
-
"inventory/in-store-pickup/pickup-locations/"
|
|
3881
|
-
],
|
|
3725
|
+
"tags": ["inventory/in-store-pickup/pickup-locations/"],
|
|
3882
3726
|
"description": "Get Pickup Locations according to the results of filtration by Search Request.",
|
|
3883
3727
|
"operationId": "GetV1InventoryInstorepickupPickuplocations",
|
|
3884
3728
|
"parameters": [
|
|
@@ -4120,9 +3964,7 @@
|
|
|
4120
3964
|
},
|
|
4121
3965
|
"/V1/payments-config/apple-pay/{location}": {
|
|
4122
3966
|
"get": {
|
|
4123
|
-
"tags": [
|
|
4124
|
-
"payments-config/apple-pay/{location}"
|
|
4125
|
-
],
|
|
3967
|
+
"tags": ["payments-config/apple-pay/{location}"],
|
|
4126
3968
|
"description": "Get Apple Pay Config.",
|
|
4127
3969
|
"operationId": "GetV1PaymentsconfigApplepayLocation",
|
|
4128
3970
|
"parameters": [
|
|
@@ -4188,9 +4030,7 @@
|
|
|
4188
4030
|
},
|
|
4189
4031
|
"/V1/payments-config/hosted-fields/{location}": {
|
|
4190
4032
|
"get": {
|
|
4191
|
-
"tags": [
|
|
4192
|
-
"payments-config/hosted-fields/{location}"
|
|
4193
|
-
],
|
|
4033
|
+
"tags": ["payments-config/hosted-fields/{location}"],
|
|
4194
4034
|
"description": "Get Hosted Fields Config.",
|
|
4195
4035
|
"operationId": "GetV1PaymentsconfigHostedfieldsLocation",
|
|
4196
4036
|
"parameters": [
|
|
@@ -4256,9 +4096,7 @@
|
|
|
4256
4096
|
},
|
|
4257
4097
|
"/V1/payments-config/smart-buttons/{location}": {
|
|
4258
4098
|
"get": {
|
|
4259
|
-
"tags": [
|
|
4260
|
-
"payments-config/smart-buttons/{location}"
|
|
4261
|
-
],
|
|
4099
|
+
"tags": ["payments-config/smart-buttons/{location}"],
|
|
4262
4100
|
"description": "Get Smart Buttons Config.",
|
|
4263
4101
|
"operationId": "GetV1PaymentsconfigSmartbuttonsLocation",
|
|
4264
4102
|
"parameters": [
|
|
@@ -4324,9 +4162,7 @@
|
|
|
4324
4162
|
},
|
|
4325
4163
|
"/V1/payments-config/{location}": {
|
|
4326
4164
|
"get": {
|
|
4327
|
-
"tags": [
|
|
4328
|
-
"payments-config/{location}"
|
|
4329
|
-
],
|
|
4165
|
+
"tags": ["payments-config/{location}"],
|
|
4330
4166
|
"description": "Get Config.",
|
|
4331
4167
|
"operationId": "GetV1PaymentsconfigLocation",
|
|
4332
4168
|
"parameters": [
|
|
@@ -4392,9 +4228,7 @@
|
|
|
4392
4228
|
},
|
|
4393
4229
|
"/V1/payments-sdk/{location}": {
|
|
4394
4230
|
"get": {
|
|
4395
|
-
"tags": [
|
|
4396
|
-
"payments-sdk/{location}"
|
|
4397
|
-
],
|
|
4231
|
+
"tags": ["payments-sdk/{location}"],
|
|
4398
4232
|
"description": "Get payment sdk url by location",
|
|
4399
4233
|
"operationId": "GetV1PaymentssdkLocation",
|
|
4400
4234
|
"parameters": [
|
|
@@ -4450,9 +4284,7 @@
|
|
|
4450
4284
|
},
|
|
4451
4285
|
"/V1/payments-sdk/{location}/{methodCode}": {
|
|
4452
4286
|
"get": {
|
|
4453
|
-
"tags": [
|
|
4454
|
-
"payments-sdk/{location}/{methodCode}"
|
|
4455
|
-
],
|
|
4287
|
+
"tags": ["payments-sdk/{location}/{methodCode}"],
|
|
4456
4288
|
"description": "Get payment sdk url by location and methodCode",
|
|
4457
4289
|
"operationId": "GetV1PaymentssdkLocationMethodCode",
|
|
4458
4290
|
"parameters": [
|
|
@@ -4510,9 +4342,7 @@
|
|
|
4510
4342
|
},
|
|
4511
4343
|
"/V1/products-render-info": {
|
|
4512
4344
|
"get": {
|
|
4513
|
-
"tags": [
|
|
4514
|
-
"products-render-info"
|
|
4515
|
-
],
|
|
4345
|
+
"tags": ["products-render-info"],
|
|
4516
4346
|
"description": "Collect and retrieve the list of product render info. This info contains raw prices and formatted prices, product name, stock status, store_id, etc.",
|
|
4517
4347
|
"operationId": "GetV1Productsrenderinfo",
|
|
4518
4348
|
"parameters": [
|
|
@@ -4626,9 +4456,7 @@
|
|
|
4626
4456
|
},
|
|
4627
4457
|
"/V1/search": {
|
|
4628
4458
|
"get": {
|
|
4629
|
-
"tags": [
|
|
4630
|
-
"search"
|
|
4631
|
-
],
|
|
4459
|
+
"tags": ["search"],
|
|
4632
4460
|
"description": "Make Full Text Search and return found Documents",
|
|
4633
4461
|
"operationId": "GetV1Search",
|
|
4634
4462
|
"parameters": [
|
|
@@ -4733,9 +4561,7 @@
|
|
|
4733
4561
|
},
|
|
4734
4562
|
"/V1/tfa/provider/authy/activate": {
|
|
4735
4563
|
"post": {
|
|
4736
|
-
"tags": [
|
|
4737
|
-
"tfa/provider/authy/activate"
|
|
4738
|
-
],
|
|
4564
|
+
"tags": ["tfa/provider/authy/activate"],
|
|
4739
4565
|
"description": "Activate the provider and get an admin token",
|
|
4740
4566
|
"operationId": "PostV1TfaProviderAuthyActivate",
|
|
4741
4567
|
"requestBody": {
|
|
@@ -4763,9 +4589,7 @@
|
|
|
4763
4589
|
},
|
|
4764
4590
|
"/V1/tfa/provider/authy/authenticate": {
|
|
4765
4591
|
"post": {
|
|
4766
|
-
"tags": [
|
|
4767
|
-
"tfa/provider/authy/authenticate"
|
|
4768
|
-
],
|
|
4592
|
+
"tags": ["tfa/provider/authy/authenticate"],
|
|
4769
4593
|
"description": "Get an admin token using authy 2fa",
|
|
4770
4594
|
"operationId": "PostV1TfaProviderAuthyAuthenticate",
|
|
4771
4595
|
"requestBody": {
|
|
@@ -4810,9 +4634,7 @@
|
|
|
4810
4634
|
},
|
|
4811
4635
|
"/V1/tfa/provider/authy/authenticate-onetouch": {
|
|
4812
4636
|
"post": {
|
|
4813
|
-
"tags": [
|
|
4814
|
-
"tfa/provider/authy/authenticate-onetouch"
|
|
4815
|
-
],
|
|
4637
|
+
"tags": ["tfa/provider/authy/authenticate-onetouch"],
|
|
4816
4638
|
"description": "Authenticate using the present one touch response and get an admin token",
|
|
4817
4639
|
"operationId": "PostV1TfaProviderAuthyAuthenticateonetouch",
|
|
4818
4640
|
"requestBody": {
|
|
@@ -4855,19 +4677,14 @@
|
|
|
4855
4677
|
},
|
|
4856
4678
|
"/V1/tfa/provider/authy/configure": {
|
|
4857
4679
|
"post": {
|
|
4858
|
-
"tags": [
|
|
4859
|
-
"tfa/provider/authy/configure"
|
|
4860
|
-
],
|
|
4680
|
+
"tags": ["tfa/provider/authy/configure"],
|
|
4861
4681
|
"description": "Get the information required to configure google",
|
|
4862
4682
|
"operationId": "PostV1TfaProviderAuthyConfigure",
|
|
4863
4683
|
"requestBody": {
|
|
4864
4684
|
"content": {
|
|
4865
4685
|
"application/json": {
|
|
4866
4686
|
"schema": {
|
|
4867
|
-
"required": [
|
|
4868
|
-
"tfaToken",
|
|
4869
|
-
"deviceData"
|
|
4870
|
-
],
|
|
4687
|
+
"required": ["tfaToken", "deviceData"],
|
|
4871
4688
|
"properties": {
|
|
4872
4689
|
"tfaToken": {
|
|
4873
4690
|
"type": "string"
|
|
@@ -4884,10 +4701,7 @@
|
|
|
4884
4701
|
},
|
|
4885
4702
|
"application/xml": {
|
|
4886
4703
|
"schema": {
|
|
4887
|
-
"required": [
|
|
4888
|
-
"tfaToken",
|
|
4889
|
-
"deviceData"
|
|
4890
|
-
],
|
|
4704
|
+
"required": ["tfaToken", "deviceData"],
|
|
4891
4705
|
"properties": {
|
|
4892
4706
|
"tfaToken": {
|
|
4893
4707
|
"type": "string"
|
|
@@ -4941,9 +4755,7 @@
|
|
|
4941
4755
|
},
|
|
4942
4756
|
"/V1/tfa/provider/authy/send-token/{via}": {
|
|
4943
4757
|
"post": {
|
|
4944
|
-
"tags": [
|
|
4945
|
-
"tfa/provider/authy/send-token/{via}"
|
|
4946
|
-
],
|
|
4758
|
+
"tags": ["tfa/provider/authy/send-token/{via}"],
|
|
4947
4759
|
"description": "Send a one time password to a device using authy",
|
|
4948
4760
|
"operationId": "PostV1TfaProviderAuthySendtokenVia",
|
|
4949
4761
|
"parameters": [
|
|
@@ -4981,19 +4793,14 @@
|
|
|
4981
4793
|
},
|
|
4982
4794
|
"/V1/tfa/provider/duo_security/activate": {
|
|
4983
4795
|
"post": {
|
|
4984
|
-
"tags": [
|
|
4985
|
-
"tfa/provider/duo_security/activate"
|
|
4986
|
-
],
|
|
4796
|
+
"tags": ["tfa/provider/duo_security/activate"],
|
|
4987
4797
|
"description": "Activate the provider and get an admin token",
|
|
4988
4798
|
"operationId": "PostV1TfaProviderDuo_securityActivate",
|
|
4989
4799
|
"requestBody": {
|
|
4990
4800
|
"content": {
|
|
4991
4801
|
"application/json": {
|
|
4992
4802
|
"schema": {
|
|
4993
|
-
"required": [
|
|
4994
|
-
"tfaToken",
|
|
4995
|
-
"signatureResponse"
|
|
4996
|
-
],
|
|
4803
|
+
"required": ["tfaToken", "signatureResponse"],
|
|
4997
4804
|
"properties": {
|
|
4998
4805
|
"tfaToken": {
|
|
4999
4806
|
"type": "string"
|
|
@@ -5010,10 +4817,7 @@
|
|
|
5010
4817
|
},
|
|
5011
4818
|
"application/xml": {
|
|
5012
4819
|
"schema": {
|
|
5013
|
-
"required": [
|
|
5014
|
-
"tfaToken",
|
|
5015
|
-
"signatureResponse"
|
|
5016
|
-
],
|
|
4820
|
+
"required": ["tfaToken", "signatureResponse"],
|
|
5017
4821
|
"properties": {
|
|
5018
4822
|
"tfaToken": {
|
|
5019
4823
|
"type": "string"
|
|
@@ -5052,20 +4856,14 @@
|
|
|
5052
4856
|
},
|
|
5053
4857
|
"/V1/tfa/provider/duo_security/authenticate": {
|
|
5054
4858
|
"post": {
|
|
5055
|
-
"tags": [
|
|
5056
|
-
"tfa/provider/duo_security/authenticate"
|
|
5057
|
-
],
|
|
4859
|
+
"tags": ["tfa/provider/duo_security/authenticate"],
|
|
5058
4860
|
"description": "Authenticate and get an admin token",
|
|
5059
4861
|
"operationId": "PostV1TfaProviderDuo_securityAuthenticate",
|
|
5060
4862
|
"requestBody": {
|
|
5061
4863
|
"content": {
|
|
5062
4864
|
"application/json": {
|
|
5063
4865
|
"schema": {
|
|
5064
|
-
"required": [
|
|
5065
|
-
"username",
|
|
5066
|
-
"password",
|
|
5067
|
-
"signatureResponse"
|
|
5068
|
-
],
|
|
4866
|
+
"required": ["username", "password", "signatureResponse"],
|
|
5069
4867
|
"properties": {
|
|
5070
4868
|
"username": {
|
|
5071
4869
|
"type": "string"
|
|
@@ -5085,11 +4883,7 @@
|
|
|
5085
4883
|
},
|
|
5086
4884
|
"application/xml": {
|
|
5087
4885
|
"schema": {
|
|
5088
|
-
"required": [
|
|
5089
|
-
"username",
|
|
5090
|
-
"password",
|
|
5091
|
-
"signatureResponse"
|
|
5092
|
-
],
|
|
4886
|
+
"required": ["username", "password", "signatureResponse"],
|
|
5093
4887
|
"properties": {
|
|
5094
4888
|
"username": {
|
|
5095
4889
|
"type": "string"
|
|
@@ -5146,9 +4940,7 @@
|
|
|
5146
4940
|
},
|
|
5147
4941
|
"/V1/tfa/provider/duo_security/configure": {
|
|
5148
4942
|
"post": {
|
|
5149
|
-
"tags": [
|
|
5150
|
-
"tfa/provider/duo_security/configure"
|
|
5151
|
-
],
|
|
4943
|
+
"tags": ["tfa/provider/duo_security/configure"],
|
|
5152
4944
|
"description": "Get the information required to configure duo",
|
|
5153
4945
|
"operationId": "PostV1TfaProviderDuo_securityConfigure",
|
|
5154
4946
|
"requestBody": {
|
|
@@ -5191,9 +4983,7 @@
|
|
|
5191
4983
|
},
|
|
5192
4984
|
"/V1/tfa/provider/duo_security/get-authentication-data": {
|
|
5193
4985
|
"post": {
|
|
5194
|
-
"tags": [
|
|
5195
|
-
"tfa/provider/duo_security/get-authentication-data"
|
|
5196
|
-
],
|
|
4986
|
+
"tags": ["tfa/provider/duo_security/get-authentication-data"],
|
|
5197
4987
|
"description": "Get the information required to configure duo",
|
|
5198
4988
|
"operationId": "PostV1TfaProviderDuo_securityGetauthenticationdata",
|
|
5199
4989
|
"requestBody": {
|
|
@@ -5236,9 +5026,7 @@
|
|
|
5236
5026
|
},
|
|
5237
5027
|
"/V1/tfa/provider/google/activate": {
|
|
5238
5028
|
"post": {
|
|
5239
|
-
"tags": [
|
|
5240
|
-
"tfa/provider/google/activate"
|
|
5241
|
-
],
|
|
5029
|
+
"tags": ["tfa/provider/google/activate"],
|
|
5242
5030
|
"description": "Activate the provider and get an admin token",
|
|
5243
5031
|
"operationId": "PostV1TfaProviderGoogleActivate",
|
|
5244
5032
|
"requestBody": {
|
|
@@ -5266,9 +5054,7 @@
|
|
|
5266
5054
|
},
|
|
5267
5055
|
"/V1/tfa/provider/google/authenticate": {
|
|
5268
5056
|
"post": {
|
|
5269
|
-
"tags": [
|
|
5270
|
-
"tfa/provider/google/authenticate"
|
|
5271
|
-
],
|
|
5057
|
+
"tags": ["tfa/provider/google/authenticate"],
|
|
5272
5058
|
"description": "Get an admin token by authenticating using google",
|
|
5273
5059
|
"operationId": "PostV1TfaProviderGoogleAuthenticate",
|
|
5274
5060
|
"requestBody": {
|
|
@@ -5311,9 +5097,7 @@
|
|
|
5311
5097
|
},
|
|
5312
5098
|
"/V1/tfa/provider/google/configure": {
|
|
5313
5099
|
"post": {
|
|
5314
|
-
"tags": [
|
|
5315
|
-
"tfa/provider/google/configure"
|
|
5316
|
-
],
|
|
5100
|
+
"tags": ["tfa/provider/google/configure"],
|
|
5317
5101
|
"description": "Get the information required to configure google",
|
|
5318
5102
|
"operationId": "PostV1TfaProviderGoogleConfigure",
|
|
5319
5103
|
"requestBody": {
|
|
@@ -5356,19 +5140,14 @@
|
|
|
5356
5140
|
},
|
|
5357
5141
|
"/V1/tfa/provider/u2fkey/activate": {
|
|
5358
5142
|
"post": {
|
|
5359
|
-
"tags": [
|
|
5360
|
-
"tfa/provider/u2fkey/activate"
|
|
5361
|
-
],
|
|
5143
|
+
"tags": ["tfa/provider/u2fkey/activate"],
|
|
5362
5144
|
"description": "Activate the provider and get a token",
|
|
5363
5145
|
"operationId": "PostV1TfaProviderU2fkeyActivate",
|
|
5364
5146
|
"requestBody": {
|
|
5365
5147
|
"content": {
|
|
5366
5148
|
"application/json": {
|
|
5367
5149
|
"schema": {
|
|
5368
|
-
"required": [
|
|
5369
|
-
"tfaToken",
|
|
5370
|
-
"publicKeyCredentialJson"
|
|
5371
|
-
],
|
|
5150
|
+
"required": ["tfaToken", "publicKeyCredentialJson"],
|
|
5372
5151
|
"properties": {
|
|
5373
5152
|
"tfaToken": {
|
|
5374
5153
|
"type": "string"
|
|
@@ -5385,10 +5164,7 @@
|
|
|
5385
5164
|
},
|
|
5386
5165
|
"application/xml": {
|
|
5387
5166
|
"schema": {
|
|
5388
|
-
"required": [
|
|
5389
|
-
"tfaToken",
|
|
5390
|
-
"publicKeyCredentialJson"
|
|
5391
|
-
],
|
|
5167
|
+
"required": ["tfaToken", "publicKeyCredentialJson"],
|
|
5392
5168
|
"properties": {
|
|
5393
5169
|
"tfaToken": {
|
|
5394
5170
|
"type": "string"
|
|
@@ -5427,9 +5203,7 @@
|
|
|
5427
5203
|
},
|
|
5428
5204
|
"/V1/tfa/provider/u2fkey/authentication-challenge": {
|
|
5429
5205
|
"post": {
|
|
5430
|
-
"tags": [
|
|
5431
|
-
"tfa/provider/u2fkey/authentication-challenge"
|
|
5432
|
-
],
|
|
5206
|
+
"tags": ["tfa/provider/u2fkey/authentication-challenge"],
|
|
5433
5207
|
"description": "Get the information to initiate a WebAuthn registration ceremony",
|
|
5434
5208
|
"operationId": "PostV1TfaProviderU2fkeyAuthenticationchallenge",
|
|
5435
5209
|
"requestBody": {
|
|
@@ -5472,9 +5246,7 @@
|
|
|
5472
5246
|
},
|
|
5473
5247
|
"/V1/tfa/provider/u2fkey/configure": {
|
|
5474
5248
|
"post": {
|
|
5475
|
-
"tags": [
|
|
5476
|
-
"tfa/provider/u2fkey/configure"
|
|
5477
|
-
],
|
|
5249
|
+
"tags": ["tfa/provider/u2fkey/configure"],
|
|
5478
5250
|
"description": "Get the information to initiate a WebAuthn registration ceremony",
|
|
5479
5251
|
"operationId": "PostV1TfaProviderU2fkeyConfigure",
|
|
5480
5252
|
"requestBody": {
|
|
@@ -5517,20 +5289,14 @@
|
|
|
5517
5289
|
},
|
|
5518
5290
|
"/V1/tfa/provider/u2fkey/verify": {
|
|
5519
5291
|
"post": {
|
|
5520
|
-
"tags": [
|
|
5521
|
-
"tfa/provider/u2fkey/verify"
|
|
5522
|
-
],
|
|
5292
|
+
"tags": ["tfa/provider/u2fkey/verify"],
|
|
5523
5293
|
"description": "Authenticate with the provider and get a token",
|
|
5524
5294
|
"operationId": "PostV1TfaProviderU2fkeyVerify",
|
|
5525
5295
|
"requestBody": {
|
|
5526
5296
|
"content": {
|
|
5527
5297
|
"application/json": {
|
|
5528
5298
|
"schema": {
|
|
5529
|
-
"required": [
|
|
5530
|
-
"username",
|
|
5531
|
-
"password",
|
|
5532
|
-
"publicKeyCredentialJson"
|
|
5533
|
-
],
|
|
5299
|
+
"required": ["username", "password", "publicKeyCredentialJson"],
|
|
5534
5300
|
"properties": {
|
|
5535
5301
|
"username": {
|
|
5536
5302
|
"type": "string"
|
|
@@ -5550,11 +5316,7 @@
|
|
|
5550
5316
|
},
|
|
5551
5317
|
"application/xml": {
|
|
5552
5318
|
"schema": {
|
|
5553
|
-
"required": [
|
|
5554
|
-
"username",
|
|
5555
|
-
"password",
|
|
5556
|
-
"publicKeyCredentialJson"
|
|
5557
|
-
],
|
|
5319
|
+
"required": ["username", "password", "publicKeyCredentialJson"],
|
|
5558
5320
|
"properties": {
|
|
5559
5321
|
"username": {
|
|
5560
5322
|
"type": "string"
|
|
@@ -5611,9 +5373,7 @@
|
|
|
5611
5373
|
},
|
|
5612
5374
|
"/V1/tfa/tfat-providers-to-activate": {
|
|
5613
5375
|
"get": {
|
|
5614
|
-
"tags": [
|
|
5615
|
-
"tfa/tfat-providers-to-activate"
|
|
5616
|
-
],
|
|
5376
|
+
"tags": ["tfa/tfat-providers-to-activate"],
|
|
5617
5377
|
"description": "Get the providers that the user still needs to configure",
|
|
5618
5378
|
"operationId": "GetV1TfaTfatproviderstoactivate",
|
|
5619
5379
|
"parameters": [
|
|
@@ -5669,9 +5429,7 @@
|
|
|
5669
5429
|
},
|
|
5670
5430
|
"/V1/tfa/tfat-user-providers": {
|
|
5671
5431
|
"get": {
|
|
5672
|
-
"tags": [
|
|
5673
|
-
"tfa/tfat-user-providers"
|
|
5674
|
-
],
|
|
5432
|
+
"tags": ["tfa/tfat-user-providers"],
|
|
5675
5433
|
"description": "Get the providers that the user is able to use for 2fa",
|
|
5676
5434
|
"operationId": "GetV1TfaTfatuserproviders",
|
|
5677
5435
|
"parameters": [
|
|
@@ -5729,9 +5487,7 @@
|
|
|
5729
5487
|
"x-tagGroups": [
|
|
5730
5488
|
{
|
|
5731
5489
|
"name": "applepay",
|
|
5732
|
-
"tags": [
|
|
5733
|
-
"applepay/auth"
|
|
5734
|
-
]
|
|
5490
|
+
"tags": ["applepay/auth"]
|
|
5735
5491
|
},
|
|
5736
5492
|
{
|
|
5737
5493
|
"name": "carts",
|
|
@@ -5753,11 +5509,7 @@
|
|
|
5753
5509
|
},
|
|
5754
5510
|
{
|
|
5755
5511
|
"name": "directory",
|
|
5756
|
-
"tags": [
|
|
5757
|
-
"directory/countries",
|
|
5758
|
-
"directory/countries/{countryId}",
|
|
5759
|
-
"directory/currency"
|
|
5760
|
-
]
|
|
5512
|
+
"tags": ["directory/countries", "directory/countries/{countryId}", "directory/currency"]
|
|
5761
5513
|
},
|
|
5762
5514
|
{
|
|
5763
5515
|
"name": "guest carts",
|
|
@@ -5788,22 +5540,15 @@
|
|
|
5788
5540
|
},
|
|
5789
5541
|
{
|
|
5790
5542
|
"name": "guest giftregistry",
|
|
5791
|
-
"tags": [
|
|
5792
|
-
"guest-giftregistry/{cartId}/estimate-shipping-methods"
|
|
5793
|
-
]
|
|
5543
|
+
"tags": ["guest-giftregistry/{cartId}/estimate-shipping-methods"]
|
|
5794
5544
|
},
|
|
5795
5545
|
{
|
|
5796
5546
|
"name": "integration",
|
|
5797
|
-
"tags": [
|
|
5798
|
-
"integration/admin/token",
|
|
5799
|
-
"integration/customer/token"
|
|
5800
|
-
]
|
|
5547
|
+
"tags": ["integration/admin/token", "integration/customer/token"]
|
|
5801
5548
|
},
|
|
5802
5549
|
{
|
|
5803
5550
|
"name": "inventory",
|
|
5804
|
-
"tags": [
|
|
5805
|
-
"inventory/in-store-pickup/pickup-locations/"
|
|
5806
|
-
]
|
|
5551
|
+
"tags": ["inventory/in-store-pickup/pickup-locations/"]
|
|
5807
5552
|
},
|
|
5808
5553
|
{
|
|
5809
5554
|
"name": "payments config",
|
|
@@ -5816,22 +5561,15 @@
|
|
|
5816
5561
|
},
|
|
5817
5562
|
{
|
|
5818
5563
|
"name": "payments sdk",
|
|
5819
|
-
"tags": [
|
|
5820
|
-
"payments-sdk/{location}",
|
|
5821
|
-
"payments-sdk/{location}/{methodCode}"
|
|
5822
|
-
]
|
|
5564
|
+
"tags": ["payments-sdk/{location}", "payments-sdk/{location}/{methodCode}"]
|
|
5823
5565
|
},
|
|
5824
5566
|
{
|
|
5825
5567
|
"name": "products render info",
|
|
5826
|
-
"tags": [
|
|
5827
|
-
"products-render-info"
|
|
5828
|
-
]
|
|
5568
|
+
"tags": ["products-render-info"]
|
|
5829
5569
|
},
|
|
5830
5570
|
{
|
|
5831
5571
|
"name": "search",
|
|
5832
|
-
"tags": [
|
|
5833
|
-
"search"
|
|
5834
|
-
]
|
|
5572
|
+
"tags": ["search"]
|
|
5835
5573
|
},
|
|
5836
5574
|
{
|
|
5837
5575
|
"name": "tfa",
|
|
@@ -5868,9 +5606,7 @@
|
|
|
5868
5606
|
"content": {
|
|
5869
5607
|
"application/json": {
|
|
5870
5608
|
"schema": {
|
|
5871
|
-
"required": [
|
|
5872
|
-
"cartItem"
|
|
5873
|
-
],
|
|
5609
|
+
"required": ["cartItem"],
|
|
5874
5610
|
"properties": {
|
|
5875
5611
|
"cartItem": {
|
|
5876
5612
|
"$ref": "#/components/schemas/quote-data-cart-item-interface"
|
|
@@ -5884,9 +5620,7 @@
|
|
|
5884
5620
|
},
|
|
5885
5621
|
"application/xml": {
|
|
5886
5622
|
"schema": {
|
|
5887
|
-
"required": [
|
|
5888
|
-
"cartItem"
|
|
5889
|
-
],
|
|
5623
|
+
"required": ["cartItem"],
|
|
5890
5624
|
"properties": {
|
|
5891
5625
|
"cartItem": {
|
|
5892
5626
|
"$ref": "#/components/schemas/quote-data-cart-item-interface"
|
|
@@ -5904,9 +5638,7 @@
|
|
|
5904
5638
|
"content": {
|
|
5905
5639
|
"application/json": {
|
|
5906
5640
|
"schema": {
|
|
5907
|
-
"required": [
|
|
5908
|
-
"tfaToken"
|
|
5909
|
-
],
|
|
5641
|
+
"required": ["tfaToken"],
|
|
5910
5642
|
"properties": {
|
|
5911
5643
|
"tfaToken": {
|
|
5912
5644
|
"type": "string"
|
|
@@ -5920,9 +5652,7 @@
|
|
|
5920
5652
|
},
|
|
5921
5653
|
"application/xml": {
|
|
5922
5654
|
"schema": {
|
|
5923
|
-
"required": [
|
|
5924
|
-
"tfaToken"
|
|
5925
|
-
],
|
|
5655
|
+
"required": ["tfaToken"],
|
|
5926
5656
|
"properties": {
|
|
5927
5657
|
"tfaToken": {
|
|
5928
5658
|
"type": "string"
|
|
@@ -5940,10 +5670,7 @@
|
|
|
5940
5670
|
"content": {
|
|
5941
5671
|
"application/json": {
|
|
5942
5672
|
"schema": {
|
|
5943
|
-
"required": [
|
|
5944
|
-
"username",
|
|
5945
|
-
"password"
|
|
5946
|
-
],
|
|
5673
|
+
"required": ["username", "password"],
|
|
5947
5674
|
"properties": {
|
|
5948
5675
|
"username": {
|
|
5949
5676
|
"type": "string"
|
|
@@ -5960,10 +5687,7 @@
|
|
|
5960
5687
|
},
|
|
5961
5688
|
"application/xml": {
|
|
5962
5689
|
"schema": {
|
|
5963
|
-
"required": [
|
|
5964
|
-
"username",
|
|
5965
|
-
"password"
|
|
5966
|
-
],
|
|
5690
|
+
"required": ["username", "password"],
|
|
5967
5691
|
"properties": {
|
|
5968
5692
|
"username": {
|
|
5969
5693
|
"type": "string"
|
|
@@ -5984,9 +5708,7 @@
|
|
|
5984
5708
|
"content": {
|
|
5985
5709
|
"application/json": {
|
|
5986
5710
|
"schema": {
|
|
5987
|
-
"required": [
|
|
5988
|
-
"giftMessage"
|
|
5989
|
-
],
|
|
5711
|
+
"required": ["giftMessage"],
|
|
5990
5712
|
"properties": {
|
|
5991
5713
|
"giftMessage": {
|
|
5992
5714
|
"$ref": "#/components/schemas/gift-message-data-message-interface"
|
|
@@ -6000,9 +5722,7 @@
|
|
|
6000
5722
|
},
|
|
6001
5723
|
"application/xml": {
|
|
6002
5724
|
"schema": {
|
|
6003
|
-
"required": [
|
|
6004
|
-
"giftMessage"
|
|
6005
|
-
],
|
|
5725
|
+
"required": ["giftMessage"],
|
|
6006
5726
|
"properties": {
|
|
6007
5727
|
"giftMessage": {
|
|
6008
5728
|
"$ref": "#/components/schemas/gift-message-data-message-interface"
|
|
@@ -6020,10 +5740,7 @@
|
|
|
6020
5740
|
"content": {
|
|
6021
5741
|
"application/json": {
|
|
6022
5742
|
"schema": {
|
|
6023
|
-
"required": [
|
|
6024
|
-
"email",
|
|
6025
|
-
"paymentMethod"
|
|
6026
|
-
],
|
|
5743
|
+
"required": ["email", "paymentMethod"],
|
|
6027
5744
|
"properties": {
|
|
6028
5745
|
"email": {
|
|
6029
5746
|
"type": "string"
|
|
@@ -6043,10 +5760,7 @@
|
|
|
6043
5760
|
},
|
|
6044
5761
|
"application/xml": {
|
|
6045
5762
|
"schema": {
|
|
6046
|
-
"required": [
|
|
6047
|
-
"email",
|
|
6048
|
-
"paymentMethod"
|
|
6049
|
-
],
|
|
5763
|
+
"required": ["email", "paymentMethod"],
|
|
6050
5764
|
"properties": {
|
|
6051
5765
|
"email": {
|
|
6052
5766
|
"type": "string"
|
|
@@ -6070,10 +5784,7 @@
|
|
|
6070
5784
|
"content": {
|
|
6071
5785
|
"application/json": {
|
|
6072
5786
|
"schema": {
|
|
6073
|
-
"required": [
|
|
6074
|
-
"tfaToken",
|
|
6075
|
-
"otp"
|
|
6076
|
-
],
|
|
5787
|
+
"required": ["tfaToken", "otp"],
|
|
6077
5788
|
"properties": {
|
|
6078
5789
|
"tfaToken": {
|
|
6079
5790
|
"type": "string"
|
|
@@ -6090,10 +5801,7 @@
|
|
|
6090
5801
|
},
|
|
6091
5802
|
"application/xml": {
|
|
6092
5803
|
"schema": {
|
|
6093
|
-
"required": [
|
|
6094
|
-
"tfaToken",
|
|
6095
|
-
"otp"
|
|
6096
|
-
],
|
|
5804
|
+
"required": ["tfaToken", "otp"],
|
|
6097
5805
|
"properties": {
|
|
6098
5806
|
"tfaToken": {
|
|
6099
5807
|
"type": "string"
|
|
@@ -6114,11 +5822,7 @@
|
|
|
6114
5822
|
"content": {
|
|
6115
5823
|
"application/json": {
|
|
6116
5824
|
"schema": {
|
|
6117
|
-
"required": [
|
|
6118
|
-
"username",
|
|
6119
|
-
"password",
|
|
6120
|
-
"otp"
|
|
6121
|
-
],
|
|
5825
|
+
"required": ["username", "password", "otp"],
|
|
6122
5826
|
"properties": {
|
|
6123
5827
|
"username": {
|
|
6124
5828
|
"type": "string"
|
|
@@ -6138,11 +5842,7 @@
|
|
|
6138
5842
|
},
|
|
6139
5843
|
"application/xml": {
|
|
6140
5844
|
"schema": {
|
|
6141
|
-
"required": [
|
|
6142
|
-
"username",
|
|
6143
|
-
"password",
|
|
6144
|
-
"otp"
|
|
6145
|
-
],
|
|
5845
|
+
"required": ["username", "password", "otp"],
|
|
6146
5846
|
"properties": {
|
|
6147
5847
|
"username": {
|
|
6148
5848
|
"type": "string"
|
|
@@ -6193,9 +5893,7 @@
|
|
|
6193
5893
|
"description": "Stack trace"
|
|
6194
5894
|
}
|
|
6195
5895
|
},
|
|
6196
|
-
"required": [
|
|
6197
|
-
"message"
|
|
6198
|
-
]
|
|
5896
|
+
"required": ["message"]
|
|
6199
5897
|
},
|
|
6200
5898
|
"error-errors": {
|
|
6201
5899
|
"type": "array",
|
|
@@ -6305,10 +6003,7 @@
|
|
|
6305
6003
|
"$ref": "#/components/schemas/directory-data-exchange-rate-extension-interface"
|
|
6306
6004
|
}
|
|
6307
6005
|
},
|
|
6308
|
-
"required": [
|
|
6309
|
-
"currency_to",
|
|
6310
|
-
"rate"
|
|
6311
|
-
]
|
|
6006
|
+
"required": ["currency_to", "rate"]
|
|
6312
6007
|
},
|
|
6313
6008
|
"directory-data-exchange-rate-extension-interface": {
|
|
6314
6009
|
"type": "object",
|
|
@@ -6381,11 +6076,7 @@
|
|
|
6381
6076
|
"$ref": "#/components/schemas/directory-data-region-information-extension-interface"
|
|
6382
6077
|
}
|
|
6383
6078
|
},
|
|
6384
|
-
"required": [
|
|
6385
|
-
"id",
|
|
6386
|
-
"code",
|
|
6387
|
-
"name"
|
|
6388
|
-
]
|
|
6079
|
+
"required": ["id", "code", "name"]
|
|
6389
6080
|
},
|
|
6390
6081
|
"directory-data-region-information-extension-interface": {
|
|
6391
6082
|
"type": "object",
|
|
@@ -6497,11 +6188,7 @@
|
|
|
6497
6188
|
}
|
|
6498
6189
|
}
|
|
6499
6190
|
},
|
|
6500
|
-
"required": [
|
|
6501
|
-
"email",
|
|
6502
|
-
"firstname",
|
|
6503
|
-
"lastname"
|
|
6504
|
-
]
|
|
6191
|
+
"required": ["email", "firstname", "lastname"]
|
|
6505
6192
|
},
|
|
6506
6193
|
"customer-data-address-interface": {
|
|
6507
6194
|
"type": "object",
|
|
@@ -6617,11 +6304,7 @@
|
|
|
6617
6304
|
"$ref": "#/components/schemas/customer-data-region-extension-interface"
|
|
6618
6305
|
}
|
|
6619
6306
|
},
|
|
6620
|
-
"required": [
|
|
6621
|
-
"region_code",
|
|
6622
|
-
"region",
|
|
6623
|
-
"region_id"
|
|
6624
|
-
]
|
|
6307
|
+
"required": ["region_code", "region", "region_id"]
|
|
6625
6308
|
},
|
|
6626
6309
|
"customer-data-region-extension-interface": {
|
|
6627
6310
|
"type": "object",
|
|
@@ -6644,10 +6327,7 @@
|
|
|
6644
6327
|
"description": "Attribute value"
|
|
6645
6328
|
}
|
|
6646
6329
|
},
|
|
6647
|
-
"required": [
|
|
6648
|
-
"attribute_code",
|
|
6649
|
-
"value"
|
|
6650
|
-
]
|
|
6330
|
+
"required": ["attribute_code", "value"]
|
|
6651
6331
|
},
|
|
6652
6332
|
"customer-data-customer-extension-interface": {
|
|
6653
6333
|
"type": "object",
|
|
@@ -6718,12 +6398,7 @@
|
|
|
6718
6398
|
"description": "Total count."
|
|
6719
6399
|
}
|
|
6720
6400
|
},
|
|
6721
|
-
"required": [
|
|
6722
|
-
"items",
|
|
6723
|
-
"aggregations",
|
|
6724
|
-
"search_criteria",
|
|
6725
|
-
"total_count"
|
|
6726
|
-
]
|
|
6401
|
+
"required": ["items", "aggregations", "search_criteria", "total_count"]
|
|
6727
6402
|
},
|
|
6728
6403
|
"framework-search-document-interface": {
|
|
6729
6404
|
"type": "object",
|
|
@@ -6740,9 +6415,7 @@
|
|
|
6740
6415
|
}
|
|
6741
6416
|
}
|
|
6742
6417
|
},
|
|
6743
|
-
"required": [
|
|
6744
|
-
"id"
|
|
6745
|
-
]
|
|
6418
|
+
"required": ["id"]
|
|
6746
6419
|
},
|
|
6747
6420
|
"framework-search-aggregation-interface": {
|
|
6748
6421
|
"type": "object",
|
|
@@ -6763,10 +6436,7 @@
|
|
|
6763
6436
|
}
|
|
6764
6437
|
}
|
|
6765
6438
|
},
|
|
6766
|
-
"required": [
|
|
6767
|
-
"buckets",
|
|
6768
|
-
"bucket_names"
|
|
6769
|
-
]
|
|
6439
|
+
"required": ["buckets", "bucket_names"]
|
|
6770
6440
|
},
|
|
6771
6441
|
"framework-search-bucket-interface": {
|
|
6772
6442
|
"type": "object",
|
|
@@ -6784,10 +6454,7 @@
|
|
|
6784
6454
|
}
|
|
6785
6455
|
}
|
|
6786
6456
|
},
|
|
6787
|
-
"required": [
|
|
6788
|
-
"name",
|
|
6789
|
-
"values"
|
|
6790
|
-
]
|
|
6457
|
+
"required": ["name", "values"]
|
|
6791
6458
|
},
|
|
6792
6459
|
"framework-search-aggregation-value-interface": {
|
|
6793
6460
|
"type": "object",
|
|
@@ -6805,10 +6472,7 @@
|
|
|
6805
6472
|
}
|
|
6806
6473
|
}
|
|
6807
6474
|
},
|
|
6808
|
-
"required": [
|
|
6809
|
-
"value",
|
|
6810
|
-
"metrics"
|
|
6811
|
-
]
|
|
6475
|
+
"required": ["value", "metrics"]
|
|
6812
6476
|
},
|
|
6813
6477
|
"framework-search-search-criteria-interface": {
|
|
6814
6478
|
"type": "object",
|
|
@@ -6840,10 +6504,7 @@
|
|
|
6840
6504
|
"description": "Current page."
|
|
6841
6505
|
}
|
|
6842
6506
|
},
|
|
6843
|
-
"required": [
|
|
6844
|
-
"request_name",
|
|
6845
|
-
"filter_groups"
|
|
6846
|
-
]
|
|
6507
|
+
"required": ["request_name", "filter_groups"]
|
|
6847
6508
|
},
|
|
6848
6509
|
"framework-search-filter-group": {
|
|
6849
6510
|
"type": "object",
|
|
@@ -6875,10 +6536,7 @@
|
|
|
6875
6536
|
"description": "Condition type"
|
|
6876
6537
|
}
|
|
6877
6538
|
},
|
|
6878
|
-
"required": [
|
|
6879
|
-
"field",
|
|
6880
|
-
"value"
|
|
6881
|
-
]
|
|
6539
|
+
"required": ["field", "value"]
|
|
6882
6540
|
},
|
|
6883
6541
|
"framework-sort-order": {
|
|
6884
6542
|
"type": "object",
|
|
@@ -6893,10 +6551,7 @@
|
|
|
6893
6551
|
"description": "Sorting direction."
|
|
6894
6552
|
}
|
|
6895
6553
|
},
|
|
6896
|
-
"required": [
|
|
6897
|
-
"field",
|
|
6898
|
-
"direction"
|
|
6899
|
-
]
|
|
6554
|
+
"required": ["field", "direction"]
|
|
6900
6555
|
},
|
|
6901
6556
|
"catalog-data-product-render-search-results-interface": {
|
|
6902
6557
|
"type": "object",
|
|
@@ -6910,9 +6565,7 @@
|
|
|
6910
6565
|
}
|
|
6911
6566
|
}
|
|
6912
6567
|
},
|
|
6913
|
-
"required": [
|
|
6914
|
-
"items"
|
|
6915
|
-
]
|
|
6568
|
+
"required": ["items"]
|
|
6916
6569
|
},
|
|
6917
6570
|
"catalog-data-product-render-interface": {
|
|
6918
6571
|
"type": "object",
|
|
@@ -7001,11 +6654,7 @@
|
|
|
7001
6654
|
"$ref": "#/components/schemas/catalog-data-product-render-button-extension-interface"
|
|
7002
6655
|
}
|
|
7003
6656
|
},
|
|
7004
|
-
"required": [
|
|
7005
|
-
"post_data",
|
|
7006
|
-
"url",
|
|
7007
|
-
"required_options"
|
|
7008
|
-
]
|
|
6657
|
+
"required": ["post_data", "url", "required_options"]
|
|
7009
6658
|
},
|
|
7010
6659
|
"catalog-data-product-render-button-extension-interface": {
|
|
7011
6660
|
"type": "object",
|
|
@@ -7244,15 +6893,7 @@
|
|
|
7244
6893
|
"$ref": "#/components/schemas/catalog-data-product-render-image-extension-interface"
|
|
7245
6894
|
}
|
|
7246
6895
|
},
|
|
7247
|
-
"required": [
|
|
7248
|
-
"url",
|
|
7249
|
-
"code",
|
|
7250
|
-
"height",
|
|
7251
|
-
"width",
|
|
7252
|
-
"label",
|
|
7253
|
-
"resized_width",
|
|
7254
|
-
"resized_height"
|
|
7255
|
-
]
|
|
6896
|
+
"required": ["url", "code", "height", "width", "label", "resized_width", "resized_height"]
|
|
7256
6897
|
},
|
|
7257
6898
|
"catalog-data-product-render-image-extension-interface": {
|
|
7258
6899
|
"type": "object",
|
|
@@ -7354,11 +6995,7 @@
|
|
|
7354
6995
|
"$ref": "#/components/schemas/quote-data-cart-extension-interface"
|
|
7355
6996
|
}
|
|
7356
6997
|
},
|
|
7357
|
-
"required": [
|
|
7358
|
-
"id",
|
|
7359
|
-
"customer",
|
|
7360
|
-
"store_id"
|
|
7361
|
-
]
|
|
6998
|
+
"required": ["id", "customer", "store_id"]
|
|
7362
6999
|
},
|
|
7363
7000
|
"quote-data-cart-item-interface": {
|
|
7364
7001
|
"type": "object",
|
|
@@ -7399,10 +7036,7 @@
|
|
|
7399
7036
|
"$ref": "#/components/schemas/quote-data-cart-item-extension-interface"
|
|
7400
7037
|
}
|
|
7401
7038
|
},
|
|
7402
|
-
"required": [
|
|
7403
|
-
"qty",
|
|
7404
|
-
"quote_id"
|
|
7405
|
-
]
|
|
7039
|
+
"required": ["qty", "quote_id"]
|
|
7406
7040
|
},
|
|
7407
7041
|
"quote-data-product-option-interface": {
|
|
7408
7042
|
"type": "object",
|
|
@@ -7465,10 +7099,7 @@
|
|
|
7465
7099
|
"$ref": "#/components/schemas/catalog-data-custom-option-extension-interface"
|
|
7466
7100
|
}
|
|
7467
7101
|
},
|
|
7468
|
-
"required": [
|
|
7469
|
-
"option_id",
|
|
7470
|
-
"option_value"
|
|
7471
|
-
]
|
|
7102
|
+
"required": ["option_id", "option_value"]
|
|
7472
7103
|
},
|
|
7473
7104
|
"catalog-data-custom-option-extension-interface": {
|
|
7474
7105
|
"type": "object",
|
|
@@ -7496,11 +7127,7 @@
|
|
|
7496
7127
|
"description": "Image name"
|
|
7497
7128
|
}
|
|
7498
7129
|
},
|
|
7499
|
-
"required": [
|
|
7500
|
-
"base64_encoded_data",
|
|
7501
|
-
"type",
|
|
7502
|
-
"name"
|
|
7503
|
-
]
|
|
7130
|
+
"required": ["base64_encoded_data", "type", "name"]
|
|
7504
7131
|
},
|
|
7505
7132
|
"bundle-data-bundle-option-interface": {
|
|
7506
7133
|
"type": "object",
|
|
@@ -7525,11 +7152,7 @@
|
|
|
7525
7152
|
"$ref": "#/components/schemas/bundle-data-bundle-option-extension-interface"
|
|
7526
7153
|
}
|
|
7527
7154
|
},
|
|
7528
|
-
"required": [
|
|
7529
|
-
"option_id",
|
|
7530
|
-
"option_qty",
|
|
7531
|
-
"option_selections"
|
|
7532
|
-
]
|
|
7155
|
+
"required": ["option_id", "option_qty", "option_selections"]
|
|
7533
7156
|
},
|
|
7534
7157
|
"bundle-data-bundle-option-extension-interface": {
|
|
7535
7158
|
"type": "object",
|
|
@@ -7547,9 +7170,7 @@
|
|
|
7547
7170
|
}
|
|
7548
7171
|
}
|
|
7549
7172
|
},
|
|
7550
|
-
"required": [
|
|
7551
|
-
"downloadable_links"
|
|
7552
|
-
]
|
|
7173
|
+
"required": ["downloadable_links"]
|
|
7553
7174
|
},
|
|
7554
7175
|
"gift-card-data-gift-card-option-interface": {
|
|
7555
7176
|
"type": "object",
|
|
@@ -7623,9 +7244,7 @@
|
|
|
7623
7244
|
"$ref": "#/components/schemas/configurable-product-data-configurable-item-option-value-extension-interface"
|
|
7624
7245
|
}
|
|
7625
7246
|
},
|
|
7626
|
-
"required": [
|
|
7627
|
-
"option_id"
|
|
7628
|
-
]
|
|
7247
|
+
"required": ["option_id"]
|
|
7629
7248
|
},
|
|
7630
7249
|
"configurable-product-data-configurable-item-option-value-extension-interface": {
|
|
7631
7250
|
"type": "object",
|
|
@@ -7683,11 +7302,7 @@
|
|
|
7683
7302
|
"description": "Rule ID"
|
|
7684
7303
|
}
|
|
7685
7304
|
},
|
|
7686
|
-
"required": [
|
|
7687
|
-
"discount_data",
|
|
7688
|
-
"rule_label",
|
|
7689
|
-
"rule_i_d"
|
|
7690
|
-
]
|
|
7305
|
+
"required": ["discount_data", "rule_label", "rule_i_d"]
|
|
7691
7306
|
},
|
|
7692
7307
|
"sales-rule-data-discount-data-interface": {
|
|
7693
7308
|
"type": "object",
|
|
@@ -7710,12 +7325,7 @@
|
|
|
7710
7325
|
"description": "Base Original Amount"
|
|
7711
7326
|
}
|
|
7712
7327
|
},
|
|
7713
|
-
"required": [
|
|
7714
|
-
"amount",
|
|
7715
|
-
"base_amount",
|
|
7716
|
-
"original_amount",
|
|
7717
|
-
"base_original_amount"
|
|
7718
|
-
]
|
|
7328
|
+
"required": ["amount", "base_amount", "original_amount", "base_original_amount"]
|
|
7719
7329
|
},
|
|
7720
7330
|
"negotiable-quote-data-negotiable-quote-item-interface": {
|
|
7721
7331
|
"type": "object",
|
|
@@ -7741,12 +7351,7 @@
|
|
|
7741
7351
|
"$ref": "#/components/schemas/negotiable-quote-data-negotiable-quote-item-extension-interface"
|
|
7742
7352
|
}
|
|
7743
7353
|
},
|
|
7744
|
-
"required": [
|
|
7745
|
-
"item_id",
|
|
7746
|
-
"original_price",
|
|
7747
|
-
"original_tax_amount",
|
|
7748
|
-
"original_discount_amount"
|
|
7749
|
-
]
|
|
7354
|
+
"required": ["item_id", "original_price", "original_tax_amount", "original_discount_amount"]
|
|
7750
7355
|
},
|
|
7751
7356
|
"negotiable-quote-data-negotiable-quote-item-extension-interface": {
|
|
7752
7357
|
"type": "object",
|
|
@@ -7798,12 +7403,7 @@
|
|
|
7798
7403
|
"$ref": "#/components/schemas/negotiable-quote-data-item-note-extension-interface"
|
|
7799
7404
|
}
|
|
7800
7405
|
},
|
|
7801
|
-
"required": [
|
|
7802
|
-
"negotiable_quote_item_id",
|
|
7803
|
-
"creator_type",
|
|
7804
|
-
"creator_id",
|
|
7805
|
-
"note"
|
|
7806
|
-
]
|
|
7406
|
+
"required": ["negotiable_quote_item_id", "creator_type", "creator_id", "note"]
|
|
7807
7407
|
},
|
|
7808
7408
|
"negotiable-quote-data-item-note-extension-interface": {
|
|
7809
7409
|
"type": "object",
|
|
@@ -8030,10 +7630,7 @@
|
|
|
8030
7630
|
"$ref": "#/components/schemas/quote-data-shipping-assignment-extension-interface"
|
|
8031
7631
|
}
|
|
8032
7632
|
},
|
|
8033
|
-
"required": [
|
|
8034
|
-
"shipping",
|
|
8035
|
-
"items"
|
|
8036
|
-
]
|
|
7633
|
+
"required": ["shipping", "items"]
|
|
8037
7634
|
},
|
|
8038
7635
|
"quote-data-shipping-interface": {
|
|
8039
7636
|
"type": "object",
|
|
@@ -8050,10 +7647,7 @@
|
|
|
8050
7647
|
"$ref": "#/components/schemas/quote-data-shipping-extension-interface"
|
|
8051
7648
|
}
|
|
8052
7649
|
},
|
|
8053
|
-
"required": [
|
|
8054
|
-
"address",
|
|
8055
|
-
"method"
|
|
8056
|
-
]
|
|
7650
|
+
"required": ["address", "method"]
|
|
8057
7651
|
},
|
|
8058
7652
|
"quote-data-shipping-extension-interface": {
|
|
8059
7653
|
"type": "object",
|
|
@@ -8207,9 +7801,7 @@
|
|
|
8207
7801
|
"$ref": "#/components/schemas/quote-data-payment-extension-interface"
|
|
8208
7802
|
}
|
|
8209
7803
|
},
|
|
8210
|
-
"required": [
|
|
8211
|
-
"method"
|
|
8212
|
-
]
|
|
7804
|
+
"required": ["method"]
|
|
8213
7805
|
},
|
|
8214
7806
|
"quote-data-payment-extension-interface": {
|
|
8215
7807
|
"type": "object",
|
|
@@ -8299,10 +7891,7 @@
|
|
|
8299
7891
|
"description": "Payment method title"
|
|
8300
7892
|
}
|
|
8301
7893
|
},
|
|
8302
|
-
"required": [
|
|
8303
|
-
"code",
|
|
8304
|
-
"title"
|
|
8305
|
-
]
|
|
7894
|
+
"required": ["code", "title"]
|
|
8306
7895
|
},
|
|
8307
7896
|
"quote-data-totals-additional-data-interface": {
|
|
8308
7897
|
"type": "object",
|
|
@@ -8360,11 +7949,7 @@
|
|
|
8360
7949
|
"$ref": "#/components/schemas/gift-message-data-message-extension-interface"
|
|
8361
7950
|
}
|
|
8362
7951
|
},
|
|
8363
|
-
"required": [
|
|
8364
|
-
"sender",
|
|
8365
|
-
"recipient",
|
|
8366
|
-
"message"
|
|
8367
|
-
]
|
|
7952
|
+
"required": ["sender", "recipient", "message"]
|
|
8368
7953
|
},
|
|
8369
7954
|
"gift-message-data-message-extension-interface": {
|
|
8370
7955
|
"type": "object",
|
|
@@ -8509,10 +8094,7 @@
|
|
|
8509
8094
|
"$ref": "#/components/schemas/quote-data-totals-extension-interface"
|
|
8510
8095
|
}
|
|
8511
8096
|
},
|
|
8512
|
-
"required": [
|
|
8513
|
-
"weee_tax_applied_amount",
|
|
8514
|
-
"total_segments"
|
|
8515
|
-
]
|
|
8097
|
+
"required": ["weee_tax_applied_amount", "total_segments"]
|
|
8516
8098
|
},
|
|
8517
8099
|
"quote-data-totals-item-interface": {
|
|
8518
8100
|
"type": "object",
|
|
@@ -8721,10 +8303,7 @@
|
|
|
8721
8303
|
"$ref": "#/components/schemas/quote-data-total-segment-extension-interface"
|
|
8722
8304
|
}
|
|
8723
8305
|
},
|
|
8724
|
-
"required": [
|
|
8725
|
-
"code",
|
|
8726
|
-
"value"
|
|
8727
|
-
]
|
|
8306
|
+
"required": ["code", "value"]
|
|
8728
8307
|
},
|
|
8729
8308
|
"quote-data-total-segment-extension-interface": {
|
|
8730
8309
|
"type": "object",
|
|
@@ -8830,11 +8409,7 @@
|
|
|
8830
8409
|
"description": "Group identifier"
|
|
8831
8410
|
}
|
|
8832
8411
|
},
|
|
8833
|
-
"required": [
|
|
8834
|
-
"amount",
|
|
8835
|
-
"rates",
|
|
8836
|
-
"group_id"
|
|
8837
|
-
]
|
|
8412
|
+
"required": ["amount", "rates", "group_id"]
|
|
8838
8413
|
},
|
|
8839
8414
|
"tax-data-grand-total-rates-interface": {
|
|
8840
8415
|
"type": "object",
|
|
@@ -8849,10 +8424,7 @@
|
|
|
8849
8424
|
"description": "Rate title"
|
|
8850
8425
|
}
|
|
8851
8426
|
},
|
|
8852
|
-
"required": [
|
|
8853
|
-
"percent",
|
|
8854
|
-
"title"
|
|
8855
|
-
]
|
|
8427
|
+
"required": ["percent", "title"]
|
|
8856
8428
|
},
|
|
8857
8429
|
"quote-data-totals-extension-interface": {
|
|
8858
8430
|
"type": "object",
|
|
@@ -9010,11 +8582,7 @@
|
|
|
9010
8582
|
}
|
|
9011
8583
|
}
|
|
9012
8584
|
},
|
|
9013
|
-
"required": [
|
|
9014
|
-
"shipping_address",
|
|
9015
|
-
"shipping_method_code",
|
|
9016
|
-
"shipping_carrier_code"
|
|
9017
|
-
]
|
|
8585
|
+
"required": ["shipping_address", "shipping_method_code", "shipping_carrier_code"]
|
|
9018
8586
|
},
|
|
9019
8587
|
"checkout-data-shipping-information-extension-interface": {
|
|
9020
8588
|
"type": "object",
|
|
@@ -9037,10 +8605,7 @@
|
|
|
9037
8605
|
"$ref": "#/components/schemas/checkout-data-payment-details-extension-interface"
|
|
9038
8606
|
}
|
|
9039
8607
|
},
|
|
9040
|
-
"required": [
|
|
9041
|
-
"payment_methods",
|
|
9042
|
-
"totals"
|
|
9043
|
-
]
|
|
8608
|
+
"required": ["payment_methods", "totals"]
|
|
9044
8609
|
},
|
|
9045
8610
|
"checkout-data-payment-details-extension-interface": {
|
|
9046
8611
|
"type": "object",
|
|
@@ -9072,9 +8637,7 @@
|
|
|
9072
8637
|
}
|
|
9073
8638
|
}
|
|
9074
8639
|
},
|
|
9075
|
-
"required": [
|
|
9076
|
-
"address"
|
|
9077
|
-
]
|
|
8640
|
+
"required": ["address"]
|
|
9078
8641
|
},
|
|
9079
8642
|
"checkout-data-totals-information-extension-interface": {
|
|
9080
8643
|
"type": "object",
|
|
@@ -9144,9 +8707,7 @@
|
|
|
9144
8707
|
"description": "True if this provider has been enabled by admin"
|
|
9145
8708
|
}
|
|
9146
8709
|
},
|
|
9147
|
-
"required": [
|
|
9148
|
-
"enabled"
|
|
9149
|
-
]
|
|
8710
|
+
"required": ["enabled"]
|
|
9150
8711
|
},
|
|
9151
8712
|
"two-factor-auth-data-google-configure-interface": {
|
|
9152
8713
|
"type": "object",
|
|
@@ -9164,10 +8725,7 @@
|
|
|
9164
8725
|
"$ref": "#/components/schemas/two-factor-auth-data-google-configure-extension-interface"
|
|
9165
8726
|
}
|
|
9166
8727
|
},
|
|
9167
|
-
"required": [
|
|
9168
|
-
"qr_code_base64",
|
|
9169
|
-
"secret_code"
|
|
9170
|
-
]
|
|
8728
|
+
"required": ["qr_code_base64", "secret_code"]
|
|
9171
8729
|
},
|
|
9172
8730
|
"two-factor-auth-data-google-configure-extension-interface": {
|
|
9173
8731
|
"type": "object",
|
|
@@ -9193,11 +8751,7 @@
|
|
|
9193
8751
|
"$ref": "#/components/schemas/two-factor-auth-data-authy-device-extension-interface"
|
|
9194
8752
|
}
|
|
9195
8753
|
},
|
|
9196
|
-
"required": [
|
|
9197
|
-
"country",
|
|
9198
|
-
"phone_number",
|
|
9199
|
-
"method"
|
|
9200
|
-
]
|
|
8754
|
+
"required": ["country", "phone_number", "method"]
|
|
9201
8755
|
},
|
|
9202
8756
|
"two-factor-auth-data-authy-device-extension-interface": {
|
|
9203
8757
|
"type": "object",
|
|
@@ -9219,10 +8773,7 @@
|
|
|
9219
8773
|
"$ref": "#/components/schemas/two-factor-auth-data-authy-registration-prompt-response-extension-interface"
|
|
9220
8774
|
}
|
|
9221
8775
|
},
|
|
9222
|
-
"required": [
|
|
9223
|
-
"message",
|
|
9224
|
-
"expiration_seconds"
|
|
9225
|
-
]
|
|
8776
|
+
"required": ["message", "expiration_seconds"]
|
|
9226
8777
|
},
|
|
9227
8778
|
"two-factor-auth-data-authy-registration-prompt-response-extension-interface": {
|
|
9228
8779
|
"type": "object",
|
|
@@ -9240,9 +8791,7 @@
|
|
|
9240
8791
|
"$ref": "#/components/schemas/two-factor-auth-data-u2f-web-authn-request-extension-interface"
|
|
9241
8792
|
}
|
|
9242
8793
|
},
|
|
9243
|
-
"required": [
|
|
9244
|
-
"credential_request_options_json"
|
|
9245
|
-
]
|
|
8794
|
+
"required": ["credential_request_options_json"]
|
|
9246
8795
|
},
|
|
9247
8796
|
"two-factor-auth-data-u2f-web-authn-request-extension-interface": {
|
|
9248
8797
|
"type": "object",
|
|
@@ -9264,10 +8813,7 @@
|
|
|
9264
8813
|
"$ref": "#/components/schemas/two-factor-auth-data-duo-data-extension-interface"
|
|
9265
8814
|
}
|
|
9266
8815
|
},
|
|
9267
|
-
"required": [
|
|
9268
|
-
"signature",
|
|
9269
|
-
"api_hostname"
|
|
9270
|
-
]
|
|
8816
|
+
"required": ["signature", "api_hostname"]
|
|
9271
8817
|
},
|
|
9272
8818
|
"two-factor-auth-data-duo-data-extension-interface": {
|
|
9273
8819
|
"type": "object",
|
|
@@ -9334,11 +8880,7 @@
|
|
|
9334
8880
|
"description": "Total count."
|
|
9335
8881
|
}
|
|
9336
8882
|
},
|
|
9337
|
-
"required": [
|
|
9338
|
-
"items",
|
|
9339
|
-
"search_request",
|
|
9340
|
-
"total_count"
|
|
9341
|
-
]
|
|
8883
|
+
"required": ["items", "search_request", "total_count"]
|
|
9342
8884
|
},
|
|
9343
8885
|
"inventory-in-store-pickup-api-data-pickup-location-interface": {
|
|
9344
8886
|
"type": "object",
|
|
@@ -9408,9 +8950,7 @@
|
|
|
9408
8950
|
"$ref": "#/components/schemas/inventory-in-store-pickup-api-data-pickup-location-extension-interface"
|
|
9409
8951
|
}
|
|
9410
8952
|
},
|
|
9411
|
-
"required": [
|
|
9412
|
-
"pickup_location_code"
|
|
9413
|
-
]
|
|
8953
|
+
"required": ["pickup_location_code"]
|
|
9414
8954
|
},
|
|
9415
8955
|
"inventory-in-store-pickup-api-data-pickup-location-extension-interface": {
|
|
9416
8956
|
"type": "object",
|
|
@@ -9453,11 +8993,7 @@
|
|
|
9453
8993
|
"$ref": "#/components/schemas/inventory-in-store-pickup-api-data-search-request-extension-interface"
|
|
9454
8994
|
}
|
|
9455
8995
|
},
|
|
9456
|
-
"required": [
|
|
9457
|
-
"current_page",
|
|
9458
|
-
"scope_type",
|
|
9459
|
-
"scope_code"
|
|
9460
|
-
]
|
|
8996
|
+
"required": ["current_page", "scope_type", "scope_code"]
|
|
9461
8997
|
},
|
|
9462
8998
|
"inventory-in-store-pickup-api-data-search-request-area-interface": {
|
|
9463
8999
|
"type": "object",
|
|
@@ -9472,10 +9008,7 @@
|
|
|
9472
9008
|
"description": "Search term string."
|
|
9473
9009
|
}
|
|
9474
9010
|
},
|
|
9475
|
-
"required": [
|
|
9476
|
-
"radius",
|
|
9477
|
-
"search_term"
|
|
9478
|
-
]
|
|
9011
|
+
"required": ["radius", "search_term"]
|
|
9479
9012
|
},
|
|
9480
9013
|
"inventory-in-store-pickup-api-data-search-request-filters-interface": {
|
|
9481
9014
|
"type": "object",
|
|
@@ -9520,10 +9053,7 @@
|
|
|
9520
9053
|
"description": "Condition Type."
|
|
9521
9054
|
}
|
|
9522
9055
|
},
|
|
9523
|
-
"required": [
|
|
9524
|
-
"value",
|
|
9525
|
-
"condition_type"
|
|
9526
|
-
]
|
|
9056
|
+
"required": ["value", "condition_type"]
|
|
9527
9057
|
},
|
|
9528
9058
|
"inventory-in-store-pickup-api-data-search-request-extension-interface": {
|
|
9529
9059
|
"type": "object",
|
|
@@ -9549,9 +9079,7 @@
|
|
|
9549
9079
|
"$ref": "#/components/schemas/inventory-in-store-pickup-api-data-search-request-product-info-extension-interface"
|
|
9550
9080
|
}
|
|
9551
9081
|
},
|
|
9552
|
-
"required": [
|
|
9553
|
-
"sku"
|
|
9554
|
-
]
|
|
9082
|
+
"required": ["sku"]
|
|
9555
9083
|
},
|
|
9556
9084
|
"inventory-in-store-pickup-api-data-search-request-product-info-extension-interface": {
|
|
9557
9085
|
"type": "object",
|
|
@@ -9571,11 +9099,7 @@
|
|
|
9571
9099
|
"$ref": "#/components/schemas/payment-services-paypal-data-payment-config-smart-buttons-interface"
|
|
9572
9100
|
}
|
|
9573
9101
|
},
|
|
9574
|
-
"required": [
|
|
9575
|
-
"apple_pay",
|
|
9576
|
-
"hosted_fields",
|
|
9577
|
-
"smart_buttons"
|
|
9578
|
-
]
|
|
9102
|
+
"required": ["apple_pay", "hosted_fields", "smart_buttons"]
|
|
9579
9103
|
},
|
|
9580
9104
|
"payment-services-paypal-data-payment-config-apple-pay-interface": {
|
|
9581
9105
|
"type": "object",
|
|
@@ -9660,15 +9184,7 @@
|
|
|
9660
9184
|
"description": "Height"
|
|
9661
9185
|
}
|
|
9662
9186
|
},
|
|
9663
|
-
"required": [
|
|
9664
|
-
"layout",
|
|
9665
|
-
"color",
|
|
9666
|
-
"shape",
|
|
9667
|
-
"label",
|
|
9668
|
-
"tagline",
|
|
9669
|
-
"height",
|
|
9670
|
-
"use_default_height"
|
|
9671
|
-
]
|
|
9187
|
+
"required": ["layout", "color", "shape", "label", "tagline", "height", "use_default_height"]
|
|
9672
9188
|
},
|
|
9673
9189
|
"payment-services-paypal-data-payment-config-sdk-params-interface": {
|
|
9674
9190
|
"type": "object",
|
|
@@ -9683,10 +9199,7 @@
|
|
|
9683
9199
|
"description": "Config"
|
|
9684
9200
|
}
|
|
9685
9201
|
},
|
|
9686
|
-
"required": [
|
|
9687
|
-
"name",
|
|
9688
|
-
"value"
|
|
9689
|
-
]
|
|
9202
|
+
"required": ["name", "value"]
|
|
9690
9203
|
},
|
|
9691
9204
|
"payment-services-paypal-data-payment-config-hosted-fields-interface": {
|
|
9692
9205
|
"type": "object",
|
|
@@ -9825,10 +9338,7 @@
|
|
|
9825
9338
|
"$ref": "#/components/schemas/payment-services-paypal-data-payment-config-smart-buttons-logo-interface"
|
|
9826
9339
|
}
|
|
9827
9340
|
},
|
|
9828
|
-
"required": [
|
|
9829
|
-
"layout",
|
|
9830
|
-
"logo"
|
|
9831
|
-
]
|
|
9341
|
+
"required": ["layout", "logo"]
|
|
9832
9342
|
},
|
|
9833
9343
|
"payment-services-paypal-data-payment-config-smart-buttons-logo-interface": {
|
|
9834
9344
|
"type": "object",
|
|
@@ -9839,9 +9349,7 @@
|
|
|
9839
9349
|
"description": "CanDisplayMessage"
|
|
9840
9350
|
}
|
|
9841
9351
|
},
|
|
9842
|
-
"required": [
|
|
9843
|
-
"type"
|
|
9844
|
-
]
|
|
9352
|
+
"required": ["type"]
|
|
9845
9353
|
},
|
|
9846
9354
|
"payment-services-paypal-data-payment-order-interface": {
|
|
9847
9355
|
"type": "object",
|
|
@@ -9860,11 +9368,7 @@
|
|
|
9860
9368
|
"description": "Payment order status"
|
|
9861
9369
|
}
|
|
9862
9370
|
},
|
|
9863
|
-
"required": [
|
|
9864
|
-
"id",
|
|
9865
|
-
"mp_order_id",
|
|
9866
|
-
"status"
|
|
9867
|
-
]
|
|
9371
|
+
"required": ["id", "mp_order_id", "status"]
|
|
9868
9372
|
},
|
|
9869
9373
|
"payment-services-paypal-data-payment-order-details-interface": {
|
|
9870
9374
|
"type": "object",
|
|
@@ -9886,12 +9390,7 @@
|
|
|
9886
9390
|
"description": "Payment order status"
|
|
9887
9391
|
}
|
|
9888
9392
|
},
|
|
9889
|
-
"required": [
|
|
9890
|
-
"payment_source_details",
|
|
9891
|
-
"id",
|
|
9892
|
-
"mp_order_id",
|
|
9893
|
-
"status"
|
|
9894
|
-
]
|
|
9393
|
+
"required": ["payment_source_details", "id", "mp_order_id", "status"]
|
|
9895
9394
|
},
|
|
9896
9395
|
"payment-services-paypal-data-payment-source-details-interface": {
|
|
9897
9396
|
"type": "object",
|
|
@@ -9901,9 +9400,7 @@
|
|
|
9901
9400
|
"$ref": "#/components/schemas/payment-services-paypal-data-payment-card-details-interface"
|
|
9902
9401
|
}
|
|
9903
9402
|
},
|
|
9904
|
-
"required": [
|
|
9905
|
-
"card"
|
|
9906
|
-
]
|
|
9403
|
+
"required": ["card"]
|
|
9907
9404
|
},
|
|
9908
9405
|
"payment-services-paypal-data-payment-card-details-interface": {
|
|
9909
9406
|
"type": "object",
|
|
@@ -9929,13 +9426,7 @@
|
|
|
9929
9426
|
"$ref": "#/components/schemas/payment-services-paypal-data-payment-card-bin-details-interface"
|
|
9930
9427
|
}
|
|
9931
9428
|
},
|
|
9932
|
-
"required": [
|
|
9933
|
-
"name",
|
|
9934
|
-
"last_digits",
|
|
9935
|
-
"card_expiry_month",
|
|
9936
|
-
"card_expiry_year",
|
|
9937
|
-
"bin_details"
|
|
9938
|
-
]
|
|
9429
|
+
"required": ["name", "last_digits", "card_expiry_month", "card_expiry_year", "bin_details"]
|
|
9939
9430
|
},
|
|
9940
9431
|
"payment-services-paypal-data-payment-card-bin-details-interface": {
|
|
9941
9432
|
"type": "object",
|
|
@@ -9946,9 +9437,7 @@
|
|
|
9946
9437
|
"description": "Bin"
|
|
9947
9438
|
}
|
|
9948
9439
|
},
|
|
9949
|
-
"required": [
|
|
9950
|
-
"bin"
|
|
9951
|
-
]
|
|
9440
|
+
"required": ["bin"]
|
|
9952
9441
|
},
|
|
9953
9442
|
"payment-services-paypal-data-payment-sdk-params-interface": {
|
|
9954
9443
|
"type": "object",
|
|
@@ -9966,10 +9455,7 @@
|
|
|
9966
9455
|
}
|
|
9967
9456
|
}
|
|
9968
9457
|
},
|
|
9969
|
-
"required": [
|
|
9970
|
-
"code",
|
|
9971
|
-
"params"
|
|
9972
|
-
]
|
|
9458
|
+
"required": ["code", "params"]
|
|
9973
9459
|
},
|
|
9974
9460
|
"pay-pal-braintree-data-auth-data-interface": {
|
|
9975
9461
|
"type": "object",
|
|
@@ -9995,13 +9481,8 @@
|
|
|
9995
9481
|
"description": "Current store code"
|
|
9996
9482
|
}
|
|
9997
9483
|
},
|
|
9998
|
-
"required": [
|
|
9999
|
-
"display_name",
|
|
10000
|
-
"action_success",
|
|
10001
|
-
"logged_in",
|
|
10002
|
-
"store_code"
|
|
10003
|
-
]
|
|
9484
|
+
"required": ["display_name", "action_success", "logged_in", "store_code"]
|
|
10004
9485
|
}
|
|
10005
9486
|
}
|
|
10006
9487
|
}
|
|
10007
|
-
}
|
|
9488
|
+
}
|