@graphcommerce/magento-graphql-rest 9.0.0-canary.99 → 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.
@@ -289,9 +289,7 @@
289
289
  "paths": {
290
290
  "/V1/applepay/auth": {
291
291
  "get": {
292
- "tags": [
293
- "applepay/auth"
294
- ],
292
+ "tags": ["applepay/auth"],
295
293
  "description": "Returns details required to be able to submit a payment with apple pay.",
296
294
  "operationId": "GetV1ApplepayAuth",
297
295
  "responses": {
@@ -331,18 +329,14 @@
331
329
  },
332
330
  "/V1/braintree/mine/payment/vault": {
333
331
  "post": {
334
- "tags": [
335
- "braintree/mine/payment/vault"
336
- ],
332
+ "tags": ["braintree/mine/payment/vault"],
337
333
  "description": "Vault a Payment nonce for a customer. Billing address is optional but advised for Card vaulting.",
338
334
  "operationId": "PostV1BraintreeMinePaymentVault",
339
335
  "requestBody": {
340
336
  "content": {
341
337
  "application/json": {
342
338
  "schema": {
343
- "required": [
344
- "payment"
345
- ],
339
+ "required": ["payment"],
346
340
  "properties": {
347
341
  "payment": {
348
342
  "$ref": "#/components/schemas/pay-pal-braintree-data-payment-interface"
@@ -359,9 +353,7 @@
359
353
  },
360
354
  "application/xml": {
361
355
  "schema": {
362
- "required": [
363
- "payment"
364
- ],
356
+ "required": ["payment"],
365
357
  "properties": {
366
358
  "payment": {
367
359
  "$ref": "#/components/schemas/pay-pal-braintree-data-payment-interface"
@@ -445,9 +437,7 @@
445
437
  },
446
438
  "/V1/carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}": {
447
439
  "get": {
448
- "tags": [
449
- "carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}"
450
- ],
440
+ "tags": ["carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}"],
451
441
  "description": "Check gift card balance if added to the cart.",
452
442
  "operationId": "GetV1CartsGuestcartsCartIdCheckGiftCardGiftCardCode",
453
443
  "parameters": [
@@ -535,9 +525,7 @@
535
525
  },
536
526
  "/V1/carts/guest-carts/{cartId}/giftCards": {
537
527
  "post": {
538
- "tags": [
539
- "carts/guest-carts/{cartId}/giftCards"
540
- ],
528
+ "tags": ["carts/guest-carts/{cartId}/giftCards"],
541
529
  "description": "Add gift card to the cart.",
542
530
  "operationId": "PostV1CartsGuestcartsCartIdGiftCards",
543
531
  "parameters": [
@@ -605,9 +593,7 @@
605
593
  },
606
594
  "/V1/carts/guest-carts/{cartId}/giftCards/{giftCardCode}": {
607
595
  "delete": {
608
- "tags": [
609
- "carts/guest-carts/{cartId}/giftCards/{giftCardCode}"
610
- ],
596
+ "tags": ["carts/guest-carts/{cartId}/giftCards/{giftCardCode}"],
611
597
  "description": "Remove GiftCard Account entity.",
612
598
  "operationId": "DeleteV1CartsGuestcartsCartIdGiftCardsGiftCardCode",
613
599
  "parameters": [
@@ -665,18 +651,14 @@
665
651
  },
666
652
  "/V1/carts/mine": {
667
653
  "put": {
668
- "tags": [
669
- "carts/mine"
670
- ],
654
+ "tags": ["carts/mine"],
671
655
  "description": "Save quote",
672
656
  "operationId": "PutV1CartsMine",
673
657
  "requestBody": {
674
658
  "content": {
675
659
  "application/json": {
676
660
  "schema": {
677
- "required": [
678
- "quote"
679
- ],
661
+ "required": ["quote"],
680
662
  "properties": {
681
663
  "quote": {
682
664
  "$ref": "#/components/schemas/quote-data-cart-interface"
@@ -690,9 +672,7 @@
690
672
  },
691
673
  "application/xml": {
692
674
  "schema": {
693
- "required": [
694
- "quote"
695
- ],
675
+ "required": ["quote"],
696
676
  "properties": {
697
677
  "quote": {
698
678
  "$ref": "#/components/schemas/quote-data-cart-interface"
@@ -741,9 +721,7 @@
741
721
  "summary": "carts/mine"
742
722
  },
743
723
  "get": {
744
- "tags": [
745
- "carts/mine"
746
- ],
724
+ "tags": ["carts/mine"],
747
725
  "description": "Returns information for the cart for a specified customer.",
748
726
  "operationId": "GetV1CartsMine",
749
727
  "responses": {
@@ -813,9 +791,7 @@
813
791
  },
814
792
  "/V1/carts/mine/balance/apply": {
815
793
  "post": {
816
- "tags": [
817
- "carts/mine/balance/apply"
818
- ],
794
+ "tags": ["carts/mine/balance/apply"],
819
795
  "description": "Apply store credit",
820
796
  "operationId": "PostV1CartsMineBalanceApply",
821
797
  "responses": {
@@ -870,9 +846,7 @@
870
846
  },
871
847
  "/V1/carts/mine/checkGiftCard/{giftCardCode}": {
872
848
  "get": {
873
- "tags": [
874
- "carts/mine/checkGiftCard/{giftCardCode}"
875
- ],
849
+ "tags": ["carts/mine/checkGiftCard/{giftCardCode}"],
876
850
  "description": "Check gift card balance if applied to given cart.",
877
851
  "operationId": "GetV1CartsMineCheckGiftCardGiftCardCode",
878
852
  "parameters": [
@@ -952,9 +926,7 @@
952
926
  },
953
927
  "/V1/carts/mine/collect-totals": {
954
928
  "put": {
955
- "tags": [
956
- "carts/mine/collect-totals"
957
- ],
929
+ "tags": ["carts/mine/collect-totals"],
958
930
  "description": "Set shipping/billing methods and additional data for cart and collect totals.",
959
931
  "operationId": "PutV1CartsMineCollecttotals",
960
932
  "requestBody": {
@@ -1012,9 +984,7 @@
1012
984
  },
1013
985
  "/V1/carts/mine/payment-information": {
1014
986
  "post": {
1015
- "tags": [
1016
- "carts/mine/payment-information"
1017
- ],
987
+ "tags": ["carts/mine/payment-information"],
1018
988
  "description": "Set payment information and place order for a specified cart.",
1019
989
  "operationId": "PostV1CartsMinePaymentinformation",
1020
990
  "requestBody": {
@@ -1087,9 +1057,7 @@
1087
1057
  "summary": "carts/mine/payment-information"
1088
1058
  },
1089
1059
  "get": {
1090
- "tags": [
1091
- "carts/mine/payment-information"
1092
- ],
1060
+ "tags": ["carts/mine/payment-information"],
1093
1061
  "description": "Get payment information",
1094
1062
  "operationId": "GetV1CartsMinePaymentinformation",
1095
1063
  "responses": {
@@ -1144,9 +1112,7 @@
1144
1112
  },
1145
1113
  "/V1/carts/mine/payment-order": {
1146
1114
  "post": {
1147
- "tags": [
1148
- "carts/mine/payment-order"
1149
- ],
1115
+ "tags": ["carts/mine/payment-order"],
1150
1116
  "description": "Create a payment order for logged in customer",
1151
1117
  "operationId": "PostV1CartsMinePaymentorder",
1152
1118
  "requestBody": {
@@ -1219,9 +1185,7 @@
1219
1185
  },
1220
1186
  "/V1/carts/mine/payment-order/{id}": {
1221
1187
  "get": {
1222
- "tags": [
1223
- "carts/mine/payment-order/{id}"
1224
- ],
1188
+ "tags": ["carts/mine/payment-order/{id}"],
1225
1189
  "description": "Get payment order for logged in customer",
1226
1190
  "operationId": "GetV1CartsMinePaymentorderId",
1227
1191
  "parameters": [
@@ -1299,9 +1263,7 @@
1299
1263
  "summary": "carts/mine/payment-order/{id}"
1300
1264
  },
1301
1265
  "post": {
1302
- "tags": [
1303
- "carts/mine/payment-order/{id}"
1304
- ],
1266
+ "tags": ["carts/mine/payment-order/{id}"],
1305
1267
  "description": "Sync payment order for logged in customer",
1306
1268
  "operationId": "PostV1CartsMinePaymentorderId",
1307
1269
  "parameters": [
@@ -1381,9 +1343,7 @@
1381
1343
  },
1382
1344
  "/V1/carts/mine/po-payment-information": {
1383
1345
  "post": {
1384
- "tags": [
1385
- "carts/mine/po-payment-information"
1386
- ],
1346
+ "tags": ["carts/mine/po-payment-information"],
1387
1347
  "description": "Set payment information and place purchase order for a specified cart.",
1388
1348
  "operationId": "PostV1CartsMinePopaymentinformation",
1389
1349
  "requestBody": {
@@ -1458,9 +1418,7 @@
1458
1418
  },
1459
1419
  "/V1/carts/mine/set-payment-information": {
1460
1420
  "post": {
1461
- "tags": [
1462
- "carts/mine/set-payment-information"
1463
- ],
1421
+ "tags": ["carts/mine/set-payment-information"],
1464
1422
  "description": "Set payment information for a specified cart.",
1465
1423
  "operationId": "PostV1CartsMineSetpaymentinformation",
1466
1424
  "requestBody": {
@@ -1535,18 +1493,14 @@
1535
1493
  },
1536
1494
  "/V1/customers": {
1537
1495
  "post": {
1538
- "tags": [
1539
- "customers"
1540
- ],
1496
+ "tags": ["customers"],
1541
1497
  "description": "Create customer account. Perform necessary business operations like sending email.",
1542
1498
  "operationId": "PostV1Customers",
1543
1499
  "requestBody": {
1544
1500
  "content": {
1545
1501
  "application/json": {
1546
1502
  "schema": {
1547
- "required": [
1548
- "customer"
1549
- ],
1503
+ "required": ["customer"],
1550
1504
  "properties": {
1551
1505
  "customer": {
1552
1506
  "$ref": "#/components/schemas/customer-data-customer-interface"
@@ -1566,9 +1520,7 @@
1566
1520
  },
1567
1521
  "application/xml": {
1568
1522
  "schema": {
1569
- "required": [
1570
- "customer"
1571
- ],
1523
+ "required": ["customer"],
1572
1524
  "properties": {
1573
1525
  "customer": {
1574
1526
  "$ref": "#/components/schemas/customer-data-customer-interface"
@@ -1640,18 +1592,14 @@
1640
1592
  },
1641
1593
  "/V1/customers/isEmailAvailable": {
1642
1594
  "post": {
1643
- "tags": [
1644
- "customers/isEmailAvailable"
1645
- ],
1595
+ "tags": ["customers/isEmailAvailable"],
1646
1596
  "description": "Check if given email is associated with a customer account in given website.",
1647
1597
  "operationId": "PostV1CustomersIsEmailAvailable",
1648
1598
  "requestBody": {
1649
1599
  "content": {
1650
1600
  "application/json": {
1651
1601
  "schema": {
1652
- "required": [
1653
- "customerEmail"
1654
- ],
1602
+ "required": ["customerEmail"],
1655
1603
  "properties": {
1656
1604
  "customerEmail": {
1657
1605
  "type": "string"
@@ -1669,9 +1617,7 @@
1669
1617
  },
1670
1618
  "application/xml": {
1671
1619
  "schema": {
1672
- "required": [
1673
- "customerEmail"
1674
- ],
1620
+ "required": ["customerEmail"],
1675
1621
  "properties": {
1676
1622
  "customerEmail": {
1677
1623
  "type": "string"
@@ -1741,18 +1687,14 @@
1741
1687
  },
1742
1688
  "/V1/customers/me/activate": {
1743
1689
  "put": {
1744
- "tags": [
1745
- "customers/me/activate"
1746
- ],
1690
+ "tags": ["customers/me/activate"],
1747
1691
  "description": "Activate a customer account using a key that was sent in a confirmation email.",
1748
1692
  "operationId": "PutV1CustomersMeActivate",
1749
1693
  "requestBody": {
1750
1694
  "content": {
1751
1695
  "application/json": {
1752
1696
  "schema": {
1753
- "required": [
1754
- "confirmationKey"
1755
- ],
1697
+ "required": ["confirmationKey"],
1756
1698
  "properties": {
1757
1699
  "confirmationKey": {
1758
1700
  "type": "string"
@@ -1766,9 +1708,7 @@
1766
1708
  },
1767
1709
  "application/xml": {
1768
1710
  "schema": {
1769
- "required": [
1770
- "confirmationKey"
1771
- ],
1711
+ "required": ["confirmationKey"],
1772
1712
  "properties": {
1773
1713
  "confirmationKey": {
1774
1714
  "type": "string"
@@ -1849,19 +1789,14 @@
1849
1789
  },
1850
1790
  "/V1/customers/me/password": {
1851
1791
  "put": {
1852
- "tags": [
1853
- "customers/me/password"
1854
- ],
1792
+ "tags": ["customers/me/password"],
1855
1793
  "description": "Change customer password.",
1856
1794
  "operationId": "PutV1CustomersMePassword",
1857
1795
  "requestBody": {
1858
1796
  "content": {
1859
1797
  "application/json": {
1860
1798
  "schema": {
1861
- "required": [
1862
- "currentPassword",
1863
- "newPassword"
1864
- ],
1799
+ "required": ["currentPassword", "newPassword"],
1865
1800
  "properties": {
1866
1801
  "currentPassword": {
1867
1802
  "type": "string"
@@ -1878,10 +1813,7 @@
1878
1813
  },
1879
1814
  "application/xml": {
1880
1815
  "schema": {
1881
- "required": [
1882
- "currentPassword",
1883
- "newPassword"
1884
- ],
1816
+ "required": ["currentPassword", "newPassword"],
1885
1817
  "properties": {
1886
1818
  "currentPassword": {
1887
1819
  "type": "string"
@@ -1967,19 +1899,14 @@
1967
1899
  },
1968
1900
  "/V1/customers/password": {
1969
1901
  "put": {
1970
- "tags": [
1971
- "customers/password"
1972
- ],
1902
+ "tags": ["customers/password"],
1973
1903
  "description": "Send an email to the customer with a password reset link.",
1974
1904
  "operationId": "PutV1CustomersPassword",
1975
1905
  "requestBody": {
1976
1906
  "content": {
1977
1907
  "application/json": {
1978
1908
  "schema": {
1979
- "required": [
1980
- "email",
1981
- "template"
1982
- ],
1909
+ "required": ["email", "template"],
1983
1910
  "properties": {
1984
1911
  "email": {
1985
1912
  "type": "string"
@@ -1999,10 +1926,7 @@
1999
1926
  },
2000
1927
  "application/xml": {
2001
1928
  "schema": {
2002
- "required": [
2003
- "email",
2004
- "template"
2005
- ],
1929
+ "required": ["email", "template"],
2006
1930
  "properties": {
2007
1931
  "email": {
2008
1932
  "type": "string"
@@ -2076,20 +2000,14 @@
2076
2000
  },
2077
2001
  "/V1/customers/resetPassword": {
2078
2002
  "post": {
2079
- "tags": [
2080
- "customers/resetPassword"
2081
- ],
2003
+ "tags": ["customers/resetPassword"],
2082
2004
  "description": "Reset customer password.",
2083
2005
  "operationId": "PostV1CustomersResetPassword",
2084
2006
  "requestBody": {
2085
2007
  "content": {
2086
2008
  "application/json": {
2087
2009
  "schema": {
2088
- "required": [
2089
- "email",
2090
- "resetToken",
2091
- "newPassword"
2092
- ],
2010
+ "required": ["email", "resetToken", "newPassword"],
2093
2011
  "properties": {
2094
2012
  "email": {
2095
2013
  "type": "string",
@@ -2110,11 +2028,7 @@
2110
2028
  },
2111
2029
  "application/xml": {
2112
2030
  "schema": {
2113
- "required": [
2114
- "email",
2115
- "resetToken",
2116
- "newPassword"
2117
- ],
2031
+ "required": ["email", "resetToken", "newPassword"],
2118
2032
  "properties": {
2119
2033
  "email": {
2120
2034
  "type": "string",
@@ -2189,9 +2103,7 @@
2189
2103
  },
2190
2104
  "/V1/customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}": {
2191
2105
  "get": {
2192
- "tags": [
2193
- "customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}"
2194
- ],
2106
+ "tags": ["customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}"],
2195
2107
  "description": "Check if password reset token is valid.",
2196
2108
  "operationId": "GetV1CustomersCustomerIdPasswordResetLinkTokenResetPasswordLinkToken",
2197
2109
  "parameters": [
@@ -2282,9 +2194,7 @@
2282
2194
  },
2283
2195
  "/V1/directory/countries": {
2284
2196
  "get": {
2285
- "tags": [
2286
- "directory/countries"
2287
- ],
2197
+ "tags": ["directory/countries"],
2288
2198
  "description": "Get all countries and regions information for the store.",
2289
2199
  "operationId": "GetV1DirectoryCountries",
2290
2200
  "responses": {
@@ -2330,9 +2240,7 @@
2330
2240
  },
2331
2241
  "/V1/directory/countries/{countryId}": {
2332
2242
  "get": {
2333
- "tags": [
2334
- "directory/countries/{countryId}"
2335
- ],
2243
+ "tags": ["directory/countries/{countryId}"],
2336
2244
  "description": "Get country and region information for the store.",
2337
2245
  "operationId": "GetV1DirectoryCountriesCountryId",
2338
2246
  "parameters": [
@@ -2397,9 +2305,7 @@
2397
2305
  },
2398
2306
  "/V1/directory/currency": {
2399
2307
  "get": {
2400
- "tags": [
2401
- "directory/currency"
2402
- ],
2308
+ "tags": ["directory/currency"],
2403
2309
  "description": "Get currency information for the store.",
2404
2310
  "operationId": "GetV1DirectoryCurrency",
2405
2311
  "responses": {
@@ -2439,9 +2345,7 @@
2439
2345
  },
2440
2346
  "/V1/giftregistry/mine/estimate-shipping-methods": {
2441
2347
  "post": {
2442
- "tags": [
2443
- "giftregistry/mine/estimate-shipping-methods"
2444
- ],
2348
+ "tags": ["giftregistry/mine/estimate-shipping-methods"],
2445
2349
  "description": "Estimate shipping",
2446
2350
  "operationId": "PostV1GiftregistryMineEstimateshippingmethods",
2447
2351
  "requestBody": {
@@ -2522,9 +2426,7 @@
2522
2426
  },
2523
2427
  "/V1/guest-carts": {
2524
2428
  "post": {
2525
- "tags": [
2526
- "guest-carts"
2527
- ],
2429
+ "tags": ["guest-carts"],
2528
2430
  "description": "Enable an customer or guest user to create an empty cart and quote for an anonymous customer.",
2529
2431
  "operationId": "PostV1Guestcarts",
2530
2432
  "responses": {
@@ -2581,9 +2483,7 @@
2581
2483
  },
2582
2484
  "/V1/guest-carts/{cartId}": {
2583
2485
  "get": {
2584
- "tags": [
2585
- "guest-carts/{cartId}"
2586
- ],
2486
+ "tags": ["guest-carts/{cartId}"],
2587
2487
  "description": "Enable a guest user to return information for a specified cart.",
2588
2488
  "operationId": "GetV1GuestcartsCartId",
2589
2489
  "parameters": [
@@ -2646,9 +2546,7 @@
2646
2546
  "summary": "guest-carts/{cartId}"
2647
2547
  },
2648
2548
  "put": {
2649
- "tags": [
2650
- "guest-carts/{cartId}"
2651
- ],
2549
+ "tags": ["guest-carts/{cartId}"],
2652
2550
  "description": "Assign a specified customer to a specified shopping cart.",
2653
2551
  "operationId": "PutV1GuestcartsCartId",
2654
2552
  "parameters": [
@@ -2666,10 +2564,7 @@
2666
2564
  "content": {
2667
2565
  "application/json": {
2668
2566
  "schema": {
2669
- "required": [
2670
- "customerId",
2671
- "storeId"
2672
- ],
2567
+ "required": ["customerId", "storeId"],
2673
2568
  "properties": {
2674
2569
  "customerId": {
2675
2570
  "type": "integer",
@@ -2687,10 +2582,7 @@
2687
2582
  },
2688
2583
  "application/xml": {
2689
2584
  "schema": {
2690
- "required": [
2691
- "customerId",
2692
- "storeId"
2693
- ],
2585
+ "required": ["customerId", "storeId"],
2694
2586
  "properties": {
2695
2587
  "customerId": {
2696
2588
  "type": "integer",
@@ -2760,9 +2652,7 @@
2760
2652
  },
2761
2653
  "/V1/guest-carts/{cartId}/billing-address": {
2762
2654
  "get": {
2763
- "tags": [
2764
- "guest-carts/{cartId}/billing-address"
2765
- ],
2655
+ "tags": ["guest-carts/{cartId}/billing-address"],
2766
2656
  "description": "Return the billing address for a specified quote.",
2767
2657
  "operationId": "GetV1GuestcartsCartIdBillingaddress",
2768
2658
  "parameters": [
@@ -2826,9 +2716,7 @@
2826
2716
  "summary": "guest-carts/{cartId}/billing-address"
2827
2717
  },
2828
2718
  "post": {
2829
- "tags": [
2830
- "guest-carts/{cartId}/billing-address"
2831
- ],
2719
+ "tags": ["guest-carts/{cartId}/billing-address"],
2832
2720
  "description": "Assign a specified billing address to a specified cart.",
2833
2721
  "operationId": "PostV1GuestcartsCartIdBillingaddress",
2834
2722
  "parameters": [
@@ -2899,9 +2787,7 @@
2899
2787
  },
2900
2788
  "/V1/guest-carts/{cartId}/collect-totals": {
2901
2789
  "put": {
2902
- "tags": [
2903
- "guest-carts/{cartId}/collect-totals"
2904
- ],
2790
+ "tags": ["guest-carts/{cartId}/collect-totals"],
2905
2791
  "description": "Set shipping/billing methods and additional data for cart and collect totals for guest.",
2906
2792
  "operationId": "PutV1GuestcartsCartIdCollecttotals",
2907
2793
  "parameters": [
@@ -2955,9 +2841,7 @@
2955
2841
  },
2956
2842
  "/V1/guest-carts/{cartId}/coupons": {
2957
2843
  "get": {
2958
- "tags": [
2959
- "guest-carts/{cartId}/coupons"
2960
- ],
2844
+ "tags": ["guest-carts/{cartId}/coupons"],
2961
2845
  "description": "Return information for a coupon in a specified cart.",
2962
2846
  "operationId": "GetV1GuestcartsCartIdCoupons",
2963
2847
  "parameters": [
@@ -3023,9 +2907,7 @@
3023
2907
  "summary": "guest-carts/{cartId}/coupons"
3024
2908
  },
3025
2909
  "delete": {
3026
- "tags": [
3027
- "guest-carts/{cartId}/coupons"
3028
- ],
2910
+ "tags": ["guest-carts/{cartId}/coupons"],
3029
2911
  "description": "Delete a coupon from a specified cart.",
3030
2912
  "operationId": "DeleteV1GuestcartsCartIdCoupons",
3031
2913
  "parameters": [
@@ -3091,9 +2973,7 @@
3091
2973
  },
3092
2974
  "/V1/guest-carts/{cartId}/coupons/{couponCode}": {
3093
2975
  "put": {
3094
- "tags": [
3095
- "guest-carts/{cartId}/coupons/{couponCode}"
3096
- ],
2976
+ "tags": ["guest-carts/{cartId}/coupons/{couponCode}"],
3097
2977
  "description": "Add a coupon by code to a specified cart.",
3098
2978
  "operationId": "PutV1GuestcartsCartIdCouponsCouponCode",
3099
2979
  "parameters": [
@@ -3168,9 +3048,7 @@
3168
3048
  },
3169
3049
  "/V1/guest-carts/{cartId}/estimate-shipping-methods": {
3170
3050
  "post": {
3171
- "tags": [
3172
- "guest-carts/{cartId}/estimate-shipping-methods"
3173
- ],
3051
+ "tags": ["guest-carts/{cartId}/estimate-shipping-methods"],
3174
3052
  "description": "Estimate shipping by address and return list of available shipping methods",
3175
3053
  "operationId": "PostV1GuestcartsCartIdEstimateshippingmethods",
3176
3054
  "parameters": [
@@ -3246,9 +3124,7 @@
3246
3124
  },
3247
3125
  "/V1/guest-carts/{cartId}/gift-message": {
3248
3126
  "get": {
3249
- "tags": [
3250
- "guest-carts/{cartId}/gift-message"
3251
- ],
3127
+ "tags": ["guest-carts/{cartId}/gift-message"],
3252
3128
  "description": "Return the gift message for a specified order.",
3253
3129
  "operationId": "GetV1GuestcartsCartIdGiftmessage",
3254
3130
  "parameters": [
@@ -3297,9 +3173,7 @@
3297
3173
  "summary": "guest-carts/{cartId}/gift-message"
3298
3174
  },
3299
3175
  "post": {
3300
- "tags": [
3301
- "guest-carts/{cartId}/gift-message"
3302
- ],
3176
+ "tags": ["guest-carts/{cartId}/gift-message"],
3303
3177
  "description": "Set the gift message for an entire order.",
3304
3178
  "operationId": "PostV1GuestcartsCartIdGiftmessage",
3305
3179
  "parameters": [
@@ -3368,9 +3242,7 @@
3368
3242
  },
3369
3243
  "/V1/guest-carts/{cartId}/gift-message/{itemId}": {
3370
3244
  "get": {
3371
- "tags": [
3372
- "guest-carts/{cartId}/gift-message/{itemId}"
3373
- ],
3245
+ "tags": ["guest-carts/{cartId}/gift-message/{itemId}"],
3374
3246
  "description": "Return the gift message for a specified item in a specified shopping cart.",
3375
3247
  "operationId": "GetV1GuestcartsCartIdGiftmessageItemId",
3376
3248
  "parameters": [
@@ -3443,9 +3315,7 @@
3443
3315
  "summary": "guest-carts/{cartId}/gift-message/{itemId}"
3444
3316
  },
3445
3317
  "post": {
3446
- "tags": [
3447
- "guest-carts/{cartId}/gift-message/{itemId}"
3448
- ],
3318
+ "tags": ["guest-carts/{cartId}/gift-message/{itemId}"],
3449
3319
  "description": "Set the gift message for a specified item in a specified shopping cart.",
3450
3320
  "operationId": "PostV1GuestcartsCartIdGiftmessageItemId",
3451
3321
  "parameters": [
@@ -3523,9 +3393,7 @@
3523
3393
  },
3524
3394
  "/V1/guest-carts/{cartId}/items": {
3525
3395
  "get": {
3526
- "tags": [
3527
- "guest-carts/{cartId}/items"
3528
- ],
3396
+ "tags": ["guest-carts/{cartId}/items"],
3529
3397
  "description": "List items that are assigned to a specified cart.",
3530
3398
  "operationId": "GetV1GuestcartsCartIdItems",
3531
3399
  "parameters": [
@@ -3597,9 +3465,7 @@
3597
3465
  "summary": "guest-carts/{cartId}/items"
3598
3466
  },
3599
3467
  "post": {
3600
- "tags": [
3601
- "guest-carts/{cartId}/items"
3602
- ],
3468
+ "tags": ["guest-carts/{cartId}/items"],
3603
3469
  "description": "Add/update the specified cart item.",
3604
3470
  "operationId": "PostV1GuestcartsCartIdItems",
3605
3471
  "parameters": [
@@ -3667,9 +3533,7 @@
3667
3533
  },
3668
3534
  "/V1/guest-carts/{cartId}/items/{itemId}": {
3669
3535
  "put": {
3670
- "tags": [
3671
- "guest-carts/{cartId}/items/{itemId}"
3672
- ],
3536
+ "tags": ["guest-carts/{cartId}/items/{itemId}"],
3673
3537
  "description": "Add/update the specified cart item.",
3674
3538
  "operationId": "PutV1GuestcartsCartIdItemsItemId",
3675
3539
  "parameters": [
@@ -3743,9 +3607,7 @@
3743
3607
  "summary": "guest-carts/{cartId}/items/{itemId}"
3744
3608
  },
3745
3609
  "delete": {
3746
- "tags": [
3747
- "guest-carts/{cartId}/items/{itemId}"
3748
- ],
3610
+ "tags": ["guest-carts/{cartId}/items/{itemId}"],
3749
3611
  "description": "Remove the specified item from the specified cart.",
3750
3612
  "operationId": "DeleteV1GuestcartsCartIdItemsItemId",
3751
3613
  "parameters": [
@@ -3820,9 +3682,7 @@
3820
3682
  },
3821
3683
  "/V1/guest-carts/{cartId}/order": {
3822
3684
  "put": {
3823
- "tags": [
3824
- "guest-carts/{cartId}/order"
3825
- ],
3685
+ "tags": ["guest-carts/{cartId}/order"],
3826
3686
  "description": "Place an order for a specified cart.",
3827
3687
  "operationId": "PutV1GuestcartsCartIdOrder",
3828
3688
  "parameters": [
@@ -3920,9 +3780,7 @@
3920
3780
  },
3921
3781
  "/V1/guest-carts/{cartId}/payment-information": {
3922
3782
  "post": {
3923
- "tags": [
3924
- "guest-carts/{cartId}/payment-information"
3925
- ],
3783
+ "tags": ["guest-carts/{cartId}/payment-information"],
3926
3784
  "description": "Set payment information and place order for a specified cart.",
3927
3785
  "operationId": "PostV1GuestcartsCartIdPaymentinformation",
3928
3786
  "parameters": [
@@ -3990,9 +3848,7 @@
3990
3848
  "summary": "guest-carts/{cartId}/payment-information"
3991
3849
  },
3992
3850
  "get": {
3993
- "tags": [
3994
- "guest-carts/{cartId}/payment-information"
3995
- ],
3851
+ "tags": ["guest-carts/{cartId}/payment-information"],
3996
3852
  "description": "Get payment information",
3997
3853
  "operationId": "GetV1GuestcartsCartIdPaymentinformation",
3998
3854
  "parameters": [
@@ -4042,9 +3898,7 @@
4042
3898
  },
4043
3899
  "/V1/guest-carts/{cartId}/payment-methods": {
4044
3900
  "get": {
4045
- "tags": [
4046
- "guest-carts/{cartId}/payment-methods"
4047
- ],
3901
+ "tags": ["guest-carts/{cartId}/payment-methods"],
4048
3902
  "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.",
4049
3903
  "operationId": "GetV1GuestcartsCartIdPaymentmethods",
4050
3904
  "parameters": [
@@ -4118,9 +3972,7 @@
4118
3972
  },
4119
3973
  "/V1/guest-carts/{cartId}/payment-order": {
4120
3974
  "post": {
4121
- "tags": [
4122
- "guest-carts/{cartId}/payment-order"
4123
- ],
3975
+ "tags": ["guest-carts/{cartId}/payment-order"],
4124
3976
  "description": "Create a payment order for guest customer",
4125
3977
  "operationId": "PostV1GuestcartsCartIdPaymentorder",
4126
3978
  "parameters": [
@@ -4188,9 +4040,7 @@
4188
4040
  },
4189
4041
  "/V1/guest-carts/{cartId}/payment-order/{id}": {
4190
4042
  "get": {
4191
- "tags": [
4192
- "guest-carts/{cartId}/payment-order/{id}"
4193
- ],
4043
+ "tags": ["guest-carts/{cartId}/payment-order/{id}"],
4194
4044
  "description": "Get payment order for guest customer",
4195
4045
  "operationId": "GetV1GuestcartsCartIdPaymentorderId",
4196
4046
  "parameters": [
@@ -4261,9 +4111,7 @@
4261
4111
  "summary": "guest-carts/{cartId}/payment-order/{id}"
4262
4112
  },
4263
4113
  "post": {
4264
- "tags": [
4265
- "guest-carts/{cartId}/payment-order/{id}"
4266
- ],
4114
+ "tags": ["guest-carts/{cartId}/payment-order/{id}"],
4267
4115
  "description": "Sync payment order for guest customer",
4268
4116
  "operationId": "PostV1GuestcartsCartIdPaymentorderId",
4269
4117
  "parameters": [
@@ -4336,9 +4184,7 @@
4336
4184
  },
4337
4185
  "/V1/guest-carts/{cartId}/selected-payment-method": {
4338
4186
  "get": {
4339
- "tags": [
4340
- "guest-carts/{cartId}/selected-payment-method"
4341
- ],
4187
+ "tags": ["guest-carts/{cartId}/selected-payment-method"],
4342
4188
  "description": "Return the payment method for a specified shopping cart.",
4343
4189
  "operationId": "GetV1GuestcartsCartIdSelectedpaymentmethod",
4344
4190
  "parameters": [
@@ -4402,9 +4248,7 @@
4402
4248
  "summary": "guest-carts/{cartId}/selected-payment-method"
4403
4249
  },
4404
4250
  "put": {
4405
- "tags": [
4406
- "guest-carts/{cartId}/selected-payment-method"
4407
- ],
4251
+ "tags": ["guest-carts/{cartId}/selected-payment-method"],
4408
4252
  "description": "Add a specified payment method to a specified shopping cart.",
4409
4253
  "operationId": "PutV1GuestcartsCartIdSelectedpaymentmethod",
4410
4254
  "parameters": [
@@ -4422,9 +4266,7 @@
4422
4266
  "content": {
4423
4267
  "application/json": {
4424
4268
  "schema": {
4425
- "required": [
4426
- "method"
4427
- ],
4269
+ "required": ["method"],
4428
4270
  "properties": {
4429
4271
  "method": {
4430
4272
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -4438,9 +4280,7 @@
4438
4280
  },
4439
4281
  "application/xml": {
4440
4282
  "schema": {
4441
- "required": [
4442
- "method"
4443
- ],
4283
+ "required": ["method"],
4444
4284
  "properties": {
4445
4285
  "method": {
4446
4286
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -4508,9 +4348,7 @@
4508
4348
  },
4509
4349
  "/V1/guest-carts/{cartId}/set-payment-information": {
4510
4350
  "post": {
4511
- "tags": [
4512
- "guest-carts/{cartId}/set-payment-information"
4513
- ],
4351
+ "tags": ["guest-carts/{cartId}/set-payment-information"],
4514
4352
  "description": "Set payment information for a specified cart.",
4515
4353
  "operationId": "PostV1GuestcartsCartIdSetpaymentinformation",
4516
4354
  "parameters": [
@@ -4580,9 +4418,7 @@
4580
4418
  },
4581
4419
  "/V1/guest-carts/{cartId}/shipping-information": {
4582
4420
  "post": {
4583
- "tags": [
4584
- "guest-carts/{cartId}/shipping-information"
4585
- ],
4421
+ "tags": ["guest-carts/{cartId}/shipping-information"],
4586
4422
  "description": "",
4587
4423
  "operationId": "PostV1GuestcartsCartIdShippinginformation",
4588
4424
  "parameters": [
@@ -4635,9 +4471,7 @@
4635
4471
  },
4636
4472
  "/V1/guest-carts/{cartId}/shipping-methods": {
4637
4473
  "get": {
4638
- "tags": [
4639
- "guest-carts/{cartId}/shipping-methods"
4640
- ],
4474
+ "tags": ["guest-carts/{cartId}/shipping-methods"],
4641
4475
  "description": "List applicable shipping methods for a specified quote.",
4642
4476
  "operationId": "GetV1GuestcartsCartIdShippingmethods",
4643
4477
  "parameters": [
@@ -4711,9 +4545,7 @@
4711
4545
  },
4712
4546
  "/V1/guest-carts/{cartId}/totals": {
4713
4547
  "get": {
4714
- "tags": [
4715
- "guest-carts/{cartId}/totals"
4716
- ],
4548
+ "tags": ["guest-carts/{cartId}/totals"],
4717
4549
  "description": "Return quote totals data for a specified cart.",
4718
4550
  "operationId": "GetV1GuestcartsCartIdTotals",
4719
4551
  "parameters": [
@@ -4779,9 +4611,7 @@
4779
4611
  },
4780
4612
  "/V1/guest-carts/{cartId}/totals-information": {
4781
4613
  "post": {
4782
- "tags": [
4783
- "guest-carts/{cartId}/totals-information"
4784
- ],
4614
+ "tags": ["guest-carts/{cartId}/totals-information"],
4785
4615
  "description": "Calculate quote totals based on address and shipping method.",
4786
4616
  "operationId": "PostV1GuestcartsCartIdTotalsinformation",
4787
4617
  "parameters": [
@@ -4798,9 +4628,7 @@
4798
4628
  "content": {
4799
4629
  "application/json": {
4800
4630
  "schema": {
4801
- "required": [
4802
- "addressInformation"
4803
- ],
4631
+ "required": ["addressInformation"],
4804
4632
  "properties": {
4805
4633
  "addressInformation": {
4806
4634
  "$ref": "#/components/schemas/checkout-data-totals-information-interface"
@@ -4814,9 +4642,7 @@
4814
4642
  },
4815
4643
  "application/xml": {
4816
4644
  "schema": {
4817
- "required": [
4818
- "addressInformation"
4819
- ],
4645
+ "required": ["addressInformation"],
4820
4646
  "properties": {
4821
4647
  "addressInformation": {
4822
4648
  "$ref": "#/components/schemas/checkout-data-totals-information-interface"
@@ -4867,9 +4693,7 @@
4867
4693
  },
4868
4694
  "/V1/guest-giftregistry/{cartId}/estimate-shipping-methods": {
4869
4695
  "post": {
4870
- "tags": [
4871
- "guest-giftregistry/{cartId}/estimate-shipping-methods"
4872
- ],
4696
+ "tags": ["guest-giftregistry/{cartId}/estimate-shipping-methods"],
4873
4697
  "description": "Estimate shipping",
4874
4698
  "operationId": "PostV1GuestgiftregistryCartIdEstimateshippingmethods",
4875
4699
  "parameters": [
@@ -4946,9 +4770,7 @@
4946
4770
  },
4947
4771
  "/V1/integration/admin/token": {
4948
4772
  "post": {
4949
- "tags": [
4950
- "integration/admin/token"
4951
- ],
4773
+ "tags": ["integration/admin/token"],
4952
4774
  "description": "Create access token for admin given the admin credentials.",
4953
4775
  "operationId": "PostV1IntegrationAdminToken",
4954
4776
  "requestBody": {
@@ -5023,9 +4845,7 @@
5023
4845
  },
5024
4846
  "/V1/integration/customer/revoke-customer-token": {
5025
4847
  "post": {
5026
- "tags": [
5027
- "integration/customer/revoke-customer-token"
5028
- ],
4848
+ "tags": ["integration/customer/revoke-customer-token"],
5029
4849
  "description": "Revoke token by customer id.",
5030
4850
  "operationId": "PostV1IntegrationCustomerRevokecustomertoken",
5031
4851
  "responses": {
@@ -5095,9 +4915,7 @@
5095
4915
  },
5096
4916
  "/V1/integration/customer/token": {
5097
4917
  "post": {
5098
- "tags": [
5099
- "integration/customer/token"
5100
- ],
4918
+ "tags": ["integration/customer/token"],
5101
4919
  "description": "Create access token for admin given the customer credentials.",
5102
4920
  "operationId": "PostV1IntegrationCustomerToken",
5103
4921
  "requestBody": {
@@ -5157,9 +4975,7 @@
5157
4975
  },
5158
4976
  "/V1/inventory/in-store-pickup/pickup-locations/": {
5159
4977
  "get": {
5160
- "tags": [
5161
- "inventory/in-store-pickup/pickup-locations/"
5162
- ],
4978
+ "tags": ["inventory/in-store-pickup/pickup-locations/"],
5163
4979
  "description": "Get Pickup Locations according to the results of filtration by Search Request.",
5164
4980
  "operationId": "GetV1InventoryInstorepickupPickuplocations",
5165
4981
  "parameters": [
@@ -5401,9 +5217,7 @@
5401
5217
  },
5402
5218
  "/V1/negotiable-carts/{cartId}/billing-address": {
5403
5219
  "get": {
5404
- "tags": [
5405
- "negotiable-carts/{cartId}/billing-address"
5406
- ],
5220
+ "tags": ["negotiable-carts/{cartId}/billing-address"],
5407
5221
  "description": "Returns the billing address for a specified quote.",
5408
5222
  "operationId": "GetV1NegotiablecartsCartIdBillingaddress",
5409
5223
  "parameters": [
@@ -5482,9 +5296,7 @@
5482
5296
  "summary": "negotiable-carts/{cartId}/billing-address"
5483
5297
  },
5484
5298
  "post": {
5485
- "tags": [
5486
- "negotiable-carts/{cartId}/billing-address"
5487
- ],
5299
+ "tags": ["negotiable-carts/{cartId}/billing-address"],
5488
5300
  "description": "Assigns a specified billing address to a specified cart.",
5489
5301
  "operationId": "PostV1NegotiablecartsCartIdBillingaddress",
5490
5302
  "parameters": [
@@ -5570,9 +5382,7 @@
5570
5382
  },
5571
5383
  "/V1/negotiable-carts/{cartId}/coupons": {
5572
5384
  "delete": {
5573
- "tags": [
5574
- "negotiable-carts/{cartId}/coupons"
5575
- ],
5385
+ "tags": ["negotiable-carts/{cartId}/coupons"],
5576
5386
  "description": "Deletes a coupon from a specified cart.",
5577
5387
  "operationId": "DeleteV1NegotiablecartsCartIdCoupons",
5578
5388
  "parameters": [
@@ -5653,9 +5463,7 @@
5653
5463
  },
5654
5464
  "/V1/negotiable-carts/{cartId}/coupons/{couponCode}": {
5655
5465
  "put": {
5656
- "tags": [
5657
- "negotiable-carts/{cartId}/coupons/{couponCode}"
5658
- ],
5466
+ "tags": ["negotiable-carts/{cartId}/coupons/{couponCode}"],
5659
5467
  "description": "Adds a coupon by code to a specified cart.",
5660
5468
  "operationId": "PutV1NegotiablecartsCartIdCouponsCouponCode",
5661
5469
  "parameters": [
@@ -5745,9 +5553,7 @@
5745
5553
  },
5746
5554
  "/V1/negotiable-carts/{cartId}/estimate-shipping-methods": {
5747
5555
  "post": {
5748
- "tags": [
5749
- "negotiable-carts/{cartId}/estimate-shipping-methods"
5750
- ],
5556
+ "tags": ["negotiable-carts/{cartId}/estimate-shipping-methods"],
5751
5557
  "description": "Estimate shipping by address and return list of available shipping methods",
5752
5558
  "operationId": "PostV1NegotiablecartsCartIdEstimateshippingmethods",
5753
5559
  "parameters": [
@@ -5823,9 +5629,7 @@
5823
5629
  },
5824
5630
  "/V1/negotiable-carts/{cartId}/estimate-shipping-methods-by-address-id": {
5825
5631
  "post": {
5826
- "tags": [
5827
- "negotiable-carts/{cartId}/estimate-shipping-methods-by-address-id"
5828
- ],
5632
+ "tags": ["negotiable-carts/{cartId}/estimate-shipping-methods-by-address-id"],
5829
5633
  "description": "Estimate shipping",
5830
5634
  "operationId": "PostV1NegotiablecartsCartIdEstimateshippingmethodsbyaddressid",
5831
5635
  "parameters": [
@@ -5843,9 +5647,7 @@
5843
5647
  "content": {
5844
5648
  "application/json": {
5845
5649
  "schema": {
5846
- "required": [
5847
- "addressId"
5848
- ],
5650
+ "required": ["addressId"],
5849
5651
  "properties": {
5850
5652
  "addressId": {
5851
5653
  "type": "integer",
@@ -5860,9 +5662,7 @@
5860
5662
  },
5861
5663
  "application/xml": {
5862
5664
  "schema": {
5863
- "required": [
5864
- "addressId"
5865
- ],
5665
+ "required": ["addressId"],
5866
5666
  "properties": {
5867
5667
  "addressId": {
5868
5668
  "type": "integer",
@@ -5937,9 +5737,7 @@
5937
5737
  },
5938
5738
  "/V1/negotiable-carts/{cartId}/giftCards": {
5939
5739
  "post": {
5940
- "tags": [
5941
- "negotiable-carts/{cartId}/giftCards"
5942
- ],
5740
+ "tags": ["negotiable-carts/{cartId}/giftCards"],
5943
5741
  "description": "",
5944
5742
  "operationId": "PostV1NegotiablecartsCartIdGiftCards",
5945
5743
  "parameters": [
@@ -6007,9 +5805,7 @@
6007
5805
  },
6008
5806
  "/V1/negotiable-carts/{cartId}/giftCards/{giftCardCode}": {
6009
5807
  "delete": {
6010
- "tags": [
6011
- "negotiable-carts/{cartId}/giftCards/{giftCardCode}"
6012
- ],
5808
+ "tags": ["negotiable-carts/{cartId}/giftCards/{giftCardCode}"],
6013
5809
  "description": "Remove GiftCard Account entity",
6014
5810
  "operationId": "DeleteV1NegotiablecartsCartIdGiftCardsGiftCardCode",
6015
5811
  "parameters": [
@@ -6082,9 +5878,7 @@
6082
5878
  },
6083
5879
  "/V1/negotiable-carts/{cartId}/payment-information": {
6084
5880
  "post": {
6085
- "tags": [
6086
- "negotiable-carts/{cartId}/payment-information"
6087
- ],
5881
+ "tags": ["negotiable-carts/{cartId}/payment-information"],
6088
5882
  "description": "Set payment information and place order for a specified cart.",
6089
5883
  "operationId": "PostV1NegotiablecartsCartIdPaymentinformation",
6090
5884
  "parameters": [
@@ -6167,9 +5961,7 @@
6167
5961
  "summary": "negotiable-carts/{cartId}/payment-information"
6168
5962
  },
6169
5963
  "get": {
6170
- "tags": [
6171
- "negotiable-carts/{cartId}/payment-information"
6172
- ],
5964
+ "tags": ["negotiable-carts/{cartId}/payment-information"],
6173
5965
  "description": "Get payment information",
6174
5966
  "operationId": "GetV1NegotiablecartsCartIdPaymentinformation",
6175
5967
  "parameters": [
@@ -6234,9 +6026,7 @@
6234
6026
  },
6235
6027
  "/V1/negotiable-carts/{cartId}/set-payment-information": {
6236
6028
  "post": {
6237
- "tags": [
6238
- "negotiable-carts/{cartId}/set-payment-information"
6239
- ],
6029
+ "tags": ["negotiable-carts/{cartId}/set-payment-information"],
6240
6030
  "description": "Set payment information for a specified cart.",
6241
6031
  "operationId": "PostV1NegotiablecartsCartIdSetpaymentinformation",
6242
6032
  "parameters": [
@@ -6321,9 +6111,7 @@
6321
6111
  },
6322
6112
  "/V1/negotiable-carts/{cartId}/shipping-information": {
6323
6113
  "post": {
6324
- "tags": [
6325
- "negotiable-carts/{cartId}/shipping-information"
6326
- ],
6114
+ "tags": ["negotiable-carts/{cartId}/shipping-information"],
6327
6115
  "description": "",
6328
6116
  "operationId": "PostV1NegotiablecartsCartIdShippinginformation",
6329
6117
  "parameters": [
@@ -6391,9 +6179,7 @@
6391
6179
  },
6392
6180
  "/V1/negotiable-carts/{cartId}/totals": {
6393
6181
  "get": {
6394
- "tags": [
6395
- "negotiable-carts/{cartId}/totals"
6396
- ],
6182
+ "tags": ["negotiable-carts/{cartId}/totals"],
6397
6183
  "description": "Returns quote totals data for a specified cart.",
6398
6184
  "operationId": "GetV1NegotiablecartsCartIdTotals",
6399
6185
  "parameters": [
@@ -6474,9 +6260,7 @@
6474
6260
  },
6475
6261
  "/V1/payments-config/apple-pay/{location}": {
6476
6262
  "get": {
6477
- "tags": [
6478
- "payments-config/apple-pay/{location}"
6479
- ],
6263
+ "tags": ["payments-config/apple-pay/{location}"],
6480
6264
  "description": "Get Apple Pay Config.",
6481
6265
  "operationId": "GetV1PaymentsconfigApplepayLocation",
6482
6266
  "parameters": [
@@ -6542,9 +6326,7 @@
6542
6326
  },
6543
6327
  "/V1/payments-config/hosted-fields/{location}": {
6544
6328
  "get": {
6545
- "tags": [
6546
- "payments-config/hosted-fields/{location}"
6547
- ],
6329
+ "tags": ["payments-config/hosted-fields/{location}"],
6548
6330
  "description": "Get Hosted Fields Config.",
6549
6331
  "operationId": "GetV1PaymentsconfigHostedfieldsLocation",
6550
6332
  "parameters": [
@@ -6610,9 +6392,7 @@
6610
6392
  },
6611
6393
  "/V1/payments-config/smart-buttons/{location}": {
6612
6394
  "get": {
6613
- "tags": [
6614
- "payments-config/smart-buttons/{location}"
6615
- ],
6395
+ "tags": ["payments-config/smart-buttons/{location}"],
6616
6396
  "description": "Get Smart Buttons Config.",
6617
6397
  "operationId": "GetV1PaymentsconfigSmartbuttonsLocation",
6618
6398
  "parameters": [
@@ -6678,9 +6458,7 @@
6678
6458
  },
6679
6459
  "/V1/payments-config/{location}": {
6680
6460
  "get": {
6681
- "tags": [
6682
- "payments-config/{location}"
6683
- ],
6461
+ "tags": ["payments-config/{location}"],
6684
6462
  "description": "Get Config.",
6685
6463
  "operationId": "GetV1PaymentsconfigLocation",
6686
6464
  "parameters": [
@@ -6746,9 +6524,7 @@
6746
6524
  },
6747
6525
  "/V1/payments-sdk/{location}": {
6748
6526
  "get": {
6749
- "tags": [
6750
- "payments-sdk/{location}"
6751
- ],
6527
+ "tags": ["payments-sdk/{location}"],
6752
6528
  "description": "Get payment sdk url by location",
6753
6529
  "operationId": "GetV1PaymentssdkLocation",
6754
6530
  "parameters": [
@@ -6804,9 +6580,7 @@
6804
6580
  },
6805
6581
  "/V1/payments-sdk/{location}/{methodCode}": {
6806
6582
  "get": {
6807
- "tags": [
6808
- "payments-sdk/{location}/{methodCode}"
6809
- ],
6583
+ "tags": ["payments-sdk/{location}/{methodCode}"],
6810
6584
  "description": "Get payment sdk url by location and methodCode",
6811
6585
  "operationId": "GetV1PaymentssdkLocationMethodCode",
6812
6586
  "parameters": [
@@ -6864,9 +6638,7 @@
6864
6638
  },
6865
6639
  "/V1/products-render-info": {
6866
6640
  "get": {
6867
- "tags": [
6868
- "products-render-info"
6869
- ],
6641
+ "tags": ["products-render-info"],
6870
6642
  "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.",
6871
6643
  "operationId": "GetV1Productsrenderinfo",
6872
6644
  "parameters": [
@@ -6980,9 +6752,7 @@
6980
6752
  },
6981
6753
  "/V1/purchase-order-carts/{cartId}/payment-information": {
6982
6754
  "post": {
6983
- "tags": [
6984
- "purchase-order-carts/{cartId}/payment-information"
6985
- ],
6755
+ "tags": ["purchase-order-carts/{cartId}/payment-information"],
6986
6756
  "description": "Set payment information and place order for a specified cart.",
6987
6757
  "operationId": "PostV1PurchaseordercartsCartIdPaymentinformation",
6988
6758
  "parameters": [
@@ -7065,9 +6835,7 @@
7065
6835
  "summary": "purchase-order-carts/{cartId}/payment-information"
7066
6836
  },
7067
6837
  "get": {
7068
- "tags": [
7069
- "purchase-order-carts/{cartId}/payment-information"
7070
- ],
6838
+ "tags": ["purchase-order-carts/{cartId}/payment-information"],
7071
6839
  "description": "Get payment information",
7072
6840
  "operationId": "GetV1PurchaseordercartsCartIdPaymentinformation",
7073
6841
  "parameters": [
@@ -7132,9 +6900,7 @@
7132
6900
  },
7133
6901
  "/V1/purchase-order-carts/{cartId}/set-payment-information": {
7134
6902
  "post": {
7135
- "tags": [
7136
- "purchase-order-carts/{cartId}/set-payment-information"
7137
- ],
6903
+ "tags": ["purchase-order-carts/{cartId}/set-payment-information"],
7138
6904
  "description": "Set payment information for a specified cart.",
7139
6905
  "operationId": "PostV1PurchaseordercartsCartIdSetpaymentinformation",
7140
6906
  "parameters": [
@@ -7219,18 +6985,14 @@
7219
6985
  },
7220
6986
  "/V1/requisition_lists": {
7221
6987
  "post": {
7222
- "tags": [
7223
- "requisition_lists"
7224
- ],
6988
+ "tags": ["requisition_lists"],
7225
6989
  "description": "Save Requisition List",
7226
6990
  "operationId": "PostV1Requisition_lists",
7227
6991
  "requestBody": {
7228
6992
  "content": {
7229
6993
  "application/json": {
7230
6994
  "schema": {
7231
- "required": [
7232
- "requisitionList"
7233
- ],
6995
+ "required": ["requisitionList"],
7234
6996
  "properties": {
7235
6997
  "requisitionList": {
7236
6998
  "$ref": "#/components/schemas/requisition-list-data-requisition-list-interface"
@@ -7244,9 +7006,7 @@
7244
7006
  },
7245
7007
  "application/xml": {
7246
7008
  "schema": {
7247
- "required": [
7248
- "requisitionList"
7249
- ],
7009
+ "required": ["requisitionList"],
7250
7010
  "properties": {
7251
7011
  "requisitionList": {
7252
7012
  "$ref": "#/components/schemas/requisition-list-data-requisition-list-interface"
@@ -7327,9 +7087,7 @@
7327
7087
  },
7328
7088
  "/V1/reward/mine/use-reward": {
7329
7089
  "post": {
7330
- "tags": [
7331
- "reward/mine/use-reward"
7332
- ],
7090
+ "tags": ["reward/mine/use-reward"],
7333
7091
  "description": "Set reward points to quote",
7334
7092
  "operationId": "PostV1RewardMineUsereward",
7335
7093
  "responses": {
@@ -7384,9 +7142,7 @@
7384
7142
  },
7385
7143
  "/V1/search": {
7386
7144
  "get": {
7387
- "tags": [
7388
- "search"
7389
- ],
7145
+ "tags": ["search"],
7390
7146
  "description": "Make Full Text Search and return found Documents",
7391
7147
  "operationId": "GetV1Search",
7392
7148
  "parameters": [
@@ -7491,9 +7247,7 @@
7491
7247
  },
7492
7248
  "/V1/tfa/provider/authy/activate": {
7493
7249
  "post": {
7494
- "tags": [
7495
- "tfa/provider/authy/activate"
7496
- ],
7250
+ "tags": ["tfa/provider/authy/activate"],
7497
7251
  "description": "Activate the provider and get an admin token",
7498
7252
  "operationId": "PostV1TfaProviderAuthyActivate",
7499
7253
  "requestBody": {
@@ -7521,9 +7275,7 @@
7521
7275
  },
7522
7276
  "/V1/tfa/provider/authy/authenticate": {
7523
7277
  "post": {
7524
- "tags": [
7525
- "tfa/provider/authy/authenticate"
7526
- ],
7278
+ "tags": ["tfa/provider/authy/authenticate"],
7527
7279
  "description": "Get an admin token using authy 2fa",
7528
7280
  "operationId": "PostV1TfaProviderAuthyAuthenticate",
7529
7281
  "requestBody": {
@@ -7568,9 +7320,7 @@
7568
7320
  },
7569
7321
  "/V1/tfa/provider/authy/authenticate-onetouch": {
7570
7322
  "post": {
7571
- "tags": [
7572
- "tfa/provider/authy/authenticate-onetouch"
7573
- ],
7323
+ "tags": ["tfa/provider/authy/authenticate-onetouch"],
7574
7324
  "description": "Authenticate using the present one touch response and get an admin token",
7575
7325
  "operationId": "PostV1TfaProviderAuthyAuthenticateonetouch",
7576
7326
  "requestBody": {
@@ -7613,19 +7363,14 @@
7613
7363
  },
7614
7364
  "/V1/tfa/provider/authy/configure": {
7615
7365
  "post": {
7616
- "tags": [
7617
- "tfa/provider/authy/configure"
7618
- ],
7366
+ "tags": ["tfa/provider/authy/configure"],
7619
7367
  "description": "Get the information required to configure google",
7620
7368
  "operationId": "PostV1TfaProviderAuthyConfigure",
7621
7369
  "requestBody": {
7622
7370
  "content": {
7623
7371
  "application/json": {
7624
7372
  "schema": {
7625
- "required": [
7626
- "tfaToken",
7627
- "deviceData"
7628
- ],
7373
+ "required": ["tfaToken", "deviceData"],
7629
7374
  "properties": {
7630
7375
  "tfaToken": {
7631
7376
  "type": "string"
@@ -7642,10 +7387,7 @@
7642
7387
  },
7643
7388
  "application/xml": {
7644
7389
  "schema": {
7645
- "required": [
7646
- "tfaToken",
7647
- "deviceData"
7648
- ],
7390
+ "required": ["tfaToken", "deviceData"],
7649
7391
  "properties": {
7650
7392
  "tfaToken": {
7651
7393
  "type": "string"
@@ -7699,9 +7441,7 @@
7699
7441
  },
7700
7442
  "/V1/tfa/provider/authy/send-token/{via}": {
7701
7443
  "post": {
7702
- "tags": [
7703
- "tfa/provider/authy/send-token/{via}"
7704
- ],
7444
+ "tags": ["tfa/provider/authy/send-token/{via}"],
7705
7445
  "description": "Send a one time password to a device using authy",
7706
7446
  "operationId": "PostV1TfaProviderAuthySendtokenVia",
7707
7447
  "parameters": [
@@ -7739,19 +7479,14 @@
7739
7479
  },
7740
7480
  "/V1/tfa/provider/duo_security/activate": {
7741
7481
  "post": {
7742
- "tags": [
7743
- "tfa/provider/duo_security/activate"
7744
- ],
7482
+ "tags": ["tfa/provider/duo_security/activate"],
7745
7483
  "description": "Activate the provider and get an admin token",
7746
7484
  "operationId": "PostV1TfaProviderDuo_securityActivate",
7747
7485
  "requestBody": {
7748
7486
  "content": {
7749
7487
  "application/json": {
7750
7488
  "schema": {
7751
- "required": [
7752
- "tfaToken",
7753
- "signatureResponse"
7754
- ],
7489
+ "required": ["tfaToken", "signatureResponse"],
7755
7490
  "properties": {
7756
7491
  "tfaToken": {
7757
7492
  "type": "string"
@@ -7768,10 +7503,7 @@
7768
7503
  },
7769
7504
  "application/xml": {
7770
7505
  "schema": {
7771
- "required": [
7772
- "tfaToken",
7773
- "signatureResponse"
7774
- ],
7506
+ "required": ["tfaToken", "signatureResponse"],
7775
7507
  "properties": {
7776
7508
  "tfaToken": {
7777
7509
  "type": "string"
@@ -7810,20 +7542,14 @@
7810
7542
  },
7811
7543
  "/V1/tfa/provider/duo_security/authenticate": {
7812
7544
  "post": {
7813
- "tags": [
7814
- "tfa/provider/duo_security/authenticate"
7815
- ],
7545
+ "tags": ["tfa/provider/duo_security/authenticate"],
7816
7546
  "description": "Authenticate and get an admin token",
7817
7547
  "operationId": "PostV1TfaProviderDuo_securityAuthenticate",
7818
7548
  "requestBody": {
7819
7549
  "content": {
7820
7550
  "application/json": {
7821
7551
  "schema": {
7822
- "required": [
7823
- "username",
7824
- "password",
7825
- "signatureResponse"
7826
- ],
7552
+ "required": ["username", "password", "signatureResponse"],
7827
7553
  "properties": {
7828
7554
  "username": {
7829
7555
  "type": "string"
@@ -7843,11 +7569,7 @@
7843
7569
  },
7844
7570
  "application/xml": {
7845
7571
  "schema": {
7846
- "required": [
7847
- "username",
7848
- "password",
7849
- "signatureResponse"
7850
- ],
7572
+ "required": ["username", "password", "signatureResponse"],
7851
7573
  "properties": {
7852
7574
  "username": {
7853
7575
  "type": "string"
@@ -7904,9 +7626,7 @@
7904
7626
  },
7905
7627
  "/V1/tfa/provider/duo_security/configure": {
7906
7628
  "post": {
7907
- "tags": [
7908
- "tfa/provider/duo_security/configure"
7909
- ],
7629
+ "tags": ["tfa/provider/duo_security/configure"],
7910
7630
  "description": "Get the information required to configure duo",
7911
7631
  "operationId": "PostV1TfaProviderDuo_securityConfigure",
7912
7632
  "requestBody": {
@@ -7949,9 +7669,7 @@
7949
7669
  },
7950
7670
  "/V1/tfa/provider/duo_security/get-authentication-data": {
7951
7671
  "post": {
7952
- "tags": [
7953
- "tfa/provider/duo_security/get-authentication-data"
7954
- ],
7672
+ "tags": ["tfa/provider/duo_security/get-authentication-data"],
7955
7673
  "description": "Get the information required to configure duo",
7956
7674
  "operationId": "PostV1TfaProviderDuo_securityGetauthenticationdata",
7957
7675
  "requestBody": {
@@ -7994,9 +7712,7 @@
7994
7712
  },
7995
7713
  "/V1/tfa/provider/google/activate": {
7996
7714
  "post": {
7997
- "tags": [
7998
- "tfa/provider/google/activate"
7999
- ],
7715
+ "tags": ["tfa/provider/google/activate"],
8000
7716
  "description": "Activate the provider and get an admin token",
8001
7717
  "operationId": "PostV1TfaProviderGoogleActivate",
8002
7718
  "requestBody": {
@@ -8024,9 +7740,7 @@
8024
7740
  },
8025
7741
  "/V1/tfa/provider/google/authenticate": {
8026
7742
  "post": {
8027
- "tags": [
8028
- "tfa/provider/google/authenticate"
8029
- ],
7743
+ "tags": ["tfa/provider/google/authenticate"],
8030
7744
  "description": "Get an admin token by authenticating using google",
8031
7745
  "operationId": "PostV1TfaProviderGoogleAuthenticate",
8032
7746
  "requestBody": {
@@ -8069,9 +7783,7 @@
8069
7783
  },
8070
7784
  "/V1/tfa/provider/google/configure": {
8071
7785
  "post": {
8072
- "tags": [
8073
- "tfa/provider/google/configure"
8074
- ],
7786
+ "tags": ["tfa/provider/google/configure"],
8075
7787
  "description": "Get the information required to configure google",
8076
7788
  "operationId": "PostV1TfaProviderGoogleConfigure",
8077
7789
  "requestBody": {
@@ -8114,19 +7826,14 @@
8114
7826
  },
8115
7827
  "/V1/tfa/provider/u2fkey/activate": {
8116
7828
  "post": {
8117
- "tags": [
8118
- "tfa/provider/u2fkey/activate"
8119
- ],
7829
+ "tags": ["tfa/provider/u2fkey/activate"],
8120
7830
  "description": "Activate the provider and get a token",
8121
7831
  "operationId": "PostV1TfaProviderU2fkeyActivate",
8122
7832
  "requestBody": {
8123
7833
  "content": {
8124
7834
  "application/json": {
8125
7835
  "schema": {
8126
- "required": [
8127
- "tfaToken",
8128
- "publicKeyCredentialJson"
8129
- ],
7836
+ "required": ["tfaToken", "publicKeyCredentialJson"],
8130
7837
  "properties": {
8131
7838
  "tfaToken": {
8132
7839
  "type": "string"
@@ -8143,10 +7850,7 @@
8143
7850
  },
8144
7851
  "application/xml": {
8145
7852
  "schema": {
8146
- "required": [
8147
- "tfaToken",
8148
- "publicKeyCredentialJson"
8149
- ],
7853
+ "required": ["tfaToken", "publicKeyCredentialJson"],
8150
7854
  "properties": {
8151
7855
  "tfaToken": {
8152
7856
  "type": "string"
@@ -8185,9 +7889,7 @@
8185
7889
  },
8186
7890
  "/V1/tfa/provider/u2fkey/authentication-challenge": {
8187
7891
  "post": {
8188
- "tags": [
8189
- "tfa/provider/u2fkey/authentication-challenge"
8190
- ],
7892
+ "tags": ["tfa/provider/u2fkey/authentication-challenge"],
8191
7893
  "description": "Get the information to initiate a WebAuthn registration ceremony",
8192
7894
  "operationId": "PostV1TfaProviderU2fkeyAuthenticationchallenge",
8193
7895
  "requestBody": {
@@ -8230,9 +7932,7 @@
8230
7932
  },
8231
7933
  "/V1/tfa/provider/u2fkey/configure": {
8232
7934
  "post": {
8233
- "tags": [
8234
- "tfa/provider/u2fkey/configure"
8235
- ],
7935
+ "tags": ["tfa/provider/u2fkey/configure"],
8236
7936
  "description": "Get the information to initiate a WebAuthn registration ceremony",
8237
7937
  "operationId": "PostV1TfaProviderU2fkeyConfigure",
8238
7938
  "requestBody": {
@@ -8275,20 +7975,14 @@
8275
7975
  },
8276
7976
  "/V1/tfa/provider/u2fkey/verify": {
8277
7977
  "post": {
8278
- "tags": [
8279
- "tfa/provider/u2fkey/verify"
8280
- ],
7978
+ "tags": ["tfa/provider/u2fkey/verify"],
8281
7979
  "description": "Authenticate with the provider and get a token",
8282
7980
  "operationId": "PostV1TfaProviderU2fkeyVerify",
8283
7981
  "requestBody": {
8284
7982
  "content": {
8285
7983
  "application/json": {
8286
7984
  "schema": {
8287
- "required": [
8288
- "username",
8289
- "password",
8290
- "publicKeyCredentialJson"
8291
- ],
7985
+ "required": ["username", "password", "publicKeyCredentialJson"],
8292
7986
  "properties": {
8293
7987
  "username": {
8294
7988
  "type": "string"
@@ -8308,11 +8002,7 @@
8308
8002
  },
8309
8003
  "application/xml": {
8310
8004
  "schema": {
8311
- "required": [
8312
- "username",
8313
- "password",
8314
- "publicKeyCredentialJson"
8315
- ],
8005
+ "required": ["username", "password", "publicKeyCredentialJson"],
8316
8006
  "properties": {
8317
8007
  "username": {
8318
8008
  "type": "string"
@@ -8369,9 +8059,7 @@
8369
8059
  },
8370
8060
  "/V1/tfa/tfat-providers-to-activate": {
8371
8061
  "get": {
8372
- "tags": [
8373
- "tfa/tfat-providers-to-activate"
8374
- ],
8062
+ "tags": ["tfa/tfat-providers-to-activate"],
8375
8063
  "description": "Get the providers that the user still needs to configure",
8376
8064
  "operationId": "GetV1TfaTfatproviderstoactivate",
8377
8065
  "parameters": [
@@ -8427,9 +8115,7 @@
8427
8115
  },
8428
8116
  "/V1/tfa/tfat-user-providers": {
8429
8117
  "get": {
8430
- "tags": [
8431
- "tfa/tfat-user-providers"
8432
- ],
8118
+ "tags": ["tfa/tfat-user-providers"],
8433
8119
  "description": "Get the providers that the user is able to use for 2fa",
8434
8120
  "operationId": "GetV1TfaTfatuserproviders",
8435
8121
  "parameters": [
@@ -8487,15 +8173,11 @@
8487
8173
  "x-tagGroups": [
8488
8174
  {
8489
8175
  "name": "applepay",
8490
- "tags": [
8491
- "applepay/auth"
8492
- ]
8176
+ "tags": ["applepay/auth"]
8493
8177
  },
8494
8178
  {
8495
8179
  "name": "braintree",
8496
- "tags": [
8497
- "braintree/mine/payment/vault"
8498
- ]
8180
+ "tags": ["braintree/mine/payment/vault"]
8499
8181
  },
8500
8182
  {
8501
8183
  "name": "carts",
@@ -8528,17 +8210,11 @@
8528
8210
  },
8529
8211
  {
8530
8212
  "name": "directory",
8531
- "tags": [
8532
- "directory/countries",
8533
- "directory/countries/{countryId}",
8534
- "directory/currency"
8535
- ]
8213
+ "tags": ["directory/countries", "directory/countries/{countryId}", "directory/currency"]
8536
8214
  },
8537
8215
  {
8538
8216
  "name": "giftregistry",
8539
- "tags": [
8540
- "giftregistry/mine/estimate-shipping-methods"
8541
- ]
8217
+ "tags": ["giftregistry/mine/estimate-shipping-methods"]
8542
8218
  },
8543
8219
  {
8544
8220
  "name": "guest carts",
@@ -8569,9 +8245,7 @@
8569
8245
  },
8570
8246
  {
8571
8247
  "name": "guest giftregistry",
8572
- "tags": [
8573
- "guest-giftregistry/{cartId}/estimate-shipping-methods"
8574
- ]
8248
+ "tags": ["guest-giftregistry/{cartId}/estimate-shipping-methods"]
8575
8249
  },
8576
8250
  {
8577
8251
  "name": "integration",
@@ -8583,9 +8257,7 @@
8583
8257
  },
8584
8258
  {
8585
8259
  "name": "inventory",
8586
- "tags": [
8587
- "inventory/in-store-pickup/pickup-locations/"
8588
- ]
8260
+ "tags": ["inventory/in-store-pickup/pickup-locations/"]
8589
8261
  },
8590
8262
  {
8591
8263
  "name": "negotiable carts",
@@ -8614,16 +8286,11 @@
8614
8286
  },
8615
8287
  {
8616
8288
  "name": "payments sdk",
8617
- "tags": [
8618
- "payments-sdk/{location}",
8619
- "payments-sdk/{location}/{methodCode}"
8620
- ]
8289
+ "tags": ["payments-sdk/{location}", "payments-sdk/{location}/{methodCode}"]
8621
8290
  },
8622
8291
  {
8623
8292
  "name": "products render info",
8624
- "tags": [
8625
- "products-render-info"
8626
- ]
8293
+ "tags": ["products-render-info"]
8627
8294
  },
8628
8295
  {
8629
8296
  "name": "purchase order carts",
@@ -8634,21 +8301,15 @@
8634
8301
  },
8635
8302
  {
8636
8303
  "name": "requisition_lists",
8637
- "tags": [
8638
- "requisition_lists"
8639
- ]
8304
+ "tags": ["requisition_lists"]
8640
8305
  },
8641
8306
  {
8642
8307
  "name": "reward",
8643
- "tags": [
8644
- "reward/mine/use-reward"
8645
- ]
8308
+ "tags": ["reward/mine/use-reward"]
8646
8309
  },
8647
8310
  {
8648
8311
  "name": "search",
8649
- "tags": [
8650
- "search"
8651
- ]
8312
+ "tags": ["search"]
8652
8313
  },
8653
8314
  {
8654
8315
  "name": "tfa",
@@ -8685,9 +8346,7 @@
8685
8346
  "content": {
8686
8347
  "application/json": {
8687
8348
  "schema": {
8688
- "required": [
8689
- "address"
8690
- ],
8349
+ "required": ["address"],
8691
8350
  "properties": {
8692
8351
  "address": {
8693
8352
  "$ref": "#/components/schemas/quote-data-address-interface"
@@ -8704,9 +8363,7 @@
8704
8363
  },
8705
8364
  "application/xml": {
8706
8365
  "schema": {
8707
- "required": [
8708
- "address"
8709
- ],
8366
+ "required": ["address"],
8710
8367
  "properties": {
8711
8368
  "address": {
8712
8369
  "$ref": "#/components/schemas/quote-data-address-interface"
@@ -8727,9 +8384,7 @@
8727
8384
  "content": {
8728
8385
  "application/json": {
8729
8386
  "schema": {
8730
- "required": [
8731
- "addressInformation"
8732
- ],
8387
+ "required": ["addressInformation"],
8733
8388
  "properties": {
8734
8389
  "addressInformation": {
8735
8390
  "$ref": "#/components/schemas/checkout-data-shipping-information-interface"
@@ -8743,9 +8398,7 @@
8743
8398
  },
8744
8399
  "application/xml": {
8745
8400
  "schema": {
8746
- "required": [
8747
- "addressInformation"
8748
- ],
8401
+ "required": ["addressInformation"],
8749
8402
  "properties": {
8750
8403
  "addressInformation": {
8751
8404
  "$ref": "#/components/schemas/checkout-data-shipping-information-interface"
@@ -8763,9 +8416,7 @@
8763
8416
  "content": {
8764
8417
  "application/json": {
8765
8418
  "schema": {
8766
- "required": [
8767
- "registryId"
8768
- ],
8419
+ "required": ["registryId"],
8769
8420
  "properties": {
8770
8421
  "registryId": {
8771
8422
  "type": "integer",
@@ -8780,9 +8431,7 @@
8780
8431
  },
8781
8432
  "application/xml": {
8782
8433
  "schema": {
8783
- "required": [
8784
- "registryId"
8785
- ],
8434
+ "required": ["registryId"],
8786
8435
  "properties": {
8787
8436
  "registryId": {
8788
8437
  "type": "integer",
@@ -8801,9 +8450,7 @@
8801
8450
  "content": {
8802
8451
  "application/json": {
8803
8452
  "schema": {
8804
- "required": [
8805
- "address"
8806
- ],
8453
+ "required": ["address"],
8807
8454
  "properties": {
8808
8455
  "address": {
8809
8456
  "$ref": "#/components/schemas/quote-data-address-interface"
@@ -8817,9 +8464,7 @@
8817
8464
  },
8818
8465
  "application/xml": {
8819
8466
  "schema": {
8820
- "required": [
8821
- "address"
8822
- ],
8467
+ "required": ["address"],
8823
8468
  "properties": {
8824
8469
  "address": {
8825
8470
  "$ref": "#/components/schemas/quote-data-address-interface"
@@ -8837,9 +8482,7 @@
8837
8482
  "content": {
8838
8483
  "application/json": {
8839
8484
  "schema": {
8840
- "required": [
8841
- "cartItem"
8842
- ],
8485
+ "required": ["cartItem"],
8843
8486
  "properties": {
8844
8487
  "cartItem": {
8845
8488
  "$ref": "#/components/schemas/quote-data-cart-item-interface"
@@ -8853,9 +8496,7 @@
8853
8496
  },
8854
8497
  "application/xml": {
8855
8498
  "schema": {
8856
- "required": [
8857
- "cartItem"
8858
- ],
8499
+ "required": ["cartItem"],
8859
8500
  "properties": {
8860
8501
  "cartItem": {
8861
8502
  "$ref": "#/components/schemas/quote-data-cart-item-interface"
@@ -8873,9 +8514,7 @@
8873
8514
  "content": {
8874
8515
  "application/json": {
8875
8516
  "schema": {
8876
- "required": [
8877
- "tfaToken"
8878
- ],
8517
+ "required": ["tfaToken"],
8879
8518
  "properties": {
8880
8519
  "tfaToken": {
8881
8520
  "type": "string"
@@ -8889,9 +8528,7 @@
8889
8528
  },
8890
8529
  "application/xml": {
8891
8530
  "schema": {
8892
- "required": [
8893
- "tfaToken"
8894
- ],
8531
+ "required": ["tfaToken"],
8895
8532
  "properties": {
8896
8533
  "tfaToken": {
8897
8534
  "type": "string"
@@ -8909,10 +8546,7 @@
8909
8546
  "content": {
8910
8547
  "application/json": {
8911
8548
  "schema": {
8912
- "required": [
8913
- "username",
8914
- "password"
8915
- ],
8549
+ "required": ["username", "password"],
8916
8550
  "properties": {
8917
8551
  "username": {
8918
8552
  "type": "string"
@@ -8929,10 +8563,7 @@
8929
8563
  },
8930
8564
  "application/xml": {
8931
8565
  "schema": {
8932
- "required": [
8933
- "username",
8934
- "password"
8935
- ],
8566
+ "required": ["username", "password"],
8936
8567
  "properties": {
8937
8568
  "username": {
8938
8569
  "type": "string"
@@ -8953,9 +8584,7 @@
8953
8584
  "content": {
8954
8585
  "application/json": {
8955
8586
  "schema": {
8956
- "required": [
8957
- "giftCardAccountData"
8958
- ],
8587
+ "required": ["giftCardAccountData"],
8959
8588
  "properties": {
8960
8589
  "giftCardAccountData": {
8961
8590
  "$ref": "#/components/schemas/gift-card-account-data-gift-card-account-interface"
@@ -8969,9 +8598,7 @@
8969
8598
  },
8970
8599
  "application/xml": {
8971
8600
  "schema": {
8972
- "required": [
8973
- "giftCardAccountData"
8974
- ],
8601
+ "required": ["giftCardAccountData"],
8975
8602
  "properties": {
8976
8603
  "giftCardAccountData": {
8977
8604
  "$ref": "#/components/schemas/gift-card-account-data-gift-card-account-interface"
@@ -8989,9 +8616,7 @@
8989
8616
  "content": {
8990
8617
  "application/json": {
8991
8618
  "schema": {
8992
- "required": [
8993
- "paymentMethod"
8994
- ],
8619
+ "required": ["paymentMethod"],
8995
8620
  "properties": {
8996
8621
  "paymentMethod": {
8997
8622
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -9016,9 +8641,7 @@
9016
8641
  },
9017
8642
  "application/xml": {
9018
8643
  "schema": {
9019
- "required": [
9020
- "paymentMethod"
9021
- ],
8644
+ "required": ["paymentMethod"],
9022
8645
  "properties": {
9023
8646
  "paymentMethod": {
9024
8647
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -9047,9 +8670,7 @@
9047
8670
  "content": {
9048
8671
  "application/json": {
9049
8672
  "schema": {
9050
- "required": [
9051
- "paymentMethod"
9052
- ],
8673
+ "required": ["paymentMethod"],
9053
8674
  "properties": {
9054
8675
  "paymentMethod": {
9055
8676
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -9066,9 +8687,7 @@
9066
8687
  },
9067
8688
  "application/xml": {
9068
8689
  "schema": {
9069
- "required": [
9070
- "paymentMethod"
9071
- ],
8690
+ "required": ["paymentMethod"],
9072
8691
  "properties": {
9073
8692
  "paymentMethod": {
9074
8693
  "$ref": "#/components/schemas/quote-data-payment-interface"
@@ -9089,11 +8708,7 @@
9089
8708
  "content": {
9090
8709
  "application/json": {
9091
8710
  "schema": {
9092
- "required": [
9093
- "methodCode",
9094
- "paymentSource",
9095
- "location"
9096
- ],
8711
+ "required": ["methodCode", "paymentSource", "location"],
9097
8712
  "properties": {
9098
8713
  "methodCode": {
9099
8714
  "type": "string"
@@ -9116,11 +8731,7 @@
9116
8731
  },
9117
8732
  "application/xml": {
9118
8733
  "schema": {
9119
- "required": [
9120
- "methodCode",
9121
- "paymentSource",
9122
- "location"
9123
- ],
8734
+ "required": ["methodCode", "paymentSource", "location"],
9124
8735
  "properties": {
9125
8736
  "methodCode": {
9126
8737
  "type": "string"
@@ -9147,9 +8758,7 @@
9147
8758
  "content": {
9148
8759
  "application/json": {
9149
8760
  "schema": {
9150
- "required": [
9151
- "giftMessage"
9152
- ],
8761
+ "required": ["giftMessage"],
9153
8762
  "properties": {
9154
8763
  "giftMessage": {
9155
8764
  "$ref": "#/components/schemas/gift-message-data-message-interface"
@@ -9163,9 +8772,7 @@
9163
8772
  },
9164
8773
  "application/xml": {
9165
8774
  "schema": {
9166
- "required": [
9167
- "giftMessage"
9168
- ],
8775
+ "required": ["giftMessage"],
9169
8776
  "properties": {
9170
8777
  "giftMessage": {
9171
8778
  "$ref": "#/components/schemas/gift-message-data-message-interface"
@@ -9183,10 +8790,7 @@
9183
8790
  "content": {
9184
8791
  "application/json": {
9185
8792
  "schema": {
9186
- "required": [
9187
- "email",
9188
- "paymentMethod"
9189
- ],
8793
+ "required": ["email", "paymentMethod"],
9190
8794
  "properties": {
9191
8795
  "email": {
9192
8796
  "type": "string"
@@ -9206,10 +8810,7 @@
9206
8810
  },
9207
8811
  "application/xml": {
9208
8812
  "schema": {
9209
- "required": [
9210
- "email",
9211
- "paymentMethod"
9212
- ],
8813
+ "required": ["email", "paymentMethod"],
9213
8814
  "properties": {
9214
8815
  "email": {
9215
8816
  "type": "string"
@@ -9233,10 +8834,7 @@
9233
8834
  "content": {
9234
8835
  "application/json": {
9235
8836
  "schema": {
9236
- "required": [
9237
- "tfaToken",
9238
- "otp"
9239
- ],
8837
+ "required": ["tfaToken", "otp"],
9240
8838
  "properties": {
9241
8839
  "tfaToken": {
9242
8840
  "type": "string"
@@ -9253,10 +8851,7 @@
9253
8851
  },
9254
8852
  "application/xml": {
9255
8853
  "schema": {
9256
- "required": [
9257
- "tfaToken",
9258
- "otp"
9259
- ],
8854
+ "required": ["tfaToken", "otp"],
9260
8855
  "properties": {
9261
8856
  "tfaToken": {
9262
8857
  "type": "string"
@@ -9277,11 +8872,7 @@
9277
8872
  "content": {
9278
8873
  "application/json": {
9279
8874
  "schema": {
9280
- "required": [
9281
- "username",
9282
- "password",
9283
- "otp"
9284
- ],
8875
+ "required": ["username", "password", "otp"],
9285
8876
  "properties": {
9286
8877
  "username": {
9287
8878
  "type": "string"
@@ -9301,11 +8892,7 @@
9301
8892
  },
9302
8893
  "application/xml": {
9303
8894
  "schema": {
9304
- "required": [
9305
- "username",
9306
- "password",
9307
- "otp"
9308
- ],
8895
+ "required": ["username", "password", "otp"],
9309
8896
  "properties": {
9310
8897
  "username": {
9311
8898
  "type": "string"
@@ -9356,9 +8943,7 @@
9356
8943
  "description": "Stack trace"
9357
8944
  }
9358
8945
  },
9359
- "required": [
9360
- "message"
9361
- ]
8946
+ "required": ["message"]
9362
8947
  },
9363
8948
  "error-errors": {
9364
8949
  "type": "array",
@@ -9468,10 +9053,7 @@
9468
9053
  "$ref": "#/components/schemas/directory-data-exchange-rate-extension-interface"
9469
9054
  }
9470
9055
  },
9471
- "required": [
9472
- "currency_to",
9473
- "rate"
9474
- ]
9056
+ "required": ["currency_to", "rate"]
9475
9057
  },
9476
9058
  "directory-data-exchange-rate-extension-interface": {
9477
9059
  "type": "object",
@@ -9544,11 +9126,7 @@
9544
9126
  "$ref": "#/components/schemas/directory-data-region-information-extension-interface"
9545
9127
  }
9546
9128
  },
9547
- "required": [
9548
- "id",
9549
- "code",
9550
- "name"
9551
- ]
9129
+ "required": ["id", "code", "name"]
9552
9130
  },
9553
9131
  "directory-data-region-information-extension-interface": {
9554
9132
  "type": "object",
@@ -9660,11 +9238,7 @@
9660
9238
  }
9661
9239
  }
9662
9240
  },
9663
- "required": [
9664
- "email",
9665
- "firstname",
9666
- "lastname"
9667
- ]
9241
+ "required": ["email", "firstname", "lastname"]
9668
9242
  },
9669
9243
  "customer-data-address-interface": {
9670
9244
  "type": "object",
@@ -9780,11 +9354,7 @@
9780
9354
  "$ref": "#/components/schemas/customer-data-region-extension-interface"
9781
9355
  }
9782
9356
  },
9783
- "required": [
9784
- "region_code",
9785
- "region",
9786
- "region_id"
9787
- ]
9357
+ "required": ["region_code", "region", "region_id"]
9788
9358
  },
9789
9359
  "customer-data-region-extension-interface": {
9790
9360
  "type": "object",
@@ -9807,10 +9377,7 @@
9807
9377
  "description": "Attribute value"
9808
9378
  }
9809
9379
  },
9810
- "required": [
9811
- "attribute_code",
9812
- "value"
9813
- ]
9380
+ "required": ["attribute_code", "value"]
9814
9381
  },
9815
9382
  "customer-data-customer-extension-interface": {
9816
9383
  "type": "object",
@@ -9881,12 +9448,7 @@
9881
9448
  "description": "Total count."
9882
9449
  }
9883
9450
  },
9884
- "required": [
9885
- "items",
9886
- "aggregations",
9887
- "search_criteria",
9888
- "total_count"
9889
- ]
9451
+ "required": ["items", "aggregations", "search_criteria", "total_count"]
9890
9452
  },
9891
9453
  "framework-search-document-interface": {
9892
9454
  "type": "object",
@@ -9903,9 +9465,7 @@
9903
9465
  }
9904
9466
  }
9905
9467
  },
9906
- "required": [
9907
- "id"
9908
- ]
9468
+ "required": ["id"]
9909
9469
  },
9910
9470
  "framework-search-aggregation-interface": {
9911
9471
  "type": "object",
@@ -9926,10 +9486,7 @@
9926
9486
  }
9927
9487
  }
9928
9488
  },
9929
- "required": [
9930
- "buckets",
9931
- "bucket_names"
9932
- ]
9489
+ "required": ["buckets", "bucket_names"]
9933
9490
  },
9934
9491
  "framework-search-bucket-interface": {
9935
9492
  "type": "object",
@@ -9947,10 +9504,7 @@
9947
9504
  }
9948
9505
  }
9949
9506
  },
9950
- "required": [
9951
- "name",
9952
- "values"
9953
- ]
9507
+ "required": ["name", "values"]
9954
9508
  },
9955
9509
  "framework-search-aggregation-value-interface": {
9956
9510
  "type": "object",
@@ -9968,10 +9522,7 @@
9968
9522
  }
9969
9523
  }
9970
9524
  },
9971
- "required": [
9972
- "value",
9973
- "metrics"
9974
- ]
9525
+ "required": ["value", "metrics"]
9975
9526
  },
9976
9527
  "framework-search-search-criteria-interface": {
9977
9528
  "type": "object",
@@ -10003,10 +9554,7 @@
10003
9554
  "description": "Current page."
10004
9555
  }
10005
9556
  },
10006
- "required": [
10007
- "request_name",
10008
- "filter_groups"
10009
- ]
9557
+ "required": ["request_name", "filter_groups"]
10010
9558
  },
10011
9559
  "framework-search-filter-group": {
10012
9560
  "type": "object",
@@ -10038,10 +9586,7 @@
10038
9586
  "description": "Condition type"
10039
9587
  }
10040
9588
  },
10041
- "required": [
10042
- "field",
10043
- "value"
10044
- ]
9589
+ "required": ["field", "value"]
10045
9590
  },
10046
9591
  "framework-sort-order": {
10047
9592
  "type": "object",
@@ -10056,10 +9601,7 @@
10056
9601
  "description": "Sorting direction."
10057
9602
  }
10058
9603
  },
10059
- "required": [
10060
- "field",
10061
- "direction"
10062
- ]
9604
+ "required": ["field", "direction"]
10063
9605
  },
10064
9606
  "catalog-data-product-render-search-results-interface": {
10065
9607
  "type": "object",
@@ -10073,9 +9615,7 @@
10073
9615
  }
10074
9616
  }
10075
9617
  },
10076
- "required": [
10077
- "items"
10078
- ]
9618
+ "required": ["items"]
10079
9619
  },
10080
9620
  "catalog-data-product-render-interface": {
10081
9621
  "type": "object",
@@ -10164,11 +9704,7 @@
10164
9704
  "$ref": "#/components/schemas/catalog-data-product-render-button-extension-interface"
10165
9705
  }
10166
9706
  },
10167
- "required": [
10168
- "post_data",
10169
- "url",
10170
- "required_options"
10171
- ]
9707
+ "required": ["post_data", "url", "required_options"]
10172
9708
  },
10173
9709
  "catalog-data-product-render-button-extension-interface": {
10174
9710
  "type": "object",
@@ -10407,15 +9943,7 @@
10407
9943
  "$ref": "#/components/schemas/catalog-data-product-render-image-extension-interface"
10408
9944
  }
10409
9945
  },
10410
- "required": [
10411
- "url",
10412
- "code",
10413
- "height",
10414
- "width",
10415
- "label",
10416
- "resized_width",
10417
- "resized_height"
10418
- ]
9946
+ "required": ["url", "code", "height", "width", "label", "resized_width", "resized_height"]
10419
9947
  },
10420
9948
  "catalog-data-product-render-image-extension-interface": {
10421
9949
  "type": "object",
@@ -10517,11 +10045,7 @@
10517
10045
  "$ref": "#/components/schemas/quote-data-cart-extension-interface"
10518
10046
  }
10519
10047
  },
10520
- "required": [
10521
- "id",
10522
- "customer",
10523
- "store_id"
10524
- ]
10048
+ "required": ["id", "customer", "store_id"]
10525
10049
  },
10526
10050
  "quote-data-cart-item-interface": {
10527
10051
  "type": "object",
@@ -10562,10 +10086,7 @@
10562
10086
  "$ref": "#/components/schemas/quote-data-cart-item-extension-interface"
10563
10087
  }
10564
10088
  },
10565
- "required": [
10566
- "qty",
10567
- "quote_id"
10568
- ]
10089
+ "required": ["qty", "quote_id"]
10569
10090
  },
10570
10091
  "quote-data-product-option-interface": {
10571
10092
  "type": "object",
@@ -10628,10 +10149,7 @@
10628
10149
  "$ref": "#/components/schemas/catalog-data-custom-option-extension-interface"
10629
10150
  }
10630
10151
  },
10631
- "required": [
10632
- "option_id",
10633
- "option_value"
10634
- ]
10152
+ "required": ["option_id", "option_value"]
10635
10153
  },
10636
10154
  "catalog-data-custom-option-extension-interface": {
10637
10155
  "type": "object",
@@ -10659,11 +10177,7 @@
10659
10177
  "description": "Image name"
10660
10178
  }
10661
10179
  },
10662
- "required": [
10663
- "base64_encoded_data",
10664
- "type",
10665
- "name"
10666
- ]
10180
+ "required": ["base64_encoded_data", "type", "name"]
10667
10181
  },
10668
10182
  "bundle-data-bundle-option-interface": {
10669
10183
  "type": "object",
@@ -10688,11 +10202,7 @@
10688
10202
  "$ref": "#/components/schemas/bundle-data-bundle-option-extension-interface"
10689
10203
  }
10690
10204
  },
10691
- "required": [
10692
- "option_id",
10693
- "option_qty",
10694
- "option_selections"
10695
- ]
10205
+ "required": ["option_id", "option_qty", "option_selections"]
10696
10206
  },
10697
10207
  "bundle-data-bundle-option-extension-interface": {
10698
10208
  "type": "object",
@@ -10710,9 +10220,7 @@
10710
10220
  }
10711
10221
  }
10712
10222
  },
10713
- "required": [
10714
- "downloadable_links"
10715
- ]
10223
+ "required": ["downloadable_links"]
10716
10224
  },
10717
10225
  "gift-card-data-gift-card-option-interface": {
10718
10226
  "type": "object",
@@ -10786,9 +10294,7 @@
10786
10294
  "$ref": "#/components/schemas/configurable-product-data-configurable-item-option-value-extension-interface"
10787
10295
  }
10788
10296
  },
10789
- "required": [
10790
- "option_id"
10791
- ]
10297
+ "required": ["option_id"]
10792
10298
  },
10793
10299
  "configurable-product-data-configurable-item-option-value-extension-interface": {
10794
10300
  "type": "object",
@@ -10846,11 +10352,7 @@
10846
10352
  "description": "Rule ID"
10847
10353
  }
10848
10354
  },
10849
- "required": [
10850
- "discount_data",
10851
- "rule_label",
10852
- "rule_i_d"
10853
- ]
10355
+ "required": ["discount_data", "rule_label", "rule_i_d"]
10854
10356
  },
10855
10357
  "sales-rule-data-discount-data-interface": {
10856
10358
  "type": "object",
@@ -10873,12 +10375,7 @@
10873
10375
  "description": "Base Original Amount"
10874
10376
  }
10875
10377
  },
10876
- "required": [
10877
- "amount",
10878
- "base_amount",
10879
- "original_amount",
10880
- "base_original_amount"
10881
- ]
10378
+ "required": ["amount", "base_amount", "original_amount", "base_original_amount"]
10882
10379
  },
10883
10380
  "negotiable-quote-data-negotiable-quote-item-interface": {
10884
10381
  "type": "object",
@@ -10904,12 +10401,7 @@
10904
10401
  "$ref": "#/components/schemas/negotiable-quote-data-negotiable-quote-item-extension-interface"
10905
10402
  }
10906
10403
  },
10907
- "required": [
10908
- "item_id",
10909
- "original_price",
10910
- "original_tax_amount",
10911
- "original_discount_amount"
10912
- ]
10404
+ "required": ["item_id", "original_price", "original_tax_amount", "original_discount_amount"]
10913
10405
  },
10914
10406
  "negotiable-quote-data-negotiable-quote-item-extension-interface": {
10915
10407
  "type": "object",
@@ -10961,12 +10453,7 @@
10961
10453
  "$ref": "#/components/schemas/negotiable-quote-data-item-note-extension-interface"
10962
10454
  }
10963
10455
  },
10964
- "required": [
10965
- "negotiable_quote_item_id",
10966
- "creator_type",
10967
- "creator_id",
10968
- "note"
10969
- ]
10456
+ "required": ["negotiable_quote_item_id", "creator_type", "creator_id", "note"]
10970
10457
  },
10971
10458
  "negotiable-quote-data-item-note-extension-interface": {
10972
10459
  "type": "object",
@@ -11193,10 +10680,7 @@
11193
10680
  "$ref": "#/components/schemas/quote-data-shipping-assignment-extension-interface"
11194
10681
  }
11195
10682
  },
11196
- "required": [
11197
- "shipping",
11198
- "items"
11199
- ]
10683
+ "required": ["shipping", "items"]
11200
10684
  },
11201
10685
  "quote-data-shipping-interface": {
11202
10686
  "type": "object",
@@ -11213,10 +10697,7 @@
11213
10697
  "$ref": "#/components/schemas/quote-data-shipping-extension-interface"
11214
10698
  }
11215
10699
  },
11216
- "required": [
11217
- "address",
11218
- "method"
11219
- ]
10700
+ "required": ["address", "method"]
11220
10701
  },
11221
10702
  "quote-data-shipping-extension-interface": {
11222
10703
  "type": "object",
@@ -11370,9 +10851,7 @@
11370
10851
  "$ref": "#/components/schemas/quote-data-payment-extension-interface"
11371
10852
  }
11372
10853
  },
11373
- "required": [
11374
- "method"
11375
- ]
10854
+ "required": ["method"]
11376
10855
  },
11377
10856
  "quote-data-payment-extension-interface": {
11378
10857
  "type": "object",
@@ -11462,10 +10941,7 @@
11462
10941
  "description": "Payment method title"
11463
10942
  }
11464
10943
  },
11465
- "required": [
11466
- "code",
11467
- "title"
11468
- ]
10944
+ "required": ["code", "title"]
11469
10945
  },
11470
10946
  "quote-data-totals-additional-data-interface": {
11471
10947
  "type": "object",
@@ -11523,11 +10999,7 @@
11523
10999
  "$ref": "#/components/schemas/gift-message-data-message-extension-interface"
11524
11000
  }
11525
11001
  },
11526
- "required": [
11527
- "sender",
11528
- "recipient",
11529
- "message"
11530
- ]
11002
+ "required": ["sender", "recipient", "message"]
11531
11003
  },
11532
11004
  "gift-message-data-message-extension-interface": {
11533
11005
  "type": "object",
@@ -11672,10 +11144,7 @@
11672
11144
  "$ref": "#/components/schemas/quote-data-totals-extension-interface"
11673
11145
  }
11674
11146
  },
11675
- "required": [
11676
- "weee_tax_applied_amount",
11677
- "total_segments"
11678
- ]
11147
+ "required": ["weee_tax_applied_amount", "total_segments"]
11679
11148
  },
11680
11149
  "quote-data-totals-item-interface": {
11681
11150
  "type": "object",
@@ -11884,10 +11353,7 @@
11884
11353
  "$ref": "#/components/schemas/quote-data-total-segment-extension-interface"
11885
11354
  }
11886
11355
  },
11887
- "required": [
11888
- "code",
11889
- "value"
11890
- ]
11356
+ "required": ["code", "value"]
11891
11357
  },
11892
11358
  "quote-data-total-segment-extension-interface": {
11893
11359
  "type": "object",
@@ -11993,11 +11459,7 @@
11993
11459
  "description": "Group identifier"
11994
11460
  }
11995
11461
  },
11996
- "required": [
11997
- "amount",
11998
- "rates",
11999
- "group_id"
12000
- ]
11462
+ "required": ["amount", "rates", "group_id"]
12001
11463
  },
12002
11464
  "tax-data-grand-total-rates-interface": {
12003
11465
  "type": "object",
@@ -12012,10 +11474,7 @@
12012
11474
  "description": "Rate title"
12013
11475
  }
12014
11476
  },
12015
- "required": [
12016
- "percent",
12017
- "title"
12018
- ]
11477
+ "required": ["percent", "title"]
12019
11478
  },
12020
11479
  "quote-data-totals-extension-interface": {
12021
11480
  "type": "object",
@@ -12179,14 +11638,7 @@
12179
11638
  "$ref": "#/components/schemas/requisition-list-data-requisition-list-extension-interface"
12180
11639
  }
12181
11640
  },
12182
- "required": [
12183
- "id",
12184
- "customer_id",
12185
- "name",
12186
- "updated_at",
12187
- "description",
12188
- "items"
12189
- ]
11641
+ "required": ["id", "customer_id", "name", "updated_at", "description", "items"]
12190
11642
  },
12191
11643
  "requisition-list-data-requisition-list-item-interface": {
12192
11644
  "type": "object",
@@ -12227,15 +11679,7 @@
12227
11679
  "$ref": "#/components/schemas/requisition-list-data-requisition-list-item-extension-interface"
12228
11680
  }
12229
11681
  },
12230
- "required": [
12231
- "id",
12232
- "sku",
12233
- "requisition_list_id",
12234
- "qty",
12235
- "options",
12236
- "store_id",
12237
- "added_at"
12238
- ]
11682
+ "required": ["id", "sku", "requisition_list_id", "qty", "options", "store_id", "added_at"]
12239
11683
  },
12240
11684
  "requisition-list-data-requisition-list-item-extension-interface": {
12241
11685
  "type": "object",
@@ -12274,11 +11718,7 @@
12274
11718
  }
12275
11719
  }
12276
11720
  },
12277
- "required": [
12278
- "shipping_address",
12279
- "shipping_method_code",
12280
- "shipping_carrier_code"
12281
- ]
11721
+ "required": ["shipping_address", "shipping_method_code", "shipping_carrier_code"]
12282
11722
  },
12283
11723
  "checkout-data-shipping-information-extension-interface": {
12284
11724
  "type": "object",
@@ -12301,10 +11741,7 @@
12301
11741
  "$ref": "#/components/schemas/checkout-data-payment-details-extension-interface"
12302
11742
  }
12303
11743
  },
12304
- "required": [
12305
- "payment_methods",
12306
- "totals"
12307
- ]
11744
+ "required": ["payment_methods", "totals"]
12308
11745
  },
12309
11746
  "checkout-data-payment-details-extension-interface": {
12310
11747
  "type": "object",
@@ -12336,9 +11773,7 @@
12336
11773
  }
12337
11774
  }
12338
11775
  },
12339
- "required": [
12340
- "address"
12341
- ]
11776
+ "required": ["address"]
12342
11777
  },
12343
11778
  "checkout-data-totals-information-extension-interface": {
12344
11779
  "type": "object",
@@ -12408,9 +11843,7 @@
12408
11843
  "description": "True if this provider has been enabled by admin"
12409
11844
  }
12410
11845
  },
12411
- "required": [
12412
- "enabled"
12413
- ]
11846
+ "required": ["enabled"]
12414
11847
  },
12415
11848
  "two-factor-auth-data-google-configure-interface": {
12416
11849
  "type": "object",
@@ -12428,10 +11861,7 @@
12428
11861
  "$ref": "#/components/schemas/two-factor-auth-data-google-configure-extension-interface"
12429
11862
  }
12430
11863
  },
12431
- "required": [
12432
- "qr_code_base64",
12433
- "secret_code"
12434
- ]
11864
+ "required": ["qr_code_base64", "secret_code"]
12435
11865
  },
12436
11866
  "two-factor-auth-data-google-configure-extension-interface": {
12437
11867
  "type": "object",
@@ -12457,11 +11887,7 @@
12457
11887
  "$ref": "#/components/schemas/two-factor-auth-data-authy-device-extension-interface"
12458
11888
  }
12459
11889
  },
12460
- "required": [
12461
- "country",
12462
- "phone_number",
12463
- "method"
12464
- ]
11890
+ "required": ["country", "phone_number", "method"]
12465
11891
  },
12466
11892
  "two-factor-auth-data-authy-device-extension-interface": {
12467
11893
  "type": "object",
@@ -12483,10 +11909,7 @@
12483
11909
  "$ref": "#/components/schemas/two-factor-auth-data-authy-registration-prompt-response-extension-interface"
12484
11910
  }
12485
11911
  },
12486
- "required": [
12487
- "message",
12488
- "expiration_seconds"
12489
- ]
11912
+ "required": ["message", "expiration_seconds"]
12490
11913
  },
12491
11914
  "two-factor-auth-data-authy-registration-prompt-response-extension-interface": {
12492
11915
  "type": "object",
@@ -12504,9 +11927,7 @@
12504
11927
  "$ref": "#/components/schemas/two-factor-auth-data-u2f-web-authn-request-extension-interface"
12505
11928
  }
12506
11929
  },
12507
- "required": [
12508
- "credential_request_options_json"
12509
- ]
11930
+ "required": ["credential_request_options_json"]
12510
11931
  },
12511
11932
  "two-factor-auth-data-u2f-web-authn-request-extension-interface": {
12512
11933
  "type": "object",
@@ -12528,10 +11949,7 @@
12528
11949
  "$ref": "#/components/schemas/two-factor-auth-data-duo-data-extension-interface"
12529
11950
  }
12530
11951
  },
12531
- "required": [
12532
- "signature",
12533
- "api_hostname"
12534
- ]
11952
+ "required": ["signature", "api_hostname"]
12535
11953
  },
12536
11954
  "two-factor-auth-data-duo-data-extension-interface": {
12537
11955
  "type": "object",
@@ -12598,11 +12016,7 @@
12598
12016
  "description": "Total count."
12599
12017
  }
12600
12018
  },
12601
- "required": [
12602
- "items",
12603
- "search_request",
12604
- "total_count"
12605
- ]
12019
+ "required": ["items", "search_request", "total_count"]
12606
12020
  },
12607
12021
  "inventory-in-store-pickup-api-data-pickup-location-interface": {
12608
12022
  "type": "object",
@@ -12672,9 +12086,7 @@
12672
12086
  "$ref": "#/components/schemas/inventory-in-store-pickup-api-data-pickup-location-extension-interface"
12673
12087
  }
12674
12088
  },
12675
- "required": [
12676
- "pickup_location_code"
12677
- ]
12089
+ "required": ["pickup_location_code"]
12678
12090
  },
12679
12091
  "inventory-in-store-pickup-api-data-pickup-location-extension-interface": {
12680
12092
  "type": "object",
@@ -12717,11 +12129,7 @@
12717
12129
  "$ref": "#/components/schemas/inventory-in-store-pickup-api-data-search-request-extension-interface"
12718
12130
  }
12719
12131
  },
12720
- "required": [
12721
- "current_page",
12722
- "scope_type",
12723
- "scope_code"
12724
- ]
12132
+ "required": ["current_page", "scope_type", "scope_code"]
12725
12133
  },
12726
12134
  "inventory-in-store-pickup-api-data-search-request-area-interface": {
12727
12135
  "type": "object",
@@ -12736,10 +12144,7 @@
12736
12144
  "description": "Search term string."
12737
12145
  }
12738
12146
  },
12739
- "required": [
12740
- "radius",
12741
- "search_term"
12742
- ]
12147
+ "required": ["radius", "search_term"]
12743
12148
  },
12744
12149
  "inventory-in-store-pickup-api-data-search-request-filters-interface": {
12745
12150
  "type": "object",
@@ -12784,10 +12189,7 @@
12784
12189
  "description": "Condition Type."
12785
12190
  }
12786
12191
  },
12787
- "required": [
12788
- "value",
12789
- "condition_type"
12790
- ]
12192
+ "required": ["value", "condition_type"]
12791
12193
  },
12792
12194
  "inventory-in-store-pickup-api-data-search-request-extension-interface": {
12793
12195
  "type": "object",
@@ -12813,9 +12215,7 @@
12813
12215
  "$ref": "#/components/schemas/inventory-in-store-pickup-api-data-search-request-product-info-extension-interface"
12814
12216
  }
12815
12217
  },
12816
- "required": [
12817
- "sku"
12818
- ]
12218
+ "required": ["sku"]
12819
12219
  },
12820
12220
  "inventory-in-store-pickup-api-data-search-request-product-info-extension-interface": {
12821
12221
  "type": "object",
@@ -12835,11 +12235,7 @@
12835
12235
  "$ref": "#/components/schemas/payment-services-paypal-data-payment-config-smart-buttons-interface"
12836
12236
  }
12837
12237
  },
12838
- "required": [
12839
- "apple_pay",
12840
- "hosted_fields",
12841
- "smart_buttons"
12842
- ]
12238
+ "required": ["apple_pay", "hosted_fields", "smart_buttons"]
12843
12239
  },
12844
12240
  "payment-services-paypal-data-payment-config-apple-pay-interface": {
12845
12241
  "type": "object",
@@ -12924,15 +12320,7 @@
12924
12320
  "description": "Height"
12925
12321
  }
12926
12322
  },
12927
- "required": [
12928
- "layout",
12929
- "color",
12930
- "shape",
12931
- "label",
12932
- "tagline",
12933
- "height",
12934
- "use_default_height"
12935
- ]
12323
+ "required": ["layout", "color", "shape", "label", "tagline", "height", "use_default_height"]
12936
12324
  },
12937
12325
  "payment-services-paypal-data-payment-config-sdk-params-interface": {
12938
12326
  "type": "object",
@@ -12947,10 +12335,7 @@
12947
12335
  "description": "Config"
12948
12336
  }
12949
12337
  },
12950
- "required": [
12951
- "name",
12952
- "value"
12953
- ]
12338
+ "required": ["name", "value"]
12954
12339
  },
12955
12340
  "payment-services-paypal-data-payment-config-hosted-fields-interface": {
12956
12341
  "type": "object",
@@ -13089,10 +12474,7 @@
13089
12474
  "$ref": "#/components/schemas/payment-services-paypal-data-payment-config-smart-buttons-logo-interface"
13090
12475
  }
13091
12476
  },
13092
- "required": [
13093
- "layout",
13094
- "logo"
13095
- ]
12477
+ "required": ["layout", "logo"]
13096
12478
  },
13097
12479
  "payment-services-paypal-data-payment-config-smart-buttons-logo-interface": {
13098
12480
  "type": "object",
@@ -13103,9 +12485,7 @@
13103
12485
  "description": "CanDisplayMessage"
13104
12486
  }
13105
12487
  },
13106
- "required": [
13107
- "type"
13108
- ]
12488
+ "required": ["type"]
13109
12489
  },
13110
12490
  "payment-services-paypal-data-payment-order-interface": {
13111
12491
  "type": "object",
@@ -13124,11 +12504,7 @@
13124
12504
  "description": "Payment order status"
13125
12505
  }
13126
12506
  },
13127
- "required": [
13128
- "id",
13129
- "mp_order_id",
13130
- "status"
13131
- ]
12507
+ "required": ["id", "mp_order_id", "status"]
13132
12508
  },
13133
12509
  "payment-services-paypal-data-payment-order-details-interface": {
13134
12510
  "type": "object",
@@ -13150,12 +12526,7 @@
13150
12526
  "description": "Payment order status"
13151
12527
  }
13152
12528
  },
13153
- "required": [
13154
- "payment_source_details",
13155
- "id",
13156
- "mp_order_id",
13157
- "status"
13158
- ]
12529
+ "required": ["payment_source_details", "id", "mp_order_id", "status"]
13159
12530
  },
13160
12531
  "payment-services-paypal-data-payment-source-details-interface": {
13161
12532
  "type": "object",
@@ -13165,9 +12536,7 @@
13165
12536
  "$ref": "#/components/schemas/payment-services-paypal-data-payment-card-details-interface"
13166
12537
  }
13167
12538
  },
13168
- "required": [
13169
- "card"
13170
- ]
12539
+ "required": ["card"]
13171
12540
  },
13172
12541
  "payment-services-paypal-data-payment-card-details-interface": {
13173
12542
  "type": "object",
@@ -13193,13 +12562,7 @@
13193
12562
  "$ref": "#/components/schemas/payment-services-paypal-data-payment-card-bin-details-interface"
13194
12563
  }
13195
12564
  },
13196
- "required": [
13197
- "name",
13198
- "last_digits",
13199
- "card_expiry_month",
13200
- "card_expiry_year",
13201
- "bin_details"
13202
- ]
12565
+ "required": ["name", "last_digits", "card_expiry_month", "card_expiry_year", "bin_details"]
13203
12566
  },
13204
12567
  "payment-services-paypal-data-payment-card-bin-details-interface": {
13205
12568
  "type": "object",
@@ -13210,9 +12573,7 @@
13210
12573
  "description": "Bin"
13211
12574
  }
13212
12575
  },
13213
- "required": [
13214
- "bin"
13215
- ]
12576
+ "required": ["bin"]
13216
12577
  },
13217
12578
  "payment-services-paypal-data-payment-sdk-params-interface": {
13218
12579
  "type": "object",
@@ -13230,10 +12591,7 @@
13230
12591
  }
13231
12592
  }
13232
12593
  },
13233
- "required": [
13234
- "code",
13235
- "params"
13236
- ]
12594
+ "required": ["code", "params"]
13237
12595
  },
13238
12596
  "pay-pal-braintree-data-auth-data-interface": {
13239
12597
  "type": "object",
@@ -13259,12 +12617,7 @@
13259
12617
  "description": "Current store code"
13260
12618
  }
13261
12619
  },
13262
- "required": [
13263
- "display_name",
13264
- "action_success",
13265
- "logged_in",
13266
- "store_code"
13267
- ]
12620
+ "required": ["display_name", "action_success", "logged_in", "store_code"]
13268
12621
  },
13269
12622
  "pay-pal-braintree-data-payment-interface": {
13270
12623
  "type": "object",
@@ -13286,4 +12639,4 @@
13286
12639
  }
13287
12640
  }
13288
12641
  }
13289
- }
12642
+ }