@spree/docs 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-reference/store-api/metadata.md +7 -4
- package/dist/api-reference/store.yaml +322 -460
- package/dist/developer/core-concepts/metafields.md +12 -8
- package/dist/developer/customization/dependencies.md +1 -1
- package/dist/developer/customization/metadata.md +26 -15
- package/dist/developer/storefront/nextjs/architecture.md +22 -18
- package/dist/developer/storefront/nextjs/customization.md +3 -3
- package/dist/developer/storefront/nextjs/quickstart.md +1 -1
- package/dist/developer/storefront/nextjs/spree-next-package.md +92 -206
- package/package.json +1 -1
|
@@ -590,17 +590,15 @@ paths:
|
|
|
590
590
|
content:
|
|
591
591
|
application/json:
|
|
592
592
|
example:
|
|
593
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
594
|
-
refresh_token:
|
|
593
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjkxOGY5MzI4LWI0YzctNDU5Yi1iZTczLTIxMzMwZDhhMmM5YSIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzc0NzAxODQ4fQ.cuuj2Oi6xGSBeNEYjr91DrFNQrWTvyTaTHTbXDhdeOQ
|
|
594
|
+
refresh_token: YGoDXXid6KGaL59iez28EoWL
|
|
595
595
|
user:
|
|
596
596
|
id: cus_UkLWZg9DAJ
|
|
597
597
|
email: test@example.com
|
|
598
|
-
first_name:
|
|
599
|
-
last_name:
|
|
598
|
+
first_name: Jolynn
|
|
599
|
+
last_name: Stiedemann
|
|
600
600
|
phone:
|
|
601
601
|
accepts_email_marketing: false
|
|
602
|
-
created_at: '2026-03-26T13:17:15.189Z'
|
|
603
|
-
updated_at: '2026-03-26T13:17:15.189Z'
|
|
604
602
|
available_store_credit_total: '0'
|
|
605
603
|
display_available_store_credit_total: "$0.00"
|
|
606
604
|
addresses: []
|
|
@@ -673,17 +671,15 @@ paths:
|
|
|
673
671
|
content:
|
|
674
672
|
application/json:
|
|
675
673
|
example:
|
|
676
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
677
|
-
refresh_token:
|
|
674
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjRiYjIwZmViLTY1ZTAtNDJjNS1iMjFjLTQ4YzFmZGE1NjA5YiIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzc0NzAxODQ5fQ._gkuJGgjt3GcsGJNWPp4_uGDgrmxtKvHypsNFmFf2Lk
|
|
675
|
+
refresh_token: w4PMNQtBJA6VtTbuwBNn3FwB
|
|
678
676
|
user:
|
|
679
677
|
id: cus_UkLWZg9DAJ
|
|
680
678
|
email: test@example.com
|
|
681
|
-
first_name:
|
|
682
|
-
last_name:
|
|
679
|
+
first_name: Jeanett
|
|
680
|
+
last_name: Collier
|
|
683
681
|
phone:
|
|
684
682
|
accepts_email_marketing: false
|
|
685
|
-
created_at: '2026-03-26T13:17:16.619Z'
|
|
686
|
-
updated_at: '2026-03-26T13:17:16.619Z'
|
|
687
683
|
available_store_credit_total: '0'
|
|
688
684
|
display_available_store_credit_total: "$0.00"
|
|
689
685
|
addresses: []
|
|
@@ -846,9 +842,9 @@ paths:
|
|
|
846
842
|
example:
|
|
847
843
|
data:
|
|
848
844
|
- id: cart_gbHJdmfrXB
|
|
849
|
-
number:
|
|
850
|
-
token:
|
|
851
|
-
email:
|
|
845
|
+
number: R561002699
|
|
846
|
+
token: hzQcBBtBok9WS9xnBHnAER2brr4vPRSWk7C
|
|
847
|
+
email: despina@abbottboyle.com
|
|
852
848
|
customer_note:
|
|
853
849
|
currency: USD
|
|
854
850
|
locale: en
|
|
@@ -874,8 +870,8 @@ paths:
|
|
|
874
870
|
delivery_total: '100.0'
|
|
875
871
|
display_delivery_total: "$100.00"
|
|
876
872
|
warnings: []
|
|
877
|
-
created_at: '2026-03-
|
|
878
|
-
updated_at: '2026-03-
|
|
873
|
+
created_at: '2026-03-28T11:44:12.058Z'
|
|
874
|
+
updated_at: '2026-03-28T11:44:12.100Z'
|
|
879
875
|
store_credit_total: '0.0'
|
|
880
876
|
display_store_credit_total: "$0.00"
|
|
881
877
|
covered_by_store_credit: false
|
|
@@ -892,8 +888,8 @@ paths:
|
|
|
892
888
|
variant_id: variant_gbHJdmfrXB
|
|
893
889
|
quantity: 1
|
|
894
890
|
currency: USD
|
|
895
|
-
name: Product
|
|
896
|
-
slug: product-
|
|
891
|
+
name: Product 23272
|
|
892
|
+
slug: product-23272
|
|
897
893
|
options_text: ''
|
|
898
894
|
price: '10.0'
|
|
899
895
|
display_price: "$10.00"
|
|
@@ -912,21 +908,17 @@ paths:
|
|
|
912
908
|
discounted_amount: '10.0'
|
|
913
909
|
display_discounted_amount: "$10.00"
|
|
914
910
|
display_compare_at_amount: "$0.00"
|
|
915
|
-
created_at: '2026-03-26T13:17:19.227Z'
|
|
916
|
-
updated_at: '2026-03-26T13:17:19.227Z'
|
|
917
911
|
compare_at_amount:
|
|
918
912
|
thumbnail_url:
|
|
919
913
|
option_values: []
|
|
920
914
|
digital_links: []
|
|
921
915
|
fulfillments:
|
|
922
916
|
- id: ful_gbHJdmfrXB
|
|
923
|
-
number:
|
|
917
|
+
number: H23500198126
|
|
924
918
|
tracking: U10000
|
|
925
919
|
tracking_url:
|
|
926
920
|
cost: '100.0'
|
|
927
921
|
display_cost: "$100.00"
|
|
928
|
-
created_at: '2026-03-26T13:17:19.238Z'
|
|
929
|
-
updated_at: '2026-03-26T13:17:19.255Z'
|
|
930
922
|
status: pending
|
|
931
923
|
fulfillment_type: shipping
|
|
932
924
|
fulfilled_at:
|
|
@@ -941,7 +933,7 @@ paths:
|
|
|
941
933
|
stock_location:
|
|
942
934
|
id: sloc_UkLWZg9DAJ
|
|
943
935
|
state_abbr: STATE_ABBR_32
|
|
944
|
-
name:
|
|
936
|
+
name: Millie Cremin
|
|
945
937
|
address1: 1600 Pennsylvania Ave NW
|
|
946
938
|
city: Washington
|
|
947
939
|
zipcode: '20500'
|
|
@@ -1001,9 +993,9 @@ paths:
|
|
|
1001
993
|
payment_methods: []
|
|
1002
994
|
gift_card:
|
|
1003
995
|
- id: cart_UkLWZg9DAJ
|
|
1004
|
-
number:
|
|
1005
|
-
token:
|
|
1006
|
-
email:
|
|
996
|
+
number: R602989118
|
|
997
|
+
token: FKvvr4nLfaqfdyHgXsffLGWRvZYUFhLqutp
|
|
998
|
+
email: despina@abbottboyle.com
|
|
1007
999
|
customer_note:
|
|
1008
1000
|
currency: USD
|
|
1009
1001
|
locale: en
|
|
@@ -1029,8 +1021,8 @@ paths:
|
|
|
1029
1021
|
delivery_total: '100.0'
|
|
1030
1022
|
display_delivery_total: "$100.00"
|
|
1031
1023
|
warnings: []
|
|
1032
|
-
created_at: '2026-03-
|
|
1033
|
-
updated_at: '2026-03-
|
|
1024
|
+
created_at: '2026-03-28T11:44:11.916Z'
|
|
1025
|
+
updated_at: '2026-03-28T11:44:12.053Z'
|
|
1034
1026
|
store_credit_total: '0'
|
|
1035
1027
|
display_store_credit_total: "$0.00"
|
|
1036
1028
|
covered_by_store_credit: false
|
|
@@ -1047,8 +1039,8 @@ paths:
|
|
|
1047
1039
|
variant_id: variant_UkLWZg9DAJ
|
|
1048
1040
|
quantity: 1
|
|
1049
1041
|
currency: USD
|
|
1050
|
-
name: Product
|
|
1051
|
-
slug: product-
|
|
1042
|
+
name: Product 11869
|
|
1043
|
+
slug: product-11869
|
|
1052
1044
|
options_text: ''
|
|
1053
1045
|
price: '10.0'
|
|
1054
1046
|
display_price: "$10.00"
|
|
@@ -1067,21 +1059,17 @@ paths:
|
|
|
1067
1059
|
discounted_amount: '10.0'
|
|
1068
1060
|
display_discounted_amount: "$10.00"
|
|
1069
1061
|
display_compare_at_amount: "$0.00"
|
|
1070
|
-
created_at: '2026-03-26T13:17:19.094Z'
|
|
1071
|
-
updated_at: '2026-03-26T13:17:19.094Z'
|
|
1072
1062
|
compare_at_amount:
|
|
1073
1063
|
thumbnail_url:
|
|
1074
1064
|
option_values: []
|
|
1075
1065
|
digital_links: []
|
|
1076
1066
|
fulfillments:
|
|
1077
1067
|
- id: ful_UkLWZg9DAJ
|
|
1078
|
-
number:
|
|
1068
|
+
number: H32968497542
|
|
1079
1069
|
tracking: U10000
|
|
1080
1070
|
tracking_url:
|
|
1081
1071
|
cost: '100.0'
|
|
1082
1072
|
display_cost: "$100.00"
|
|
1083
|
-
created_at: '2026-03-26T13:17:19.111Z'
|
|
1084
|
-
updated_at: '2026-03-26T13:17:19.170Z'
|
|
1085
1073
|
status: pending
|
|
1086
1074
|
fulfillment_type: shipping
|
|
1087
1075
|
fulfilled_at:
|
|
@@ -1096,7 +1084,7 @@ paths:
|
|
|
1096
1084
|
stock_location:
|
|
1097
1085
|
id: sloc_UkLWZg9DAJ
|
|
1098
1086
|
state_abbr: STATE_ABBR_32
|
|
1099
|
-
name:
|
|
1087
|
+
name: Millie Cremin
|
|
1100
1088
|
address1: 1600 Pennsylvania Ave NW
|
|
1101
1089
|
city: Washington
|
|
1102
1090
|
zipcode: '20500'
|
|
@@ -1229,8 +1217,8 @@ paths:
|
|
|
1229
1217
|
application/json:
|
|
1230
1218
|
example:
|
|
1231
1219
|
id: cart_UkLWZg9DAJ
|
|
1232
|
-
number:
|
|
1233
|
-
token:
|
|
1220
|
+
number: R137499246
|
|
1221
|
+
token: uM5hfB6Qg9aRjJPXWNiPvRx4wN3t2kV4SRi
|
|
1234
1222
|
email:
|
|
1235
1223
|
customer_note:
|
|
1236
1224
|
currency: USD
|
|
@@ -1257,8 +1245,8 @@ paths:
|
|
|
1257
1245
|
delivery_total: '0.0'
|
|
1258
1246
|
display_delivery_total: "$0.00"
|
|
1259
1247
|
warnings: []
|
|
1260
|
-
created_at: '2026-03-
|
|
1261
|
-
updated_at: '2026-03-
|
|
1248
|
+
created_at: '2026-03-28T11:44:12.580Z'
|
|
1249
|
+
updated_at: '2026-03-28T11:44:12.580Z'
|
|
1262
1250
|
store_credit_total: '0.0'
|
|
1263
1251
|
display_store_credit_total: "$0.00"
|
|
1264
1252
|
covered_by_store_credit: false
|
|
@@ -1385,9 +1373,9 @@ paths:
|
|
|
1385
1373
|
application/json:
|
|
1386
1374
|
example:
|
|
1387
1375
|
id: cart_UkLWZg9DAJ
|
|
1388
|
-
number:
|
|
1389
|
-
token:
|
|
1390
|
-
email:
|
|
1376
|
+
number: R015039796
|
|
1377
|
+
token: XB4rhoFyXKaTcht86w5wqN1oWdX86Nj5RZ1
|
|
1378
|
+
email: roxana.blick@naderrutherford.biz
|
|
1391
1379
|
customer_note:
|
|
1392
1380
|
currency: USD
|
|
1393
1381
|
locale: en
|
|
@@ -1414,11 +1402,11 @@ paths:
|
|
|
1414
1402
|
display_delivery_total: "$0.00"
|
|
1415
1403
|
warnings:
|
|
1416
1404
|
- code: line_item_removed
|
|
1417
|
-
message: Product
|
|
1405
|
+
message: Product 63270 was removed because it was sold out
|
|
1418
1406
|
line_item_id: li_UkLWZg9DAJ
|
|
1419
1407
|
variant_id: variant_UkLWZg9DAJ
|
|
1420
|
-
created_at: '2026-03-
|
|
1421
|
-
updated_at: '2026-03-
|
|
1408
|
+
created_at: '2026-03-28T11:44:13.239Z'
|
|
1409
|
+
updated_at: '2026-03-28T11:44:13.346Z'
|
|
1422
1410
|
store_credit_total: '0.0'
|
|
1423
1411
|
display_store_credit_total: "$0.00"
|
|
1424
1412
|
covered_by_store_credit: false
|
|
@@ -1556,9 +1544,9 @@ paths:
|
|
|
1556
1544
|
application/json:
|
|
1557
1545
|
example:
|
|
1558
1546
|
id: cart_UkLWZg9DAJ
|
|
1559
|
-
number:
|
|
1560
|
-
token:
|
|
1561
|
-
email:
|
|
1547
|
+
number: R496471280
|
|
1548
|
+
token: 638VUJdoPTMjsXCgoYRrx8qTEwyjzLz5E6F
|
|
1549
|
+
email: monica_mayert@fritsch.name
|
|
1562
1550
|
customer_note: Leave at door
|
|
1563
1551
|
currency: USD
|
|
1564
1552
|
locale: en
|
|
@@ -1584,8 +1572,8 @@ paths:
|
|
|
1584
1572
|
delivery_total: '10.0'
|
|
1585
1573
|
display_delivery_total: "$10.00"
|
|
1586
1574
|
warnings: []
|
|
1587
|
-
created_at: '2026-03-
|
|
1588
|
-
updated_at: '2026-03-
|
|
1575
|
+
created_at: '2026-03-28T11:44:13.904Z'
|
|
1576
|
+
updated_at: '2026-03-28T11:44:14.041Z'
|
|
1589
1577
|
store_credit_total: '0.0'
|
|
1590
1578
|
display_store_credit_total: "$0.00"
|
|
1591
1579
|
covered_by_store_credit: false
|
|
@@ -1604,8 +1592,8 @@ paths:
|
|
|
1604
1592
|
variant_id: variant_UkLWZg9DAJ
|
|
1605
1593
|
quantity: 1
|
|
1606
1594
|
currency: USD
|
|
1607
|
-
name: Product
|
|
1608
|
-
slug: product-
|
|
1595
|
+
name: Product 75671
|
|
1596
|
+
slug: product-75671
|
|
1609
1597
|
options_text: ''
|
|
1610
1598
|
price: '19.99'
|
|
1611
1599
|
display_price: "$19.99"
|
|
@@ -1624,21 +1612,17 @@ paths:
|
|
|
1624
1612
|
discounted_amount: '19.99'
|
|
1625
1613
|
display_discounted_amount: "$19.99"
|
|
1626
1614
|
display_compare_at_amount: "$0.00"
|
|
1627
|
-
created_at: '2026-03-26T13:17:21.345Z'
|
|
1628
|
-
updated_at: '2026-03-26T13:17:21.418Z'
|
|
1629
1615
|
compare_at_amount:
|
|
1630
1616
|
thumbnail_url:
|
|
1631
1617
|
option_values: []
|
|
1632
1618
|
digital_links: []
|
|
1633
1619
|
fulfillments:
|
|
1634
1620
|
- id: ful_gbHJdmfrXB
|
|
1635
|
-
number:
|
|
1621
|
+
number: H40100996483
|
|
1636
1622
|
tracking:
|
|
1637
1623
|
tracking_url:
|
|
1638
1624
|
cost: '10.0'
|
|
1639
1625
|
display_cost: "$10.00"
|
|
1640
|
-
created_at: '2026-03-26T13:17:21.436Z'
|
|
1641
|
-
updated_at: '2026-03-26T13:17:21.449Z'
|
|
1642
1626
|
status: pending
|
|
1643
1627
|
fulfillment_type: shipping
|
|
1644
1628
|
fulfilled_at:
|
|
@@ -1653,7 +1637,7 @@ paths:
|
|
|
1653
1637
|
stock_location:
|
|
1654
1638
|
id: sloc_UkLWZg9DAJ
|
|
1655
1639
|
state_abbr: STATE_ABBR_46
|
|
1656
|
-
name:
|
|
1640
|
+
name: Emmie Spencer
|
|
1657
1641
|
address1: 1600 Pennsylvania Ave NW
|
|
1658
1642
|
city: Washington
|
|
1659
1643
|
zipcode: '20500'
|
|
@@ -1880,9 +1864,9 @@ paths:
|
|
|
1880
1864
|
application/json:
|
|
1881
1865
|
example:
|
|
1882
1866
|
id: cart_UkLWZg9DAJ
|
|
1883
|
-
number:
|
|
1884
|
-
token:
|
|
1885
|
-
email:
|
|
1867
|
+
number: R452564608
|
|
1868
|
+
token: oB8LvaYR4CV4kr6BEMFtHzfZsAyGxtx6r4z
|
|
1869
|
+
email: jenifer_hermann@douglasbayer.name
|
|
1886
1870
|
customer_note:
|
|
1887
1871
|
currency: USD
|
|
1888
1872
|
locale: en
|
|
@@ -1908,8 +1892,8 @@ paths:
|
|
|
1908
1892
|
delivery_total: '100.0'
|
|
1909
1893
|
display_delivery_total: "$100.00"
|
|
1910
1894
|
warnings: []
|
|
1911
|
-
created_at: '2026-03-
|
|
1912
|
-
updated_at: '2026-03-
|
|
1895
|
+
created_at: '2026-03-28T11:44:14.703Z'
|
|
1896
|
+
updated_at: '2026-03-28T11:44:14.748Z'
|
|
1913
1897
|
store_credit_total: '0.0'
|
|
1914
1898
|
display_store_credit_total: "$0.00"
|
|
1915
1899
|
covered_by_store_credit: false
|
|
@@ -1926,8 +1910,8 @@ paths:
|
|
|
1926
1910
|
variant_id: variant_UkLWZg9DAJ
|
|
1927
1911
|
quantity: 1
|
|
1928
1912
|
currency: USD
|
|
1929
|
-
name: Product
|
|
1930
|
-
slug: product-
|
|
1913
|
+
name: Product 91401
|
|
1914
|
+
slug: product-91401
|
|
1931
1915
|
options_text: ''
|
|
1932
1916
|
price: '10.0'
|
|
1933
1917
|
display_price: "$10.00"
|
|
@@ -1946,21 +1930,17 @@ paths:
|
|
|
1946
1930
|
discounted_amount: '10.0'
|
|
1947
1931
|
display_discounted_amount: "$10.00"
|
|
1948
1932
|
display_compare_at_amount: "$0.00"
|
|
1949
|
-
created_at: '2026-03-26T13:17:22.222Z'
|
|
1950
|
-
updated_at: '2026-03-26T13:17:22.222Z'
|
|
1951
1933
|
compare_at_amount:
|
|
1952
1934
|
thumbnail_url:
|
|
1953
1935
|
option_values: []
|
|
1954
1936
|
digital_links: []
|
|
1955
1937
|
fulfillments:
|
|
1956
1938
|
- id: ful_UkLWZg9DAJ
|
|
1957
|
-
number:
|
|
1939
|
+
number: H90321795147
|
|
1958
1940
|
tracking: U10000
|
|
1959
1941
|
tracking_url:
|
|
1960
1942
|
cost: '100.0'
|
|
1961
1943
|
display_cost: "$100.00"
|
|
1962
|
-
created_at: '2026-03-26T13:17:22.229Z'
|
|
1963
|
-
updated_at: '2026-03-26T13:17:22.248Z'
|
|
1964
1944
|
status: pending
|
|
1965
1945
|
fulfillment_type: shipping
|
|
1966
1946
|
fulfilled_at:
|
|
@@ -1975,7 +1955,7 @@ paths:
|
|
|
1975
1955
|
stock_location:
|
|
1976
1956
|
id: sloc_UkLWZg9DAJ
|
|
1977
1957
|
state_abbr: STATE_ABBR_54
|
|
1978
|
-
name:
|
|
1958
|
+
name: Sunny Hansen
|
|
1979
1959
|
address1: 1600 Pennsylvania Ave NW
|
|
1980
1960
|
city: Washington
|
|
1981
1961
|
zipcode: '20500'
|
|
@@ -2099,8 +2079,8 @@ paths:
|
|
|
2099
2079
|
application/json:
|
|
2100
2080
|
example:
|
|
2101
2081
|
id: or_UkLWZg9DAJ
|
|
2102
|
-
number:
|
|
2103
|
-
email:
|
|
2082
|
+
number: R148635323
|
|
2083
|
+
email: glenn@langosh.us
|
|
2104
2084
|
customer_note:
|
|
2105
2085
|
currency: USD
|
|
2106
2086
|
locale: en
|
|
@@ -2127,9 +2107,9 @@ paths:
|
|
|
2127
2107
|
display_delivery_total: "$10.00"
|
|
2128
2108
|
fulfillment_status: backorder
|
|
2129
2109
|
payment_status: paid
|
|
2130
|
-
completed_at: '2026-03-
|
|
2131
|
-
created_at: '2026-03-
|
|
2132
|
-
updated_at: '2026-03-
|
|
2110
|
+
completed_at: '2026-03-28T11:44:16.110Z'
|
|
2111
|
+
created_at: '2026-03-28T11:44:15.917Z'
|
|
2112
|
+
updated_at: '2026-03-28T11:44:16.110Z'
|
|
2133
2113
|
store_credit_total: '0.0'
|
|
2134
2114
|
display_store_credit_total: "$0.00"
|
|
2135
2115
|
covered_by_store_credit: false
|
|
@@ -2139,8 +2119,8 @@ paths:
|
|
|
2139
2119
|
variant_id: variant_UkLWZg9DAJ
|
|
2140
2120
|
quantity: 1
|
|
2141
2121
|
currency: USD
|
|
2142
|
-
name: Product
|
|
2143
|
-
slug: product-
|
|
2122
|
+
name: Product 113740
|
|
2123
|
+
slug: product-113740
|
|
2144
2124
|
options_text: ''
|
|
2145
2125
|
price: '19.99'
|
|
2146
2126
|
display_price: "$19.99"
|
|
@@ -2159,21 +2139,17 @@ paths:
|
|
|
2159
2139
|
discounted_amount: '19.99'
|
|
2160
2140
|
display_discounted_amount: "$19.99"
|
|
2161
2141
|
display_compare_at_amount: "$0.00"
|
|
2162
|
-
created_at: '2026-03-26T13:17:23.554Z'
|
|
2163
|
-
updated_at: '2026-03-26T13:17:23.846Z'
|
|
2164
2142
|
compare_at_amount:
|
|
2165
2143
|
thumbnail_url:
|
|
2166
2144
|
option_values: []
|
|
2167
2145
|
digital_links: []
|
|
2168
2146
|
fulfillments:
|
|
2169
2147
|
- id: ful_gbHJdmfrXB
|
|
2170
|
-
number:
|
|
2148
|
+
number: H64114133913
|
|
2171
2149
|
tracking:
|
|
2172
2150
|
tracking_url:
|
|
2173
2151
|
cost: '10.0'
|
|
2174
2152
|
display_cost: "$10.00"
|
|
2175
|
-
created_at: '2026-03-26T13:17:23.624Z'
|
|
2176
|
-
updated_at: '2026-03-26T13:17:23.833Z'
|
|
2177
2153
|
status: pending
|
|
2178
2154
|
fulfillment_type: shipping
|
|
2179
2155
|
fulfilled_at:
|
|
@@ -2188,7 +2164,7 @@ paths:
|
|
|
2188
2164
|
stock_location:
|
|
2189
2165
|
id: sloc_UkLWZg9DAJ
|
|
2190
2166
|
state_abbr: STATE_ABBR_60
|
|
2191
|
-
name:
|
|
2167
|
+
name: Christa Jacobson
|
|
2192
2168
|
address1: 1600 Pennsylvania Ave NW
|
|
2193
2169
|
city: Washington
|
|
2194
2170
|
zipcode: '20500'
|
|
@@ -2210,11 +2186,9 @@ paths:
|
|
|
2210
2186
|
- id: py_UkLWZg9DAJ
|
|
2211
2187
|
payment_method_id: pm_UkLWZg9DAJ
|
|
2212
2188
|
response_code: '12345'
|
|
2213
|
-
number:
|
|
2189
|
+
number: P0S8EZON
|
|
2214
2190
|
amount: '29.99'
|
|
2215
2191
|
display_amount: "$29.99"
|
|
2216
|
-
created_at: '2026-03-26T13:17:23.772Z'
|
|
2217
|
-
updated_at: '2026-03-26T13:17:23.802Z'
|
|
2218
2192
|
status: completed
|
|
2219
2193
|
source_type: credit_card
|
|
2220
2194
|
source_id: card_UkLWZg9DAJ
|
|
@@ -2352,8 +2326,8 @@ paths:
|
|
|
2352
2326
|
meta_description:
|
|
2353
2327
|
meta_keywords:
|
|
2354
2328
|
children_count: 1
|
|
2355
|
-
created_at: '2026-03-
|
|
2356
|
-
updated_at: '2026-03-
|
|
2329
|
+
created_at: '2026-03-28T11:44:16.739Z'
|
|
2330
|
+
updated_at: '2026-03-28T11:44:16.782Z'
|
|
2357
2331
|
parent_id:
|
|
2358
2332
|
description: ''
|
|
2359
2333
|
description_html: ''
|
|
@@ -2371,8 +2345,8 @@ paths:
|
|
|
2371
2345
|
meta_description:
|
|
2372
2346
|
meta_keywords:
|
|
2373
2347
|
children_count: 1
|
|
2374
|
-
created_at: '2026-03-
|
|
2375
|
-
updated_at: '2026-03-
|
|
2348
|
+
created_at: '2026-03-28T11:44:16.745Z'
|
|
2349
|
+
updated_at: '2026-03-28T11:44:16.782Z'
|
|
2376
2350
|
parent_id: ctg_UkLWZg9DAJ
|
|
2377
2351
|
description: ''
|
|
2378
2352
|
description_html: ''
|
|
@@ -2390,8 +2364,8 @@ paths:
|
|
|
2390
2364
|
meta_description:
|
|
2391
2365
|
meta_keywords:
|
|
2392
2366
|
children_count: 0
|
|
2393
|
-
created_at: '2026-03-
|
|
2394
|
-
updated_at: '2026-03-
|
|
2367
|
+
created_at: '2026-03-28T11:44:16.753Z'
|
|
2368
|
+
updated_at: '2026-03-28T11:44:16.758Z'
|
|
2395
2369
|
parent_id: ctg_gbHJdmfrXB
|
|
2396
2370
|
description: ''
|
|
2397
2371
|
description_html: ''
|
|
@@ -2467,7 +2441,7 @@ paths:
|
|
|
2467
2441
|
- name: expand
|
|
2468
2442
|
in: query
|
|
2469
2443
|
required: false
|
|
2470
|
-
description: Expand associations (children, parent, ancestors,
|
|
2444
|
+
description: Expand associations (children, parent, ancestors, custom_fields)
|
|
2471
2445
|
schema:
|
|
2472
2446
|
type: string
|
|
2473
2447
|
- name: fields
|
|
@@ -2492,8 +2466,8 @@ paths:
|
|
|
2492
2466
|
meta_description:
|
|
2493
2467
|
meta_keywords:
|
|
2494
2468
|
children_count: 1
|
|
2495
|
-
created_at: '2026-03-
|
|
2496
|
-
updated_at: '2026-03-
|
|
2469
|
+
created_at: '2026-03-28T11:44:17.119Z'
|
|
2470
|
+
updated_at: '2026-03-28T11:44:17.155Z'
|
|
2497
2471
|
parent_id: ctg_UkLWZg9DAJ
|
|
2498
2472
|
description: ''
|
|
2499
2473
|
description_html: ''
|
|
@@ -3074,17 +3048,15 @@ paths:
|
|
|
3074
3048
|
content:
|
|
3075
3049
|
application/json:
|
|
3076
3050
|
example:
|
|
3077
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
3078
|
-
refresh_token:
|
|
3051
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjU0OWVlY2ZjLTBkNDItNDM3Mi1iZjIxLWU1YmEzNzg5YTUwMyIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzc0NzAxODYyfQ.44KXETRVeBoqXrhWqHlILPqKsplefc2L5Pq6KCPbOZs
|
|
3052
|
+
refresh_token: a4CSEMEK99SqC2oZE68EJZit
|
|
3079
3053
|
user:
|
|
3080
3054
|
id: cus_UkLWZg9DAJ
|
|
3081
3055
|
email: customer@example.com
|
|
3082
|
-
first_name:
|
|
3083
|
-
last_name:
|
|
3056
|
+
first_name: Sonya
|
|
3057
|
+
last_name: Mraz
|
|
3084
3058
|
phone:
|
|
3085
3059
|
accepts_email_marketing: false
|
|
3086
|
-
created_at: '2026-03-26T13:17:30.401Z'
|
|
3087
|
-
updated_at: '2026-03-26T13:17:30.678Z'
|
|
3088
3060
|
available_store_credit_total: '0'
|
|
3089
3061
|
display_available_store_credit_total: "$0.00"
|
|
3090
3062
|
addresses: []
|
|
@@ -3253,8 +3225,8 @@ paths:
|
|
|
3253
3225
|
example:
|
|
3254
3226
|
data:
|
|
3255
3227
|
- id: or_UkLWZg9DAJ
|
|
3256
|
-
number:
|
|
3257
|
-
email:
|
|
3228
|
+
number: R934867648
|
|
3229
|
+
email: barb@dibbert.ca
|
|
3258
3230
|
customer_note:
|
|
3259
3231
|
currency: USD
|
|
3260
3232
|
locale: en
|
|
@@ -3281,9 +3253,9 @@ paths:
|
|
|
3281
3253
|
display_delivery_total: "$100.00"
|
|
3282
3254
|
fulfillment_status:
|
|
3283
3255
|
payment_status:
|
|
3284
|
-
completed_at: '2026-03-
|
|
3285
|
-
created_at: '2026-03-
|
|
3286
|
-
updated_at: '2026-03-
|
|
3256
|
+
completed_at: '2026-03-28T11:44:23.271Z'
|
|
3257
|
+
created_at: '2026-03-28T11:44:23.227Z'
|
|
3258
|
+
updated_at: '2026-03-28T11:44:23.271Z'
|
|
3287
3259
|
store_credit_total: '0.0'
|
|
3288
3260
|
display_store_credit_total: "$0.00"
|
|
3289
3261
|
covered_by_store_credit: false
|
|
@@ -3293,8 +3265,8 @@ paths:
|
|
|
3293
3265
|
variant_id: variant_UkLWZg9DAJ
|
|
3294
3266
|
quantity: 1
|
|
3295
3267
|
currency: USD
|
|
3296
|
-
name: Product
|
|
3297
|
-
slug: product-
|
|
3268
|
+
name: Product 209012
|
|
3269
|
+
slug: product-209012
|
|
3298
3270
|
options_text: ''
|
|
3299
3271
|
price: '10.0'
|
|
3300
3272
|
display_price: "$10.00"
|
|
@@ -3313,21 +3285,17 @@ paths:
|
|
|
3313
3285
|
discounted_amount: '10.0'
|
|
3314
3286
|
display_discounted_amount: "$10.00"
|
|
3315
3287
|
display_compare_at_amount: "$0.00"
|
|
3316
|
-
created_at: '2026-03-26T13:17:31.600Z'
|
|
3317
|
-
updated_at: '2026-03-26T13:17:31.600Z'
|
|
3318
3288
|
compare_at_amount:
|
|
3319
3289
|
thumbnail_url:
|
|
3320
3290
|
option_values: []
|
|
3321
3291
|
digital_links: []
|
|
3322
3292
|
fulfillments:
|
|
3323
3293
|
- id: ful_UkLWZg9DAJ
|
|
3324
|
-
number:
|
|
3294
|
+
number: H88162870948
|
|
3325
3295
|
tracking: U10000
|
|
3326
3296
|
tracking_url:
|
|
3327
3297
|
cost: '100.0'
|
|
3328
3298
|
display_cost: "$100.00"
|
|
3329
|
-
created_at: '2026-03-26T13:17:31.605Z'
|
|
3330
|
-
updated_at: '2026-03-26T13:17:31.622Z'
|
|
3331
3299
|
status: pending
|
|
3332
3300
|
fulfillment_type: shipping
|
|
3333
3301
|
fulfilled_at:
|
|
@@ -3342,7 +3310,7 @@ paths:
|
|
|
3342
3310
|
stock_location:
|
|
3343
3311
|
id: sloc_UkLWZg9DAJ
|
|
3344
3312
|
state_abbr: STATE_ABBR_87
|
|
3345
|
-
name:
|
|
3313
|
+
name: Bernardo D'Amore
|
|
3346
3314
|
address1: 1600 Pennsylvania Ave NW
|
|
3347
3315
|
city: Washington
|
|
3348
3316
|
zipcode: '20500'
|
|
@@ -3494,8 +3462,8 @@ paths:
|
|
|
3494
3462
|
application/json:
|
|
3495
3463
|
example:
|
|
3496
3464
|
id: or_UkLWZg9DAJ
|
|
3497
|
-
number:
|
|
3498
|
-
email:
|
|
3465
|
+
number: R054468339
|
|
3466
|
+
email: frederic.goyette@schmittstokes.ca
|
|
3499
3467
|
customer_note:
|
|
3500
3468
|
currency: USD
|
|
3501
3469
|
locale: en
|
|
@@ -3522,9 +3490,9 @@ paths:
|
|
|
3522
3490
|
display_delivery_total: "$100.00"
|
|
3523
3491
|
fulfillment_status:
|
|
3524
3492
|
payment_status:
|
|
3525
|
-
completed_at: '2026-03-
|
|
3526
|
-
created_at: '2026-03-
|
|
3527
|
-
updated_at: '2026-03-
|
|
3493
|
+
completed_at: '2026-03-28T11:44:23.941Z'
|
|
3494
|
+
created_at: '2026-03-28T11:44:23.896Z'
|
|
3495
|
+
updated_at: '2026-03-28T11:44:23.941Z'
|
|
3528
3496
|
store_credit_total: '0.0'
|
|
3529
3497
|
display_store_credit_total: "$0.00"
|
|
3530
3498
|
covered_by_store_credit: false
|
|
@@ -3534,8 +3502,8 @@ paths:
|
|
|
3534
3502
|
variant_id: variant_UkLWZg9DAJ
|
|
3535
3503
|
quantity: 1
|
|
3536
3504
|
currency: USD
|
|
3537
|
-
name: Product
|
|
3538
|
-
slug: product-
|
|
3505
|
+
name: Product 223107
|
|
3506
|
+
slug: product-223107
|
|
3539
3507
|
options_text: ''
|
|
3540
3508
|
price: '10.0'
|
|
3541
3509
|
display_price: "$10.00"
|
|
@@ -3554,21 +3522,17 @@ paths:
|
|
|
3554
3522
|
discounted_amount: '10.0'
|
|
3555
3523
|
display_discounted_amount: "$10.00"
|
|
3556
3524
|
display_compare_at_amount: "$0.00"
|
|
3557
|
-
created_at: '2026-03-26T13:17:32.324Z'
|
|
3558
|
-
updated_at: '2026-03-26T13:17:32.324Z'
|
|
3559
3525
|
compare_at_amount:
|
|
3560
3526
|
thumbnail_url:
|
|
3561
3527
|
option_values: []
|
|
3562
3528
|
digital_links: []
|
|
3563
3529
|
fulfillments:
|
|
3564
3530
|
- id: ful_UkLWZg9DAJ
|
|
3565
|
-
number:
|
|
3531
|
+
number: H44182774077
|
|
3566
3532
|
tracking: U10000
|
|
3567
3533
|
tracking_url:
|
|
3568
3534
|
cost: '100.0'
|
|
3569
3535
|
display_cost: "$100.00"
|
|
3570
|
-
created_at: '2026-03-26T13:17:32.330Z'
|
|
3571
|
-
updated_at: '2026-03-26T13:17:32.344Z'
|
|
3572
3536
|
status: pending
|
|
3573
3537
|
fulfillment_type: shipping
|
|
3574
3538
|
fulfilled_at:
|
|
@@ -3583,7 +3547,7 @@ paths:
|
|
|
3583
3547
|
stock_location:
|
|
3584
3548
|
id: sloc_UkLWZg9DAJ
|
|
3585
3549
|
state_abbr: STATE_ABBR_93
|
|
3586
|
-
name:
|
|
3550
|
+
name: Karin Marquardt
|
|
3587
3551
|
address1: 1600 Pennsylvania Ave NW
|
|
3588
3552
|
city: Washington
|
|
3589
3553
|
zipcode: '20500'
|
|
@@ -3694,8 +3658,8 @@ paths:
|
|
|
3694
3658
|
content:
|
|
3695
3659
|
application/json:
|
|
3696
3660
|
example:
|
|
3697
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
3698
|
-
refresh_token:
|
|
3661
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6ImIyZGZiZDFiLWE5NGItNDVhYi04Y2YxLTExNjVlZGI4OWQ5OSIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzc0NzAxODY1fQ.EHiaf5YSt3nevdCg0WDb3j3oxg8K7JKUncwNBWrLhh4
|
|
3662
|
+
refresh_token: sPsJbH7r4zV8hkctor6Vzv6L
|
|
3699
3663
|
user:
|
|
3700
3664
|
id: cus_UkLWZg9DAJ
|
|
3701
3665
|
email: newuser@example.com
|
|
@@ -3703,8 +3667,6 @@ paths:
|
|
|
3703
3667
|
last_name: Doe
|
|
3704
3668
|
phone: "+1234567890"
|
|
3705
3669
|
accepts_email_marketing: true
|
|
3706
|
-
created_at: '2026-03-26T13:17:33.628Z'
|
|
3707
|
-
updated_at: '2026-03-26T13:17:33.628Z'
|
|
3708
3670
|
available_store_credit_total: '0'
|
|
3709
3671
|
display_available_store_credit_total: "$0.00"
|
|
3710
3672
|
addresses: []
|
|
@@ -3810,13 +3772,11 @@ paths:
|
|
|
3810
3772
|
application/json:
|
|
3811
3773
|
example:
|
|
3812
3774
|
id: cus_UkLWZg9DAJ
|
|
3813
|
-
email:
|
|
3814
|
-
first_name:
|
|
3815
|
-
last_name:
|
|
3775
|
+
email: myrna.klocko@waters.co.uk
|
|
3776
|
+
first_name: Merilyn
|
|
3777
|
+
last_name: Connelly
|
|
3816
3778
|
phone: 555-555-0199
|
|
3817
3779
|
accepts_email_marketing: false
|
|
3818
|
-
created_at: '2026-03-26T13:17:34.185Z'
|
|
3819
|
-
updated_at: '2026-03-26T13:17:34.461Z'
|
|
3820
3780
|
available_store_credit_total: '0'
|
|
3821
3781
|
display_available_store_credit_total: "$0.00"
|
|
3822
3782
|
addresses:
|
|
@@ -3950,13 +3910,11 @@ paths:
|
|
|
3950
3910
|
application/json:
|
|
3951
3911
|
example:
|
|
3952
3912
|
id: cus_UkLWZg9DAJ
|
|
3953
|
-
email:
|
|
3913
|
+
email: nicol_hermiston@dickiullrich.biz
|
|
3954
3914
|
first_name: Updated
|
|
3955
3915
|
last_name: Name
|
|
3956
3916
|
phone: 555-555-0199
|
|
3957
3917
|
accepts_email_marketing: false
|
|
3958
|
-
created_at: '2026-03-26T13:17:34.767Z'
|
|
3959
|
-
updated_at: '2026-03-26T13:17:35.054Z'
|
|
3960
3918
|
available_store_credit_total: '0'
|
|
3961
3919
|
display_available_store_credit_total: "$0.00"
|
|
3962
3920
|
addresses:
|
|
@@ -4190,9 +4148,9 @@ paths:
|
|
|
4190
4148
|
application/json:
|
|
4191
4149
|
example:
|
|
4192
4150
|
id: cart_UkLWZg9DAJ
|
|
4193
|
-
number:
|
|
4194
|
-
token:
|
|
4195
|
-
email:
|
|
4151
|
+
number: R444503967
|
|
4152
|
+
token: eiBwUd1gzUm9j2EPZDbfyufdPco4eLrNX3e
|
|
4153
|
+
email: johnathon@considineturcotte.ca
|
|
4196
4154
|
customer_note:
|
|
4197
4155
|
currency: USD
|
|
4198
4156
|
locale: en
|
|
@@ -4218,8 +4176,8 @@ paths:
|
|
|
4218
4176
|
delivery_total: '100.0'
|
|
4219
4177
|
display_delivery_total: "$100.00"
|
|
4220
4178
|
warnings: []
|
|
4221
|
-
created_at: '2026-03-
|
|
4222
|
-
updated_at: '2026-03-
|
|
4179
|
+
created_at: '2026-03-28T11:44:29.782Z'
|
|
4180
|
+
updated_at: '2026-03-28T11:44:29.901Z'
|
|
4223
4181
|
store_credit_total: '0.0'
|
|
4224
4182
|
display_store_credit_total: "$0.00"
|
|
4225
4183
|
covered_by_store_credit: false
|
|
@@ -4243,8 +4201,8 @@ paths:
|
|
|
4243
4201
|
variant_id: variant_UkLWZg9DAJ
|
|
4244
4202
|
quantity: 1
|
|
4245
4203
|
currency: USD
|
|
4246
|
-
name: Product
|
|
4247
|
-
slug: product-
|
|
4204
|
+
name: Product 304880
|
|
4205
|
+
slug: product-304880
|
|
4248
4206
|
options_text: ''
|
|
4249
4207
|
price: '10.0'
|
|
4250
4208
|
display_price: "$10.00"
|
|
@@ -4263,21 +4221,17 @@ paths:
|
|
|
4263
4221
|
discounted_amount: '0.0'
|
|
4264
4222
|
display_discounted_amount: "$0.00"
|
|
4265
4223
|
display_compare_at_amount: "$0.00"
|
|
4266
|
-
created_at: '2026-03-26T13:17:38.607Z'
|
|
4267
|
-
updated_at: '2026-03-26T13:17:38.700Z'
|
|
4268
4224
|
compare_at_amount:
|
|
4269
4225
|
thumbnail_url:
|
|
4270
4226
|
option_values: []
|
|
4271
4227
|
digital_links: []
|
|
4272
4228
|
fulfillments:
|
|
4273
4229
|
- id: ful_UkLWZg9DAJ
|
|
4274
|
-
number:
|
|
4230
|
+
number: H75182966011
|
|
4275
4231
|
tracking: U10000
|
|
4276
4232
|
tracking_url:
|
|
4277
4233
|
cost: '100.0'
|
|
4278
4234
|
display_cost: "$100.00"
|
|
4279
|
-
created_at: '2026-03-26T13:17:38.621Z'
|
|
4280
|
-
updated_at: '2026-03-26T13:17:38.639Z'
|
|
4281
4235
|
status: pending
|
|
4282
4236
|
fulfillment_type: shipping
|
|
4283
4237
|
fulfilled_at:
|
|
@@ -4292,7 +4246,7 @@ paths:
|
|
|
4292
4246
|
stock_location:
|
|
4293
4247
|
id: sloc_UkLWZg9DAJ
|
|
4294
4248
|
state_abbr: STATE_ABBR_119
|
|
4295
|
-
name:
|
|
4249
|
+
name: Breanna Shields
|
|
4296
4250
|
address1: 1600 Pennsylvania Ave NW
|
|
4297
4251
|
city: Washington
|
|
4298
4252
|
zipcode: '20500'
|
|
@@ -4436,9 +4390,9 @@ paths:
|
|
|
4436
4390
|
application/json:
|
|
4437
4391
|
example:
|
|
4438
4392
|
id: cart_UkLWZg9DAJ
|
|
4439
|
-
number:
|
|
4440
|
-
token:
|
|
4441
|
-
email:
|
|
4393
|
+
number: R093153548
|
|
4394
|
+
token: zcMpv8HYsaCytmyVS1TjE9uKCLPQ9CN65Dp
|
|
4395
|
+
email: donetta_moore@ryansatterfield.com
|
|
4442
4396
|
customer_note:
|
|
4443
4397
|
currency: USD
|
|
4444
4398
|
locale: en
|
|
@@ -4464,8 +4418,8 @@ paths:
|
|
|
4464
4418
|
delivery_total: '100.0'
|
|
4465
4419
|
display_delivery_total: "$100.00"
|
|
4466
4420
|
warnings: []
|
|
4467
|
-
created_at: '2026-03-
|
|
4468
|
-
updated_at: '2026-03-
|
|
4421
|
+
created_at: '2026-03-28T11:44:31.091Z'
|
|
4422
|
+
updated_at: '2026-03-28T11:44:31.190Z'
|
|
4469
4423
|
store_credit_total: '0.0'
|
|
4470
4424
|
display_store_credit_total: "$0.00"
|
|
4471
4425
|
covered_by_store_credit: false
|
|
@@ -4482,8 +4436,8 @@ paths:
|
|
|
4482
4436
|
variant_id: variant_UkLWZg9DAJ
|
|
4483
4437
|
quantity: 1
|
|
4484
4438
|
currency: USD
|
|
4485
|
-
name: Product
|
|
4486
|
-
slug: product-
|
|
4439
|
+
name: Product 32585
|
|
4440
|
+
slug: product-32585
|
|
4487
4441
|
options_text: ''
|
|
4488
4442
|
price: '10.0'
|
|
4489
4443
|
display_price: "$10.00"
|
|
@@ -4502,21 +4456,17 @@ paths:
|
|
|
4502
4456
|
discounted_amount: '10.0'
|
|
4503
4457
|
display_discounted_amount: "$10.00"
|
|
4504
4458
|
display_compare_at_amount: "$0.00"
|
|
4505
|
-
created_at: '2026-03-26T13:17:40.050Z'
|
|
4506
|
-
updated_at: '2026-03-26T13:17:40.143Z'
|
|
4507
4459
|
compare_at_amount:
|
|
4508
4460
|
thumbnail_url:
|
|
4509
4461
|
option_values: []
|
|
4510
4462
|
digital_links: []
|
|
4511
4463
|
fulfillments:
|
|
4512
4464
|
- id: ful_UkLWZg9DAJ
|
|
4513
|
-
number:
|
|
4465
|
+
number: H30384688007
|
|
4514
4466
|
tracking: U10000
|
|
4515
4467
|
tracking_url:
|
|
4516
4468
|
cost: '100.0'
|
|
4517
4469
|
display_cost: "$100.00"
|
|
4518
|
-
created_at: '2026-03-26T13:17:40.056Z'
|
|
4519
|
-
updated_at: '2026-03-26T13:17:40.075Z'
|
|
4520
4470
|
status: pending
|
|
4521
4471
|
fulfillment_type: shipping
|
|
4522
4472
|
fulfilled_at:
|
|
@@ -4531,7 +4481,7 @@ paths:
|
|
|
4531
4481
|
stock_location:
|
|
4532
4482
|
id: sloc_UkLWZg9DAJ
|
|
4533
4483
|
state_abbr: STATE_ABBR_127
|
|
4534
|
-
name:
|
|
4484
|
+
name: Ursula Fahey
|
|
4535
4485
|
address1: 1600 Pennsylvania Ave NW
|
|
4536
4486
|
city: Washington
|
|
4537
4487
|
zipcode: '20500'
|
|
@@ -4664,9 +4614,9 @@ paths:
|
|
|
4664
4614
|
application/json:
|
|
4665
4615
|
example:
|
|
4666
4616
|
id: cart_UkLWZg9DAJ
|
|
4667
|
-
number:
|
|
4668
|
-
token:
|
|
4669
|
-
email:
|
|
4617
|
+
number: R110309902
|
|
4618
|
+
token: MGPrPetRsoMGoh7GCZg2oDXth6PE3xBsctq
|
|
4619
|
+
email: dalia@homenick.us
|
|
4670
4620
|
customer_note:
|
|
4671
4621
|
currency: USD
|
|
4672
4622
|
locale: en
|
|
@@ -4692,8 +4642,8 @@ paths:
|
|
|
4692
4642
|
delivery_total: '100.0'
|
|
4693
4643
|
display_delivery_total: "$100.00"
|
|
4694
4644
|
warnings: []
|
|
4695
|
-
created_at: '2026-03-
|
|
4696
|
-
updated_at: '2026-03-
|
|
4645
|
+
created_at: '2026-03-28T11:44:32.362Z'
|
|
4646
|
+
updated_at: '2026-03-28T11:44:32.511Z'
|
|
4697
4647
|
store_credit_total: '0.0'
|
|
4698
4648
|
display_store_credit_total: "$0.00"
|
|
4699
4649
|
covered_by_store_credit: false
|
|
@@ -4712,8 +4662,8 @@ paths:
|
|
|
4712
4662
|
variant_id: variant_UkLWZg9DAJ
|
|
4713
4663
|
quantity: 1
|
|
4714
4664
|
currency: USD
|
|
4715
|
-
name: Product
|
|
4716
|
-
slug: product-
|
|
4665
|
+
name: Product 346829
|
|
4666
|
+
slug: product-346829
|
|
4717
4667
|
options_text: ''
|
|
4718
4668
|
price: '10.0'
|
|
4719
4669
|
display_price: "$10.00"
|
|
@@ -4732,21 +4682,17 @@ paths:
|
|
|
4732
4682
|
discounted_amount: '10.0'
|
|
4733
4683
|
display_discounted_amount: "$10.00"
|
|
4734
4684
|
display_compare_at_amount: "$0.00"
|
|
4735
|
-
created_at: '2026-03-26T13:17:41.494Z'
|
|
4736
|
-
updated_at: '2026-03-26T13:17:41.494Z'
|
|
4737
4685
|
compare_at_amount:
|
|
4738
4686
|
thumbnail_url:
|
|
4739
4687
|
option_values: []
|
|
4740
4688
|
digital_links: []
|
|
4741
4689
|
fulfillments:
|
|
4742
4690
|
- id: ful_UkLWZg9DAJ
|
|
4743
|
-
number:
|
|
4691
|
+
number: H78479855794
|
|
4744
4692
|
tracking: U10000
|
|
4745
4693
|
tracking_url:
|
|
4746
4694
|
cost: '100.0'
|
|
4747
4695
|
display_cost: "$100.00"
|
|
4748
|
-
created_at: '2026-03-26T13:17:41.501Z'
|
|
4749
|
-
updated_at: '2026-03-26T13:17:41.546Z'
|
|
4750
4696
|
status: pending
|
|
4751
4697
|
fulfillment_type: shipping
|
|
4752
4698
|
fulfilled_at:
|
|
@@ -4761,7 +4707,7 @@ paths:
|
|
|
4761
4707
|
stock_location:
|
|
4762
4708
|
id: sloc_UkLWZg9DAJ
|
|
4763
4709
|
state_abbr: STATE_ABBR_135
|
|
4764
|
-
name:
|
|
4710
|
+
name: Pauletta Cassin
|
|
4765
4711
|
address1: 1600 Pennsylvania Ave NW
|
|
4766
4712
|
city: Washington
|
|
4767
4713
|
zipcode: '20500'
|
|
@@ -4908,9 +4854,9 @@ paths:
|
|
|
4908
4854
|
application/json:
|
|
4909
4855
|
example:
|
|
4910
4856
|
id: cart_UkLWZg9DAJ
|
|
4911
|
-
number:
|
|
4912
|
-
token:
|
|
4913
|
-
email:
|
|
4857
|
+
number: R545542575
|
|
4858
|
+
token: DW2dg4pAkWTJJcqTC2ud2swBBbTtYo7RRfU
|
|
4859
|
+
email: arvilla_eichmann@brekke.biz
|
|
4914
4860
|
customer_note:
|
|
4915
4861
|
currency: USD
|
|
4916
4862
|
locale: en
|
|
@@ -4936,8 +4882,8 @@ paths:
|
|
|
4936
4882
|
delivery_total: '100.0'
|
|
4937
4883
|
display_delivery_total: "$100.00"
|
|
4938
4884
|
warnings: []
|
|
4939
|
-
created_at: '2026-03-
|
|
4940
|
-
updated_at: '2026-03-
|
|
4885
|
+
created_at: '2026-03-28T11:44:33.720Z'
|
|
4886
|
+
updated_at: '2026-03-28T11:44:33.850Z'
|
|
4941
4887
|
store_credit_total: '50.0'
|
|
4942
4888
|
display_store_credit_total: "-$50.00"
|
|
4943
4889
|
covered_by_store_credit: false
|
|
@@ -4951,8 +4897,8 @@ paths:
|
|
|
4951
4897
|
variant_id: variant_UkLWZg9DAJ
|
|
4952
4898
|
quantity: 1
|
|
4953
4899
|
currency: USD
|
|
4954
|
-
name: Product
|
|
4955
|
-
slug: product-
|
|
4900
|
+
name: Product 365753
|
|
4901
|
+
slug: product-365753
|
|
4956
4902
|
options_text: ''
|
|
4957
4903
|
price: '10.0'
|
|
4958
4904
|
display_price: "$10.00"
|
|
@@ -4971,21 +4917,17 @@ paths:
|
|
|
4971
4917
|
discounted_amount: '10.0'
|
|
4972
4918
|
display_discounted_amount: "$10.00"
|
|
4973
4919
|
display_compare_at_amount: "$0.00"
|
|
4974
|
-
created_at: '2026-03-26T13:17:42.813Z'
|
|
4975
|
-
updated_at: '2026-03-26T13:17:42.813Z'
|
|
4976
4920
|
compare_at_amount:
|
|
4977
4921
|
thumbnail_url:
|
|
4978
4922
|
option_values: []
|
|
4979
4923
|
digital_links: []
|
|
4980
4924
|
fulfillments:
|
|
4981
4925
|
- id: ful_UkLWZg9DAJ
|
|
4982
|
-
number:
|
|
4926
|
+
number: H60316070046
|
|
4983
4927
|
tracking: U10000
|
|
4984
4928
|
tracking_url:
|
|
4985
4929
|
cost: '100.0'
|
|
4986
4930
|
display_cost: "$100.00"
|
|
4987
|
-
created_at: '2026-03-26T13:17:42.819Z'
|
|
4988
|
-
updated_at: '2026-03-26T13:17:42.833Z'
|
|
4989
4931
|
status: pending
|
|
4990
4932
|
fulfillment_type: shipping
|
|
4991
4933
|
fulfilled_at:
|
|
@@ -5000,7 +4942,7 @@ paths:
|
|
|
5000
4942
|
stock_location:
|
|
5001
4943
|
id: sloc_UkLWZg9DAJ
|
|
5002
4944
|
state_abbr: STATE_ABBR_143
|
|
5003
|
-
name:
|
|
4945
|
+
name: Digna Turcotte
|
|
5004
4946
|
address1: 1600 Pennsylvania Ave NW
|
|
5005
4947
|
city: Washington
|
|
5006
4948
|
zipcode: '20500'
|
|
@@ -5021,12 +4963,10 @@ paths:
|
|
|
5021
4963
|
payments:
|
|
5022
4964
|
- id: py_UkLWZg9DAJ
|
|
5023
4965
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5024
|
-
response_code: 1-SC-
|
|
5025
|
-
number:
|
|
4966
|
+
response_code: 1-SC-20260328114433841691
|
|
4967
|
+
number: PGO2TT4V
|
|
5026
4968
|
amount: '50.0'
|
|
5027
4969
|
display_amount: "$50.00"
|
|
5028
|
-
created_at: '2026-03-26T13:17:42.888Z'
|
|
5029
|
-
updated_at: '2026-03-26T13:17:42.888Z'
|
|
5030
4970
|
status: checkout
|
|
5031
4971
|
source_type: store_credit
|
|
5032
4972
|
source_id: credit_UkLWZg9DAJ
|
|
@@ -5105,8 +5045,8 @@ paths:
|
|
|
5105
5045
|
redeemed_at:
|
|
5106
5046
|
expired: false
|
|
5107
5047
|
active: true
|
|
5108
|
-
created_at: '2026-03-
|
|
5109
|
-
updated_at: '2026-03-
|
|
5048
|
+
created_at: '2026-03-28T11:44:33.792Z'
|
|
5049
|
+
updated_at: '2026-03-28T11:44:33.837Z'
|
|
5110
5050
|
schema:
|
|
5111
5051
|
"$ref": "#/components/schemas/Cart"
|
|
5112
5052
|
'404':
|
|
@@ -5201,9 +5141,9 @@ paths:
|
|
|
5201
5141
|
application/json:
|
|
5202
5142
|
example:
|
|
5203
5143
|
id: cart_UkLWZg9DAJ
|
|
5204
|
-
number:
|
|
5205
|
-
token:
|
|
5206
|
-
email:
|
|
5144
|
+
number: R905284090
|
|
5145
|
+
token: bTgK6d3CQwzXjqd2kQ2RicG37oXwFsiQCCt
|
|
5146
|
+
email: marcus@kuhiclittle.ca
|
|
5207
5147
|
customer_note:
|
|
5208
5148
|
currency: USD
|
|
5209
5149
|
locale: en
|
|
@@ -5229,8 +5169,8 @@ paths:
|
|
|
5229
5169
|
delivery_total: '100.0'
|
|
5230
5170
|
display_delivery_total: "$100.00"
|
|
5231
5171
|
warnings: []
|
|
5232
|
-
created_at: '2026-03-
|
|
5233
|
-
updated_at: '2026-03-
|
|
5172
|
+
created_at: '2026-03-28T11:44:36.269Z'
|
|
5173
|
+
updated_at: '2026-03-28T11:44:36.358Z'
|
|
5234
5174
|
store_credit_total: '0.0'
|
|
5235
5175
|
display_store_credit_total: "$0.00"
|
|
5236
5176
|
covered_by_store_credit: false
|
|
@@ -5247,8 +5187,8 @@ paths:
|
|
|
5247
5187
|
variant_id: variant_UkLWZg9DAJ
|
|
5248
5188
|
quantity: 1
|
|
5249
5189
|
currency: USD
|
|
5250
|
-
name: Product
|
|
5251
|
-
slug: product-
|
|
5190
|
+
name: Product 405163
|
|
5191
|
+
slug: product-405163
|
|
5252
5192
|
options_text: ''
|
|
5253
5193
|
price: '10.0'
|
|
5254
5194
|
display_price: "$10.00"
|
|
@@ -5267,21 +5207,17 @@ paths:
|
|
|
5267
5207
|
discounted_amount: '10.0'
|
|
5268
5208
|
display_discounted_amount: "$10.00"
|
|
5269
5209
|
display_compare_at_amount: "$0.00"
|
|
5270
|
-
created_at: '2026-03-26T13:17:45.510Z'
|
|
5271
|
-
updated_at: '2026-03-26T13:17:45.510Z'
|
|
5272
5210
|
compare_at_amount:
|
|
5273
5211
|
thumbnail_url:
|
|
5274
5212
|
option_values: []
|
|
5275
5213
|
digital_links: []
|
|
5276
5214
|
fulfillments:
|
|
5277
5215
|
- id: ful_UkLWZg9DAJ
|
|
5278
|
-
number:
|
|
5216
|
+
number: H92430188729
|
|
5279
5217
|
tracking: U10000
|
|
5280
5218
|
tracking_url:
|
|
5281
5219
|
cost: '100.0'
|
|
5282
5220
|
display_cost: "$100.00"
|
|
5283
|
-
created_at: '2026-03-26T13:17:45.516Z'
|
|
5284
|
-
updated_at: '2026-03-26T13:17:45.531Z'
|
|
5285
5221
|
status: pending
|
|
5286
5222
|
fulfillment_type: shipping
|
|
5287
5223
|
fulfilled_at:
|
|
@@ -5296,7 +5232,7 @@ paths:
|
|
|
5296
5232
|
stock_location:
|
|
5297
5233
|
id: sloc_UkLWZg9DAJ
|
|
5298
5234
|
state_abbr: STATE_ABBR_159
|
|
5299
|
-
name:
|
|
5235
|
+
name: Verda Boehm
|
|
5300
5236
|
address1: 1600 Pennsylvania Ave NW
|
|
5301
5237
|
city: Washington
|
|
5302
5238
|
zipcode: '20500'
|
|
@@ -5317,12 +5253,10 @@ paths:
|
|
|
5317
5253
|
payments:
|
|
5318
5254
|
- id: py_UkLWZg9DAJ
|
|
5319
5255
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5320
|
-
response_code: 1-SC-
|
|
5321
|
-
number:
|
|
5256
|
+
response_code: 1-SC-20260328114436330511
|
|
5257
|
+
number: PHLRKBG6
|
|
5322
5258
|
amount: '50.0'
|
|
5323
5259
|
display_amount: "$50.00"
|
|
5324
|
-
created_at: '2026-03-26T13:17:45.557Z'
|
|
5325
|
-
updated_at: '2026-03-26T13:17:45.582Z'
|
|
5326
5260
|
status: invalid
|
|
5327
5261
|
source_type: store_credit
|
|
5328
5262
|
source_id: credit_UkLWZg9DAJ
|
|
@@ -5442,7 +5376,7 @@ paths:
|
|
|
5442
5376
|
example:
|
|
5443
5377
|
data:
|
|
5444
5378
|
- id: gc_UkLWZg9DAJ
|
|
5445
|
-
code:
|
|
5379
|
+
code: FBA16C8E6123587D
|
|
5446
5380
|
status: active
|
|
5447
5381
|
currency: USD
|
|
5448
5382
|
amount: '10.0'
|
|
@@ -5456,8 +5390,8 @@ paths:
|
|
|
5456
5390
|
redeemed_at:
|
|
5457
5391
|
expired: false
|
|
5458
5392
|
active: true
|
|
5459
|
-
created_at: '2026-03-
|
|
5460
|
-
updated_at: '2026-03-
|
|
5393
|
+
created_at: '2026-03-28T11:44:36.916Z'
|
|
5394
|
+
updated_at: '2026-03-28T11:44:36.916Z'
|
|
5461
5395
|
meta:
|
|
5462
5396
|
page: 1
|
|
5463
5397
|
limit: 25
|
|
@@ -5540,7 +5474,7 @@ paths:
|
|
|
5540
5474
|
application/json:
|
|
5541
5475
|
example:
|
|
5542
5476
|
id: gc_UkLWZg9DAJ
|
|
5543
|
-
code:
|
|
5477
|
+
code: 569C3E82B692C7E7
|
|
5544
5478
|
status: active
|
|
5545
5479
|
currency: USD
|
|
5546
5480
|
amount: '10.0'
|
|
@@ -5554,8 +5488,8 @@ paths:
|
|
|
5554
5488
|
redeemed_at:
|
|
5555
5489
|
expired: false
|
|
5556
5490
|
active: true
|
|
5557
|
-
created_at: '2026-03-
|
|
5558
|
-
updated_at: '2026-03-
|
|
5491
|
+
created_at: '2026-03-28T11:44:37.997Z'
|
|
5492
|
+
updated_at: '2026-03-28T11:44:37.997Z'
|
|
5559
5493
|
schema:
|
|
5560
5494
|
"$ref": "#/components/schemas/GiftCard"
|
|
5561
5495
|
'404':
|
|
@@ -5632,9 +5566,9 @@ paths:
|
|
|
5632
5566
|
application/json:
|
|
5633
5567
|
example:
|
|
5634
5568
|
id: cart_UkLWZg9DAJ
|
|
5635
|
-
number:
|
|
5636
|
-
token:
|
|
5637
|
-
email:
|
|
5569
|
+
number: R725896129
|
|
5570
|
+
token: wSmPLJnZ9GK874o8L2STLPCy9796YBdY6gS
|
|
5571
|
+
email: myesha_nitzsche@klingmayer.co.uk
|
|
5638
5572
|
customer_note:
|
|
5639
5573
|
currency: USD
|
|
5640
5574
|
locale: en
|
|
@@ -5660,8 +5594,8 @@ paths:
|
|
|
5660
5594
|
delivery_total: '0.0'
|
|
5661
5595
|
display_delivery_total: "$0.00"
|
|
5662
5596
|
warnings: []
|
|
5663
|
-
created_at: '2026-03-
|
|
5664
|
-
updated_at: '2026-03-
|
|
5597
|
+
created_at: '2026-03-28T11:44:39.810Z'
|
|
5598
|
+
updated_at: '2026-03-28T11:44:39.914Z'
|
|
5665
5599
|
store_credit_total: '0.0'
|
|
5666
5600
|
display_store_credit_total: "$0.00"
|
|
5667
5601
|
covered_by_store_credit: false
|
|
@@ -5684,8 +5618,8 @@ paths:
|
|
|
5684
5618
|
variant_id: variant_UkLWZg9DAJ
|
|
5685
5619
|
quantity: 1
|
|
5686
5620
|
currency: USD
|
|
5687
|
-
name: Product
|
|
5688
|
-
slug: product-
|
|
5621
|
+
name: Product 439896
|
|
5622
|
+
slug: product-439896
|
|
5689
5623
|
options_text: ''
|
|
5690
5624
|
price: '10.0'
|
|
5691
5625
|
display_price: "$10.00"
|
|
@@ -5704,8 +5638,6 @@ paths:
|
|
|
5704
5638
|
discounted_amount: '10.0'
|
|
5705
5639
|
display_discounted_amount: "$10.00"
|
|
5706
5640
|
display_compare_at_amount: "$0.00"
|
|
5707
|
-
created_at: '2026-03-26T13:17:49.199Z'
|
|
5708
|
-
updated_at: '2026-03-26T13:17:49.199Z'
|
|
5709
5641
|
compare_at_amount:
|
|
5710
5642
|
thumbnail_url:
|
|
5711
5643
|
option_values: []
|
|
@@ -5714,8 +5646,8 @@ paths:
|
|
|
5714
5646
|
variant_id: variant_gbHJdmfrXB
|
|
5715
5647
|
quantity: 1
|
|
5716
5648
|
currency: USD
|
|
5717
|
-
name: Product
|
|
5718
|
-
slug: product-
|
|
5649
|
+
name: Product 443194
|
|
5650
|
+
slug: product-443194
|
|
5719
5651
|
options_text: ''
|
|
5720
5652
|
price: '19.99'
|
|
5721
5653
|
display_price: "$19.99"
|
|
@@ -5734,8 +5666,6 @@ paths:
|
|
|
5734
5666
|
discounted_amount: '19.99'
|
|
5735
5667
|
display_discounted_amount: "$19.99"
|
|
5736
5668
|
display_compare_at_amount: "$0.00"
|
|
5737
|
-
created_at: '2026-03-26T13:17:49.245Z'
|
|
5738
|
-
updated_at: '2026-03-26T13:17:49.245Z'
|
|
5739
5669
|
compare_at_amount:
|
|
5740
5670
|
thumbnail_url:
|
|
5741
5671
|
option_values: []
|
|
@@ -5858,9 +5788,9 @@ paths:
|
|
|
5858
5788
|
application/json:
|
|
5859
5789
|
example:
|
|
5860
5790
|
id: cart_UkLWZg9DAJ
|
|
5861
|
-
number:
|
|
5862
|
-
token:
|
|
5863
|
-
email:
|
|
5791
|
+
number: R205272356
|
|
5792
|
+
token: Hj1DwwY7WR3KJ9Jo6mMdDdTGmn3KFr4XBdc
|
|
5793
|
+
email: kacie@senger.info
|
|
5864
5794
|
customer_note:
|
|
5865
5795
|
currency: USD
|
|
5866
5796
|
locale: en
|
|
@@ -5886,8 +5816,8 @@ paths:
|
|
|
5886
5816
|
delivery_total: '0.0'
|
|
5887
5817
|
display_delivery_total: "$0.00"
|
|
5888
5818
|
warnings: []
|
|
5889
|
-
created_at: '2026-03-
|
|
5890
|
-
updated_at: '2026-03-
|
|
5819
|
+
created_at: '2026-03-28T11:44:41.729Z'
|
|
5820
|
+
updated_at: '2026-03-28T11:44:41.769Z'
|
|
5891
5821
|
store_credit_total: '0.0'
|
|
5892
5822
|
display_store_credit_total: "$0.00"
|
|
5893
5823
|
covered_by_store_credit: false
|
|
@@ -5907,8 +5837,8 @@ paths:
|
|
|
5907
5837
|
variant_id: variant_UkLWZg9DAJ
|
|
5908
5838
|
quantity: 1
|
|
5909
5839
|
currency: USD
|
|
5910
|
-
name: Product
|
|
5911
|
-
slug: product-
|
|
5840
|
+
name: Product 47640
|
|
5841
|
+
slug: product-47640
|
|
5912
5842
|
options_text: ''
|
|
5913
5843
|
price: '10.0'
|
|
5914
5844
|
display_price: "$10.00"
|
|
@@ -5927,8 +5857,6 @@ paths:
|
|
|
5927
5857
|
discounted_amount: '10.0'
|
|
5928
5858
|
display_discounted_amount: "$10.00"
|
|
5929
5859
|
display_compare_at_amount: "$0.00"
|
|
5930
|
-
created_at: '2026-03-26T13:17:51.194Z'
|
|
5931
|
-
updated_at: '2026-03-26T13:17:51.212Z'
|
|
5932
5860
|
compare_at_amount:
|
|
5933
5861
|
thumbnail_url:
|
|
5934
5862
|
option_values: []
|
|
@@ -6031,9 +5959,9 @@ paths:
|
|
|
6031
5959
|
application/json:
|
|
6032
5960
|
example:
|
|
6033
5961
|
id: cart_UkLWZg9DAJ
|
|
6034
|
-
number:
|
|
6035
|
-
token:
|
|
6036
|
-
email:
|
|
5962
|
+
number: R447901517
|
|
5963
|
+
token: byRB2Rwjz1NXHnLmJN8cUjH5P27q5MJdfpS
|
|
5964
|
+
email: lilli@mitchell.us
|
|
6037
5965
|
customer_note:
|
|
6038
5966
|
currency: USD
|
|
6039
5967
|
locale: en
|
|
@@ -6059,8 +5987,8 @@ paths:
|
|
|
6059
5987
|
delivery_total: '0.0'
|
|
6060
5988
|
display_delivery_total: "$0.00"
|
|
6061
5989
|
warnings: []
|
|
6062
|
-
created_at: '2026-03-
|
|
6063
|
-
updated_at: '2026-03-
|
|
5990
|
+
created_at: '2026-03-28T11:44:42.311Z'
|
|
5991
|
+
updated_at: '2026-03-28T11:44:42.361Z'
|
|
6064
5992
|
store_credit_total: '0.0'
|
|
6065
5993
|
display_store_credit_total: "$0.00"
|
|
6066
5994
|
covered_by_store_credit: false
|
|
@@ -6634,7 +6562,7 @@ paths:
|
|
|
6634
6562
|
application/json:
|
|
6635
6563
|
example:
|
|
6636
6564
|
id: or_UkLWZg9DAJ
|
|
6637
|
-
number:
|
|
6565
|
+
number: R452559491
|
|
6638
6566
|
email: guest@example.com
|
|
6639
6567
|
customer_note:
|
|
6640
6568
|
currency: USD
|
|
@@ -6662,9 +6590,9 @@ paths:
|
|
|
6662
6590
|
display_delivery_total: "$100.00"
|
|
6663
6591
|
fulfillment_status:
|
|
6664
6592
|
payment_status:
|
|
6665
|
-
completed_at: '2026-03-
|
|
6666
|
-
created_at: '2026-03-
|
|
6667
|
-
updated_at: '2026-03-
|
|
6593
|
+
completed_at: '2026-03-28T11:44:44.131Z'
|
|
6594
|
+
created_at: '2026-03-28T11:44:44.079Z'
|
|
6595
|
+
updated_at: '2026-03-28T11:44:44.131Z'
|
|
6668
6596
|
store_credit_total: '0.0'
|
|
6669
6597
|
display_store_credit_total: "$0.00"
|
|
6670
6598
|
covered_by_store_credit: false
|
|
@@ -6674,8 +6602,8 @@ paths:
|
|
|
6674
6602
|
variant_id: variant_UkLWZg9DAJ
|
|
6675
6603
|
quantity: 1
|
|
6676
6604
|
currency: USD
|
|
6677
|
-
name: Product
|
|
6678
|
-
slug: product-
|
|
6605
|
+
name: Product 51893
|
|
6606
|
+
slug: product-51893
|
|
6679
6607
|
options_text: ''
|
|
6680
6608
|
price: '10.0'
|
|
6681
6609
|
display_price: "$10.00"
|
|
@@ -6694,21 +6622,17 @@ paths:
|
|
|
6694
6622
|
discounted_amount: '10.0'
|
|
6695
6623
|
display_discounted_amount: "$10.00"
|
|
6696
6624
|
display_compare_at_amount: "$0.00"
|
|
6697
|
-
created_at: '2026-03-26T13:17:53.796Z'
|
|
6698
|
-
updated_at: '2026-03-26T13:17:53.796Z'
|
|
6699
6625
|
compare_at_amount:
|
|
6700
6626
|
thumbnail_url:
|
|
6701
6627
|
option_values: []
|
|
6702
6628
|
digital_links: []
|
|
6703
6629
|
fulfillments:
|
|
6704
6630
|
- id: ful_UkLWZg9DAJ
|
|
6705
|
-
number:
|
|
6631
|
+
number: H30111459725
|
|
6706
6632
|
tracking: U10000
|
|
6707
6633
|
tracking_url:
|
|
6708
6634
|
cost: '100.0'
|
|
6709
6635
|
display_cost: "$100.00"
|
|
6710
|
-
created_at: '2026-03-26T13:17:53.802Z'
|
|
6711
|
-
updated_at: '2026-03-26T13:17:53.815Z'
|
|
6712
6636
|
status: pending
|
|
6713
6637
|
fulfillment_type: shipping
|
|
6714
6638
|
fulfilled_at:
|
|
@@ -6723,7 +6647,7 @@ paths:
|
|
|
6723
6647
|
stock_location:
|
|
6724
6648
|
id: sloc_UkLWZg9DAJ
|
|
6725
6649
|
state_abbr: STATE_ABBR_196
|
|
6726
|
-
name:
|
|
6650
|
+
name: Maynard Franecki
|
|
6727
6651
|
address1: 1600 Pennsylvania Ave NW
|
|
6728
6652
|
city: Washington
|
|
6729
6653
|
zipcode: '20500'
|
|
@@ -6859,13 +6783,13 @@ paths:
|
|
|
6859
6783
|
id: ps_gbHJdmfrXB
|
|
6860
6784
|
status: pending
|
|
6861
6785
|
currency: USD
|
|
6862
|
-
external_id:
|
|
6786
|
+
external_id: bogus_132b1569948ecfadcdbe8874
|
|
6863
6787
|
external_data:
|
|
6864
|
-
client_secret:
|
|
6788
|
+
client_secret: bogus_secret_d6b143775506dc90
|
|
6865
6789
|
customer_external_id:
|
|
6866
6790
|
expires_at:
|
|
6867
|
-
created_at: '2026-03-
|
|
6868
|
-
updated_at: '2026-03-
|
|
6791
|
+
created_at: '2026-03-28T11:44:45.965Z'
|
|
6792
|
+
updated_at: '2026-03-28T11:44:45.965Z'
|
|
6869
6793
|
amount: '110.0'
|
|
6870
6794
|
payment_method_id: pm_UkLWZg9DAJ
|
|
6871
6795
|
order_id: or_UkLWZg9DAJ
|
|
@@ -6960,13 +6884,13 @@ paths:
|
|
|
6960
6884
|
id: ps_UkLWZg9DAJ
|
|
6961
6885
|
status: pending
|
|
6962
6886
|
currency: USD
|
|
6963
|
-
external_id:
|
|
6887
|
+
external_id: bogus_c5cab895f3d52d70a29280ac
|
|
6964
6888
|
external_data:
|
|
6965
6889
|
client_secret: secret_123
|
|
6966
6890
|
customer_external_id:
|
|
6967
6891
|
expires_at:
|
|
6968
|
-
created_at: '2026-03-
|
|
6969
|
-
updated_at: '2026-03-
|
|
6892
|
+
created_at: '2026-03-28T11:44:46.552Z'
|
|
6893
|
+
updated_at: '2026-03-28T11:44:46.552Z'
|
|
6970
6894
|
amount: '110.0'
|
|
6971
6895
|
payment_method_id: pm_UkLWZg9DAJ
|
|
6972
6896
|
order_id: or_UkLWZg9DAJ
|
|
@@ -7023,13 +6947,13 @@ paths:
|
|
|
7023
6947
|
id: ps_UkLWZg9DAJ
|
|
7024
6948
|
status: pending
|
|
7025
6949
|
currency: USD
|
|
7026
|
-
external_id:
|
|
6950
|
+
external_id: bogus_ccbdfd77500441200772517c
|
|
7027
6951
|
external_data:
|
|
7028
6952
|
client_secret: secret_123
|
|
7029
6953
|
customer_external_id:
|
|
7030
6954
|
expires_at:
|
|
7031
|
-
created_at: '2026-03-
|
|
7032
|
-
updated_at: '2026-03-
|
|
6955
|
+
created_at: '2026-03-28T11:44:47.742Z'
|
|
6956
|
+
updated_at: '2026-03-28T11:44:47.754Z'
|
|
7033
6957
|
amount: '50.0'
|
|
7034
6958
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7035
6959
|
order_id: or_UkLWZg9DAJ
|
|
@@ -7126,13 +7050,13 @@ paths:
|
|
|
7126
7050
|
id: ps_UkLWZg9DAJ
|
|
7127
7051
|
status: completed
|
|
7128
7052
|
currency: USD
|
|
7129
|
-
external_id:
|
|
7053
|
+
external_id: bogus_aead88c358a7f75df7d4582e
|
|
7130
7054
|
external_data:
|
|
7131
7055
|
client_secret: secret_123
|
|
7132
7056
|
customer_external_id:
|
|
7133
7057
|
expires_at:
|
|
7134
|
-
created_at: '2026-03-
|
|
7135
|
-
updated_at: '2026-03-
|
|
7058
|
+
created_at: '2026-03-28T11:44:48.354Z'
|
|
7059
|
+
updated_at: '2026-03-28T11:44:48.370Z'
|
|
7136
7060
|
amount: '110.0'
|
|
7137
7061
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7138
7062
|
order_id: or_UkLWZg9DAJ
|
|
@@ -7212,11 +7136,11 @@ paths:
|
|
|
7212
7136
|
example:
|
|
7213
7137
|
id: pss_gbHJdmfrXB
|
|
7214
7138
|
status: pending
|
|
7215
|
-
external_id:
|
|
7216
|
-
external_client_secret:
|
|
7139
|
+
external_id: bogus_seti_ffa887037b1a2d5db661acdb
|
|
7140
|
+
external_client_secret: bogus_seti_secret_8d681b68e0390503
|
|
7217
7141
|
external_data: {}
|
|
7218
|
-
created_at: '2026-03-
|
|
7219
|
-
updated_at: '2026-03-
|
|
7142
|
+
created_at: '2026-03-28T11:44:49.525Z'
|
|
7143
|
+
updated_at: '2026-03-28T11:44:49.525Z'
|
|
7220
7144
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7221
7145
|
payment_source_id:
|
|
7222
7146
|
payment_source_type:
|
|
@@ -7313,12 +7237,12 @@ paths:
|
|
|
7313
7237
|
example:
|
|
7314
7238
|
id: pss_UkLWZg9DAJ
|
|
7315
7239
|
status: pending
|
|
7316
|
-
external_id:
|
|
7317
|
-
external_client_secret:
|
|
7240
|
+
external_id: seti_test_8f5449c51058d217b826df7c
|
|
7241
|
+
external_client_secret: seti_secret_883bafc0d7c8fb731626611c
|
|
7318
7242
|
external_data:
|
|
7319
7243
|
client_secret: secret_123
|
|
7320
|
-
created_at: '2026-03-
|
|
7321
|
-
updated_at: '2026-03-
|
|
7244
|
+
created_at: '2026-03-28T11:44:51.144Z'
|
|
7245
|
+
updated_at: '2026-03-28T11:44:51.144Z'
|
|
7322
7246
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7323
7247
|
payment_source_id:
|
|
7324
7248
|
payment_source_type:
|
|
@@ -7391,12 +7315,12 @@ paths:
|
|
|
7391
7315
|
example:
|
|
7392
7316
|
id: pss_UkLWZg9DAJ
|
|
7393
7317
|
status: completed
|
|
7394
|
-
external_id:
|
|
7395
|
-
external_client_secret:
|
|
7318
|
+
external_id: seti_test_d2579f547bf5dce4d54cf9d9
|
|
7319
|
+
external_client_secret: seti_secret_fe3423a1c88419a37bfa407a
|
|
7396
7320
|
external_data:
|
|
7397
7321
|
client_secret: secret_123
|
|
7398
|
-
created_at: '2026-03-
|
|
7399
|
-
updated_at: '2026-03-
|
|
7322
|
+
created_at: '2026-03-28T11:44:52.226Z'
|
|
7323
|
+
updated_at: '2026-03-28T11:44:52.239Z'
|
|
7400
7324
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7401
7325
|
payment_source_id: card_UkLWZg9DAJ
|
|
7402
7326
|
payment_source_type: Spree::CreditCard
|
|
@@ -7487,11 +7411,9 @@ paths:
|
|
|
7487
7411
|
id: py_UkLWZg9DAJ
|
|
7488
7412
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7489
7413
|
response_code:
|
|
7490
|
-
number:
|
|
7414
|
+
number: P4X4IXCS
|
|
7491
7415
|
amount: '110.0'
|
|
7492
7416
|
display_amount: "$110.00"
|
|
7493
|
-
created_at: '2026-03-26T13:18:04.515Z'
|
|
7494
|
-
updated_at: '2026-03-26T13:18:04.515Z'
|
|
7495
7417
|
status: checkout
|
|
7496
7418
|
source_type:
|
|
7497
7419
|
source_id:
|
|
@@ -7582,18 +7504,18 @@ paths:
|
|
|
7582
7504
|
slug: privacy-policy
|
|
7583
7505
|
body: ''
|
|
7584
7506
|
body_html: ''
|
|
7585
|
-
created_at: '2026-03-
|
|
7586
|
-
updated_at: '2026-03-
|
|
7507
|
+
created_at: '2026-03-28T11:44:03.210Z'
|
|
7508
|
+
updated_at: '2026-03-28T11:44:03.210Z'
|
|
7587
7509
|
- id: pol_OIJLhNcSbf
|
|
7588
7510
|
name: Privacy Policy
|
|
7589
|
-
slug: privacy-policy-
|
|
7511
|
+
slug: privacy-policy-de29572b-500d-477e-aa78-5b62fb06af10
|
|
7590
7512
|
body: We respect your privacy.
|
|
7591
7513
|
body_html: |
|
|
7592
7514
|
<div class="trix-content">
|
|
7593
7515
|
We respect your privacy.
|
|
7594
7516
|
</div>
|
|
7595
|
-
created_at: '2026-03-
|
|
7596
|
-
updated_at: '2026-03-
|
|
7517
|
+
created_at: '2026-03-28T11:44:54.121Z'
|
|
7518
|
+
updated_at: '2026-03-28T11:44:54.124Z'
|
|
7597
7519
|
- id: pol_uw2YK1rnl0
|
|
7598
7520
|
name: Return Policy
|
|
7599
7521
|
slug: return-policy
|
|
@@ -7602,29 +7524,29 @@ paths:
|
|
|
7602
7524
|
<div class="trix-content">
|
|
7603
7525
|
You can return items within 30 days.
|
|
7604
7526
|
</div>
|
|
7605
|
-
created_at: '2026-03-
|
|
7606
|
-
updated_at: '2026-03-
|
|
7527
|
+
created_at: '2026-03-28T11:44:54.113Z'
|
|
7528
|
+
updated_at: '2026-03-28T11:44:54.114Z'
|
|
7607
7529
|
- id: pol_EfhxLZ9ck8
|
|
7608
7530
|
name: Returns Policy
|
|
7609
7531
|
slug: returns-policy
|
|
7610
7532
|
body: ''
|
|
7611
7533
|
body_html: ''
|
|
7612
|
-
created_at: '2026-03-
|
|
7613
|
-
updated_at: '2026-03-
|
|
7534
|
+
created_at: '2026-03-28T11:44:03.215Z'
|
|
7535
|
+
updated_at: '2026-03-28T11:44:03.215Z'
|
|
7614
7536
|
- id: pol_VqXmZF31wY
|
|
7615
7537
|
name: Shipping Policy
|
|
7616
7538
|
slug: shipping-policy
|
|
7617
7539
|
body: ''
|
|
7618
7540
|
body_html: ''
|
|
7619
|
-
created_at: '2026-03-
|
|
7620
|
-
updated_at: '2026-03-
|
|
7541
|
+
created_at: '2026-03-28T11:44:03.219Z'
|
|
7542
|
+
updated_at: '2026-03-28T11:44:03.219Z'
|
|
7621
7543
|
- id: pol_UkLWZg9DAJ
|
|
7622
7544
|
name: Terms of Service
|
|
7623
7545
|
slug: terms-of-service
|
|
7624
7546
|
body: ''
|
|
7625
7547
|
body_html: ''
|
|
7626
|
-
created_at: '2026-03-
|
|
7627
|
-
updated_at: '2026-03-
|
|
7548
|
+
created_at: '2026-03-28T11:44:03.205Z'
|
|
7549
|
+
updated_at: '2026-03-28T11:44:03.205Z'
|
|
7628
7550
|
meta:
|
|
7629
7551
|
page: 1
|
|
7630
7552
|
limit: 25
|
|
@@ -7707,8 +7629,8 @@ paths:
|
|
|
7707
7629
|
<div class="trix-content">
|
|
7708
7630
|
You can return items within 30 days.
|
|
7709
7631
|
</div>
|
|
7710
|
-
created_at: '2026-03-
|
|
7711
|
-
updated_at: '2026-03-
|
|
7632
|
+
created_at: '2026-03-28T11:44:54.189Z'
|
|
7633
|
+
updated_at: '2026-03-28T11:44:54.190Z'
|
|
7712
7634
|
schema:
|
|
7713
7635
|
"$ref": "#/components/schemas/Policy"
|
|
7714
7636
|
'404':
|
|
@@ -7842,14 +7764,12 @@ paths:
|
|
|
7842
7764
|
example:
|
|
7843
7765
|
data:
|
|
7844
7766
|
- id: prod_UkLWZg9DAJ
|
|
7845
|
-
name: Product
|
|
7846
|
-
slug: product-
|
|
7767
|
+
name: Product 613778
|
|
7768
|
+
slug: product-613778
|
|
7847
7769
|
meta_description:
|
|
7848
7770
|
meta_keywords:
|
|
7849
7771
|
variant_count: 1
|
|
7850
|
-
available_on: '2025-03-
|
|
7851
|
-
created_at: '2026-03-26T13:18:05.349Z'
|
|
7852
|
-
updated_at: '2026-03-26T13:18:05.400Z'
|
|
7772
|
+
available_on: '2025-03-28T11:44:54.314Z'
|
|
7853
7773
|
purchasable: true
|
|
7854
7774
|
in_stock: false
|
|
7855
7775
|
backorderable: true
|
|
@@ -7871,24 +7791,40 @@ paths:
|
|
|
7871
7791
|
price_list_id:
|
|
7872
7792
|
original_price:
|
|
7873
7793
|
- id: prod_gbHJdmfrXB
|
|
7874
|
-
name: Product
|
|
7875
|
-
slug: product-
|
|
7794
|
+
name: Product 628456
|
|
7795
|
+
slug: product-628456
|
|
7876
7796
|
meta_description:
|
|
7877
7797
|
meta_keywords:
|
|
7878
7798
|
variant_count: 0
|
|
7879
|
-
available_on: '2025-03-
|
|
7880
|
-
created_at: '2026-03-26T13:18:05.417Z'
|
|
7881
|
-
updated_at: '2026-03-26T13:18:05.432Z'
|
|
7799
|
+
available_on: '2025-03-28T11:44:54.437Z'
|
|
7882
7800
|
purchasable: true
|
|
7883
7801
|
in_stock: false
|
|
7884
7802
|
backorderable: true
|
|
7885
7803
|
available: true
|
|
7886
|
-
description:
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
|
|
7804
|
+
description: Ab eveniet ex impedit consequatur. Veniam voluptatem
|
|
7805
|
+
totam eligendi quasi. Rem nesciunt nostrum dolores non eius repellat.
|
|
7806
|
+
Rerum et qui ipsum ducimus sint ullam mollitia sequi. Maiores
|
|
7807
|
+
eaque ad molestias adipisci quae dolor minima tempore. Quae in
|
|
7808
|
+
a reiciendis ipsum quibusdam voluptatem. Eveniet est quod id sit
|
|
7809
|
+
nam. Quam ipsa officia ex perspiciatis consequuntur reprehenderit
|
|
7810
|
+
dolor harum. Enim qui iusto facere magnam nihil. Ea laboriosam
|
|
7811
|
+
laborum possimus doloremque non ad. Occaecati explicabo voluptatibus
|
|
7812
|
+
fugit assumenda nesciunt eius totam est. Corporis fuga vero alias
|
|
7813
|
+
cupiditate ipsum. Mollitia delectus deleniti repudiandae voluptas
|
|
7814
|
+
natus eaque. Labore facilis quia nam quos. Facilis minus occaecati
|
|
7815
|
+
reiciendis incidunt ullam. Quos eos dolorum voluptatibus facilis
|
|
7816
|
+
quidem molestias. Neque nostrum autem laboriosam minima doloremque
|
|
7817
|
+
veritatis. Quia id excepturi adipisci explicabo corporis magni
|
|
7818
|
+
aperiam. Reprehenderit minima explicabo eligendi ratione officia
|
|
7819
|
+
eum. Optio quibusdam sequi numquam quasi sint dolorum aut. Debitis
|
|
7820
|
+
rem maiores eum eveniet labore laudantium libero placeat. Adipisci
|
|
7821
|
+
culpa velit laboriosam veniam quisquam.
|
|
7822
|
+
description_html: |-
|
|
7823
|
+
Ab eveniet ex impedit consequatur. Veniam voluptatem totam eligendi quasi. Rem nesciunt nostrum dolores non eius repellat. Rerum et qui ipsum ducimus sint ullam mollitia sequi.
|
|
7824
|
+
Maiores eaque ad molestias adipisci quae dolor minima tempore. Quae in a reiciendis ipsum quibusdam voluptatem. Eveniet est quod id sit nam. Quam ipsa officia ex perspiciatis consequuntur reprehenderit dolor harum. Enim qui iusto facere magnam nihil.
|
|
7825
|
+
Ea laboriosam laborum possimus doloremque non ad. Occaecati explicabo voluptatibus fugit assumenda nesciunt eius totam est. Corporis fuga vero alias cupiditate ipsum. Mollitia delectus deleniti repudiandae voluptas natus eaque. Labore facilis quia nam quos.
|
|
7826
|
+
Facilis minus occaecati reiciendis incidunt ullam. Quos eos dolorum voluptatibus facilis quidem molestias. Neque nostrum autem laboriosam minima doloremque veritatis. Quia id excepturi adipisci explicabo corporis magni aperiam. Reprehenderit minima explicabo eligendi ratione officia eum.
|
|
7827
|
+
Optio quibusdam sequi numquam quasi sint dolorum aut. Debitis rem maiores eum eveniet labore laudantium libero placeat. Adipisci culpa velit laboriosam veniam quisquam.
|
|
7892
7828
|
default_variant_id: variant_EfhxLZ9ck8
|
|
7893
7829
|
thumbnail_url:
|
|
7894
7830
|
tags: []
|
|
@@ -7990,14 +7926,12 @@ paths:
|
|
|
7990
7926
|
application/json:
|
|
7991
7927
|
example:
|
|
7992
7928
|
id: prod_UkLWZg9DAJ
|
|
7993
|
-
name: Product
|
|
7994
|
-
slug: product-
|
|
7929
|
+
name: Product 898744
|
|
7930
|
+
slug: product-898744
|
|
7995
7931
|
meta_description:
|
|
7996
7932
|
meta_keywords:
|
|
7997
7933
|
variant_count: 1
|
|
7998
|
-
available_on: '2025-03-
|
|
7999
|
-
created_at: '2026-03-26T13:18:07.160Z'
|
|
8000
|
-
updated_at: '2026-03-26T13:18:07.208Z'
|
|
7934
|
+
available_on: '2025-03-28T11:44:56.202Z'
|
|
8001
7935
|
purchasable: true
|
|
8002
7936
|
in_stock: false
|
|
8003
7937
|
backorderable: true
|
|
@@ -8024,7 +7958,7 @@ paths:
|
|
|
8024
7958
|
amount_in_cents: 999
|
|
8025
7959
|
currency: USD
|
|
8026
7960
|
display_amount: "$9.99"
|
|
8027
|
-
recorded_at: '2026-03-
|
|
7961
|
+
recorded_at: '2026-03-13T11:44:56Z'
|
|
8028
7962
|
schema:
|
|
8029
7963
|
"$ref": "#/components/schemas/Product"
|
|
8030
7964
|
'404':
|
|
@@ -8395,9 +8329,9 @@ paths:
|
|
|
8395
8329
|
application/json:
|
|
8396
8330
|
example:
|
|
8397
8331
|
id: cart_UkLWZg9DAJ
|
|
8398
|
-
number:
|
|
8399
|
-
token:
|
|
8400
|
-
email:
|
|
8332
|
+
number: R470378577
|
|
8333
|
+
token: EcFZWz7Ufqt4NtrvsFNsqSjHoiJTgn7viEX
|
|
8334
|
+
email: marleen.cummerata@dickirenner.info
|
|
8401
8335
|
customer_note:
|
|
8402
8336
|
currency: USD
|
|
8403
8337
|
locale: en
|
|
@@ -8423,8 +8357,8 @@ paths:
|
|
|
8423
8357
|
delivery_total: '100.0'
|
|
8424
8358
|
display_delivery_total: "$100.00"
|
|
8425
8359
|
warnings: []
|
|
8426
|
-
created_at: '2026-03-
|
|
8427
|
-
updated_at: '2026-03-
|
|
8360
|
+
created_at: '2026-03-28T11:45:01.476Z'
|
|
8361
|
+
updated_at: '2026-03-28T11:45:01.532Z'
|
|
8428
8362
|
store_credit_total: '10.0'
|
|
8429
8363
|
display_store_credit_total: "-$10.00"
|
|
8430
8364
|
covered_by_store_credit: false
|
|
@@ -8438,8 +8372,8 @@ paths:
|
|
|
8438
8372
|
variant_id: variant_UkLWZg9DAJ
|
|
8439
8373
|
quantity: 1
|
|
8440
8374
|
currency: USD
|
|
8441
|
-
name: Product
|
|
8442
|
-
slug: product-
|
|
8375
|
+
name: Product 1091188
|
|
8376
|
+
slug: product-1091188
|
|
8443
8377
|
options_text: ''
|
|
8444
8378
|
price: '10.0'
|
|
8445
8379
|
display_price: "$10.00"
|
|
@@ -8458,21 +8392,17 @@ paths:
|
|
|
8458
8392
|
discounted_amount: '10.0'
|
|
8459
8393
|
display_discounted_amount: "$10.00"
|
|
8460
8394
|
display_compare_at_amount: "$0.00"
|
|
8461
|
-
created_at: '2026-03-26T13:18:12.483Z'
|
|
8462
|
-
updated_at: '2026-03-26T13:18:12.483Z'
|
|
8463
8395
|
compare_at_amount:
|
|
8464
8396
|
thumbnail_url:
|
|
8465
8397
|
option_values: []
|
|
8466
8398
|
digital_links: []
|
|
8467
8399
|
fulfillments:
|
|
8468
8400
|
- id: ful_UkLWZg9DAJ
|
|
8469
|
-
number:
|
|
8401
|
+
number: H71663271461
|
|
8470
8402
|
tracking: U10000
|
|
8471
8403
|
tracking_url:
|
|
8472
8404
|
cost: '100.0'
|
|
8473
8405
|
display_cost: "$100.00"
|
|
8474
|
-
created_at: '2026-03-26T13:18:12.490Z'
|
|
8475
|
-
updated_at: '2026-03-26T13:18:12.504Z'
|
|
8476
8406
|
status: pending
|
|
8477
8407
|
fulfillment_type: shipping
|
|
8478
8408
|
fulfilled_at:
|
|
@@ -8487,7 +8417,7 @@ paths:
|
|
|
8487
8417
|
stock_location:
|
|
8488
8418
|
id: sloc_UkLWZg9DAJ
|
|
8489
8419
|
state_abbr: STATE_ABBR_270
|
|
8490
|
-
name:
|
|
8420
|
+
name: Elfreda Klocko
|
|
8491
8421
|
address1: 1600 Pennsylvania Ave NW
|
|
8492
8422
|
city: Washington
|
|
8493
8423
|
zipcode: '20500'
|
|
@@ -8508,12 +8438,10 @@ paths:
|
|
|
8508
8438
|
payments:
|
|
8509
8439
|
- id: py_UkLWZg9DAJ
|
|
8510
8440
|
payment_method_id: pm_UkLWZg9DAJ
|
|
8511
|
-
response_code: 1-SC-
|
|
8512
|
-
number:
|
|
8441
|
+
response_code: 1-SC-20260328114501826734
|
|
8442
|
+
number: PBHFJF30
|
|
8513
8443
|
amount: '10.0'
|
|
8514
8444
|
display_amount: "$10.00"
|
|
8515
|
-
created_at: '2026-03-26T13:18:12.806Z'
|
|
8516
|
-
updated_at: '2026-03-26T13:18:12.806Z'
|
|
8517
8445
|
status: checkout
|
|
8518
8446
|
source_type: store_credit
|
|
8519
8447
|
source_id: credit_UkLWZg9DAJ
|
|
@@ -8650,9 +8578,9 @@ paths:
|
|
|
8650
8578
|
application/json:
|
|
8651
8579
|
example:
|
|
8652
8580
|
id: cart_UkLWZg9DAJ
|
|
8653
|
-
number:
|
|
8654
|
-
token:
|
|
8655
|
-
email:
|
|
8581
|
+
number: R622549951
|
|
8582
|
+
token: MyY9rYwsF7BdLjFybQ5YrnLLomoUo19YEke
|
|
8583
|
+
email: keneth_weimann@labadieromaguera.biz
|
|
8656
8584
|
customer_note:
|
|
8657
8585
|
currency: USD
|
|
8658
8586
|
locale: en
|
|
@@ -8678,8 +8606,8 @@ paths:
|
|
|
8678
8606
|
delivery_total: '100.0'
|
|
8679
8607
|
display_delivery_total: "$100.00"
|
|
8680
8608
|
warnings: []
|
|
8681
|
-
created_at: '2026-03-
|
|
8682
|
-
updated_at: '2026-03-
|
|
8609
|
+
created_at: '2026-03-28T11:45:03.029Z'
|
|
8610
|
+
updated_at: '2026-03-28T11:45:03.079Z'
|
|
8683
8611
|
store_credit_total: '0.0'
|
|
8684
8612
|
display_store_credit_total: "$0.00"
|
|
8685
8613
|
covered_by_store_credit: false
|
|
@@ -8696,8 +8624,8 @@ paths:
|
|
|
8696
8624
|
variant_id: variant_UkLWZg9DAJ
|
|
8697
8625
|
quantity: 1
|
|
8698
8626
|
currency: USD
|
|
8699
|
-
name: Product
|
|
8700
|
-
slug: product-
|
|
8627
|
+
name: Product 1117073
|
|
8628
|
+
slug: product-1117073
|
|
8701
8629
|
options_text: ''
|
|
8702
8630
|
price: '10.0'
|
|
8703
8631
|
display_price: "$10.00"
|
|
@@ -8716,21 +8644,17 @@ paths:
|
|
|
8716
8644
|
discounted_amount: '10.0'
|
|
8717
8645
|
display_discounted_amount: "$10.00"
|
|
8718
8646
|
display_compare_at_amount: "$0.00"
|
|
8719
|
-
created_at: '2026-03-26T13:18:14.085Z'
|
|
8720
|
-
updated_at: '2026-03-26T13:18:14.085Z'
|
|
8721
8647
|
compare_at_amount:
|
|
8722
8648
|
thumbnail_url:
|
|
8723
8649
|
option_values: []
|
|
8724
8650
|
digital_links: []
|
|
8725
8651
|
fulfillments:
|
|
8726
8652
|
- id: ful_UkLWZg9DAJ
|
|
8727
|
-
number:
|
|
8653
|
+
number: H69554883339
|
|
8728
8654
|
tracking: U10000
|
|
8729
8655
|
tracking_url:
|
|
8730
8656
|
cost: '100.0'
|
|
8731
8657
|
display_cost: "$100.00"
|
|
8732
|
-
created_at: '2026-03-26T13:18:14.091Z'
|
|
8733
|
-
updated_at: '2026-03-26T13:18:14.108Z'
|
|
8734
8658
|
status: pending
|
|
8735
8659
|
fulfillment_type: shipping
|
|
8736
8660
|
fulfilled_at:
|
|
@@ -8745,7 +8669,7 @@ paths:
|
|
|
8745
8669
|
stock_location:
|
|
8746
8670
|
id: sloc_UkLWZg9DAJ
|
|
8747
8671
|
state_abbr: STATE_ABBR_278
|
|
8748
|
-
name:
|
|
8672
|
+
name: Shirl Spencer
|
|
8749
8673
|
address1: 1600 Pennsylvania Ave NW
|
|
8750
8674
|
city: Washington
|
|
8751
8675
|
zipcode: '20500'
|
|
@@ -8866,9 +8790,9 @@ paths:
|
|
|
8866
8790
|
data:
|
|
8867
8791
|
- id: wl_UkLWZg9DAJ
|
|
8868
8792
|
name: My Wishlist
|
|
8869
|
-
token:
|
|
8870
|
-
created_at: '2026-03-
|
|
8871
|
-
updated_at: '2026-03-
|
|
8793
|
+
token: f8eHPYcKdtoxCRsM88BQ2oiY
|
|
8794
|
+
created_at: '2026-03-28T11:45:03.675Z'
|
|
8795
|
+
updated_at: '2026-03-28T11:45:03.675Z'
|
|
8872
8796
|
is_default: false
|
|
8873
8797
|
is_private: true
|
|
8874
8798
|
meta:
|
|
@@ -8944,9 +8868,9 @@ paths:
|
|
|
8944
8868
|
example:
|
|
8945
8869
|
id: wl_gbHJdmfrXB
|
|
8946
8870
|
name: Birthday Ideas
|
|
8947
|
-
token:
|
|
8948
|
-
created_at: '2026-03-
|
|
8949
|
-
updated_at: '2026-03-
|
|
8871
|
+
token: H6fUUENRHresudGzrEcTNvML
|
|
8872
|
+
created_at: '2026-03-28T11:45:04.902Z'
|
|
8873
|
+
updated_at: '2026-03-28T11:45:04.902Z'
|
|
8950
8874
|
is_default: false
|
|
8951
8875
|
is_private: true
|
|
8952
8876
|
schema:
|
|
@@ -9042,9 +8966,9 @@ paths:
|
|
|
9042
8966
|
example:
|
|
9043
8967
|
id: wl_UkLWZg9DAJ
|
|
9044
8968
|
name: My Wishlist
|
|
9045
|
-
token:
|
|
9046
|
-
created_at: '2026-03-
|
|
9047
|
-
updated_at: '2026-03-
|
|
8969
|
+
token: 6UiSjPZj1T76wAPtymUow9EQ
|
|
8970
|
+
created_at: '2026-03-28T11:45:06.131Z'
|
|
8971
|
+
updated_at: '2026-03-28T11:45:06.131Z'
|
|
9048
8972
|
is_default: false
|
|
9049
8973
|
is_private: true
|
|
9050
8974
|
schema:
|
|
@@ -9106,9 +9030,9 @@ paths:
|
|
|
9106
9030
|
example:
|
|
9107
9031
|
id: wl_UkLWZg9DAJ
|
|
9108
9032
|
name: Updated Name
|
|
9109
|
-
token:
|
|
9110
|
-
created_at: '2026-03-
|
|
9111
|
-
updated_at: '2026-03-
|
|
9033
|
+
token: jqmLoKfWNc6mkiCpwv1GyRH3
|
|
9034
|
+
created_at: '2026-03-28T11:45:07.362Z'
|
|
9035
|
+
updated_at: '2026-03-28T11:45:07.415Z'
|
|
9112
9036
|
is_default: false
|
|
9113
9037
|
is_private: true
|
|
9114
9038
|
schema:
|
|
@@ -9220,8 +9144,8 @@ paths:
|
|
|
9220
9144
|
variant_id: variant_gbHJdmfrXB
|
|
9221
9145
|
wishlist_id: wl_UkLWZg9DAJ
|
|
9222
9146
|
quantity: 1
|
|
9223
|
-
created_at: '2026-03-
|
|
9224
|
-
updated_at: '2026-03-
|
|
9147
|
+
created_at: '2026-03-28T11:45:08.615Z'
|
|
9148
|
+
updated_at: '2026-03-28T11:45:08.615Z'
|
|
9225
9149
|
variant:
|
|
9226
9150
|
id: variant_gbHJdmfrXB
|
|
9227
9151
|
product_id: prod_gbHJdmfrXB
|
|
@@ -9229,8 +9153,6 @@ paths:
|
|
|
9229
9153
|
options_text: ''
|
|
9230
9154
|
track_inventory: true
|
|
9231
9155
|
media_count: 0
|
|
9232
|
-
created_at: '2026-03-26T13:18:19.640Z'
|
|
9233
|
-
updated_at: '2026-03-26T13:18:19.650Z'
|
|
9234
9156
|
thumbnail_url:
|
|
9235
9157
|
purchasable: true
|
|
9236
9158
|
in_stock: false
|
|
@@ -9852,10 +9774,10 @@ components:
|
|
|
9852
9774
|
type: array
|
|
9853
9775
|
items:
|
|
9854
9776
|
"$ref": "#/components/schemas/Category"
|
|
9855
|
-
|
|
9777
|
+
custom_fields:
|
|
9856
9778
|
type: array
|
|
9857
9779
|
items:
|
|
9858
|
-
"$ref": "#/components/schemas/
|
|
9780
|
+
"$ref": "#/components/schemas/CustomField"
|
|
9859
9781
|
required:
|
|
9860
9782
|
- id
|
|
9861
9783
|
- name
|
|
@@ -9950,6 +9872,26 @@ components:
|
|
|
9950
9872
|
- name
|
|
9951
9873
|
- symbol
|
|
9952
9874
|
x-typelizer: true
|
|
9875
|
+
CustomField:
|
|
9876
|
+
type: object
|
|
9877
|
+
properties:
|
|
9878
|
+
id:
|
|
9879
|
+
type: string
|
|
9880
|
+
name:
|
|
9881
|
+
type: string
|
|
9882
|
+
type:
|
|
9883
|
+
type: string
|
|
9884
|
+
key:
|
|
9885
|
+
type: string
|
|
9886
|
+
value:
|
|
9887
|
+
type: object
|
|
9888
|
+
required:
|
|
9889
|
+
- id
|
|
9890
|
+
- name
|
|
9891
|
+
- type
|
|
9892
|
+
- key
|
|
9893
|
+
- value
|
|
9894
|
+
x-typelizer: true
|
|
9953
9895
|
Customer:
|
|
9954
9896
|
type: object
|
|
9955
9897
|
properties:
|
|
@@ -9968,10 +9910,6 @@ components:
|
|
|
9968
9910
|
nullable: true
|
|
9969
9911
|
accepts_email_marketing:
|
|
9970
9912
|
type: boolean
|
|
9971
|
-
created_at:
|
|
9972
|
-
type: string
|
|
9973
|
-
updated_at:
|
|
9974
|
-
type: string
|
|
9975
9913
|
available_store_credit_total:
|
|
9976
9914
|
type: string
|
|
9977
9915
|
display_available_store_credit_total:
|
|
@@ -9995,8 +9933,6 @@ components:
|
|
|
9995
9933
|
- last_name
|
|
9996
9934
|
- phone
|
|
9997
9935
|
- accepts_email_marketing
|
|
9998
|
-
- created_at
|
|
9999
|
-
- updated_at
|
|
10000
9936
|
- available_store_credit_total
|
|
10001
9937
|
- display_available_store_credit_total
|
|
10002
9938
|
- addresses
|
|
@@ -10055,10 +9991,6 @@ components:
|
|
|
10055
9991
|
type: string
|
|
10056
9992
|
content_type:
|
|
10057
9993
|
type: string
|
|
10058
|
-
created_at:
|
|
10059
|
-
type: string
|
|
10060
|
-
updated_at:
|
|
10061
|
-
type: string
|
|
10062
9994
|
download_url:
|
|
10063
9995
|
type: string
|
|
10064
9996
|
authorizable:
|
|
@@ -10072,8 +10004,6 @@ components:
|
|
|
10072
10004
|
- access_counter
|
|
10073
10005
|
- filename
|
|
10074
10006
|
- content_type
|
|
10075
|
-
- created_at
|
|
10076
|
-
- updated_at
|
|
10077
10007
|
- download_url
|
|
10078
10008
|
- authorizable
|
|
10079
10009
|
- expired
|
|
@@ -10142,10 +10072,6 @@ components:
|
|
|
10142
10072
|
type: string
|
|
10143
10073
|
display_cost:
|
|
10144
10074
|
type: string
|
|
10145
|
-
created_at:
|
|
10146
|
-
type: string
|
|
10147
|
-
updated_at:
|
|
10148
|
-
type: string
|
|
10149
10075
|
status:
|
|
10150
10076
|
type: string
|
|
10151
10077
|
fulfillment_type:
|
|
@@ -10172,8 +10098,6 @@ components:
|
|
|
10172
10098
|
- tracking_url
|
|
10173
10099
|
- cost
|
|
10174
10100
|
- display_cost
|
|
10175
|
-
- created_at
|
|
10176
|
-
- updated_at
|
|
10177
10101
|
- status
|
|
10178
10102
|
- fulfillment_type
|
|
10179
10103
|
- fulfilled_at
|
|
@@ -10385,10 +10309,6 @@ components:
|
|
|
10385
10309
|
display_compare_at_amount:
|
|
10386
10310
|
type: string
|
|
10387
10311
|
nullable: true
|
|
10388
|
-
created_at:
|
|
10389
|
-
type: string
|
|
10390
|
-
updated_at:
|
|
10391
|
-
type: string
|
|
10392
10312
|
compare_at_amount:
|
|
10393
10313
|
type: string
|
|
10394
10314
|
nullable: true
|
|
@@ -10428,8 +10348,6 @@ components:
|
|
|
10428
10348
|
- discounted_amount
|
|
10429
10349
|
- display_discounted_amount
|
|
10430
10350
|
- display_compare_at_amount
|
|
10431
|
-
- created_at
|
|
10432
|
-
- updated_at
|
|
10433
10351
|
- compare_at_amount
|
|
10434
10352
|
- thumbnail_url
|
|
10435
10353
|
- option_values
|
|
@@ -10506,10 +10424,6 @@ components:
|
|
|
10506
10424
|
external_video_url:
|
|
10507
10425
|
type: string
|
|
10508
10426
|
nullable: true
|
|
10509
|
-
created_at:
|
|
10510
|
-
type: string
|
|
10511
|
-
updated_at:
|
|
10512
|
-
type: string
|
|
10513
10427
|
original_url:
|
|
10514
10428
|
type: string
|
|
10515
10429
|
nullable: true
|
|
@@ -10541,8 +10455,6 @@ components:
|
|
|
10541
10455
|
- focal_point_x
|
|
10542
10456
|
- focal_point_y
|
|
10543
10457
|
- external_video_url
|
|
10544
|
-
- created_at
|
|
10545
|
-
- updated_at
|
|
10546
10458
|
- original_url
|
|
10547
10459
|
- mini_url
|
|
10548
10460
|
- small_url
|
|
@@ -10551,26 +10463,6 @@ components:
|
|
|
10551
10463
|
- xlarge_url
|
|
10552
10464
|
- og_image_url
|
|
10553
10465
|
x-typelizer: true
|
|
10554
|
-
Metafield:
|
|
10555
|
-
type: object
|
|
10556
|
-
properties:
|
|
10557
|
-
id:
|
|
10558
|
-
type: string
|
|
10559
|
-
name:
|
|
10560
|
-
type: string
|
|
10561
|
-
type:
|
|
10562
|
-
type: string
|
|
10563
|
-
key:
|
|
10564
|
-
type: string
|
|
10565
|
-
value:
|
|
10566
|
-
type: object
|
|
10567
|
-
required:
|
|
10568
|
-
- id
|
|
10569
|
-
- name
|
|
10570
|
-
- type
|
|
10571
|
-
- key
|
|
10572
|
-
- value
|
|
10573
|
-
x-typelizer: true
|
|
10574
10466
|
NewsletterSubscriber:
|
|
10575
10467
|
type: object
|
|
10576
10468
|
properties:
|
|
@@ -10829,10 +10721,6 @@ components:
|
|
|
10829
10721
|
type: string
|
|
10830
10722
|
display_amount:
|
|
10831
10723
|
type: string
|
|
10832
|
-
created_at:
|
|
10833
|
-
type: string
|
|
10834
|
-
updated_at:
|
|
10835
|
-
type: string
|
|
10836
10724
|
status:
|
|
10837
10725
|
type: string
|
|
10838
10726
|
source_type:
|
|
@@ -10860,8 +10748,6 @@ components:
|
|
|
10860
10748
|
- number
|
|
10861
10749
|
- amount
|
|
10862
10750
|
- display_amount
|
|
10863
|
-
- created_at
|
|
10864
|
-
- updated_at
|
|
10865
10751
|
- status
|
|
10866
10752
|
- source_type
|
|
10867
10753
|
- source_id
|
|
@@ -11086,10 +10972,6 @@ components:
|
|
|
11086
10972
|
available_on:
|
|
11087
10973
|
type: string
|
|
11088
10974
|
nullable: true
|
|
11089
|
-
created_at:
|
|
11090
|
-
type: string
|
|
11091
|
-
updated_at:
|
|
11092
|
-
type: string
|
|
11093
10975
|
purchasable:
|
|
11094
10976
|
type: boolean
|
|
11095
10977
|
in_stock:
|
|
@@ -11139,10 +11021,10 @@ components:
|
|
|
11139
11021
|
type: array
|
|
11140
11022
|
items:
|
|
11141
11023
|
"$ref": "#/components/schemas/Category"
|
|
11142
|
-
|
|
11024
|
+
custom_fields:
|
|
11143
11025
|
type: array
|
|
11144
11026
|
items:
|
|
11145
|
-
"$ref": "#/components/schemas/
|
|
11027
|
+
"$ref": "#/components/schemas/CustomField"
|
|
11146
11028
|
prior_price:
|
|
11147
11029
|
allOf:
|
|
11148
11030
|
- "$ref": "#/components/schemas/PriceHistory"
|
|
@@ -11155,8 +11037,6 @@ components:
|
|
|
11155
11037
|
- meta_keywords
|
|
11156
11038
|
- variant_count
|
|
11157
11039
|
- available_on
|
|
11158
|
-
- created_at
|
|
11159
|
-
- updated_at
|
|
11160
11040
|
- purchasable
|
|
11161
11041
|
- in_stock
|
|
11162
11042
|
- backorderable
|
|
@@ -11196,10 +11076,6 @@ components:
|
|
|
11196
11076
|
transaction_id:
|
|
11197
11077
|
type: string
|
|
11198
11078
|
nullable: true
|
|
11199
|
-
created_at:
|
|
11200
|
-
type: string
|
|
11201
|
-
updated_at:
|
|
11202
|
-
type: string
|
|
11203
11079
|
amount:
|
|
11204
11080
|
type: string
|
|
11205
11081
|
nullable: true
|
|
@@ -11215,8 +11091,6 @@ components:
|
|
|
11215
11091
|
required:
|
|
11216
11092
|
- id
|
|
11217
11093
|
- transaction_id
|
|
11218
|
-
- created_at
|
|
11219
|
-
- updated_at
|
|
11220
11094
|
- amount
|
|
11221
11095
|
- payment_id
|
|
11222
11096
|
- refund_reason_id
|
|
@@ -11229,10 +11103,6 @@ components:
|
|
|
11229
11103
|
type: string
|
|
11230
11104
|
number:
|
|
11231
11105
|
type: string
|
|
11232
|
-
created_at:
|
|
11233
|
-
type: string
|
|
11234
|
-
updated_at:
|
|
11235
|
-
type: string
|
|
11236
11106
|
status:
|
|
11237
11107
|
type: string
|
|
11238
11108
|
order_id:
|
|
@@ -11247,8 +11117,6 @@ components:
|
|
|
11247
11117
|
required:
|
|
11248
11118
|
- id
|
|
11249
11119
|
- number
|
|
11250
|
-
- created_at
|
|
11251
|
-
- updated_at
|
|
11252
11120
|
- status
|
|
11253
11121
|
- order_id
|
|
11254
11122
|
- stock_location_id
|
|
@@ -11403,10 +11271,6 @@ components:
|
|
|
11403
11271
|
type: boolean
|
|
11404
11272
|
media_count:
|
|
11405
11273
|
type: number
|
|
11406
|
-
created_at:
|
|
11407
|
-
type: string
|
|
11408
|
-
updated_at:
|
|
11409
|
-
type: string
|
|
11410
11274
|
thumbnail_url:
|
|
11411
11275
|
type: string
|
|
11412
11276
|
nullable: true
|
|
@@ -11444,10 +11308,10 @@ components:
|
|
|
11444
11308
|
type: array
|
|
11445
11309
|
items:
|
|
11446
11310
|
"$ref": "#/components/schemas/OptionValue"
|
|
11447
|
-
|
|
11311
|
+
custom_fields:
|
|
11448
11312
|
type: array
|
|
11449
11313
|
items:
|
|
11450
|
-
"$ref": "#/components/schemas/
|
|
11314
|
+
"$ref": "#/components/schemas/CustomField"
|
|
11451
11315
|
prior_price:
|
|
11452
11316
|
allOf:
|
|
11453
11317
|
- "$ref": "#/components/schemas/PriceHistory"
|
|
@@ -11459,8 +11323,6 @@ components:
|
|
|
11459
11323
|
- options_text
|
|
11460
11324
|
- track_inventory
|
|
11461
11325
|
- media_count
|
|
11462
|
-
- created_at
|
|
11463
|
-
- updated_at
|
|
11464
11326
|
- thumbnail_url
|
|
11465
11327
|
- purchasable
|
|
11466
11328
|
- in_stock
|