@spree/docs 0.1.129 → 0.1.131
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.yaml +468 -249
- package/dist/developer/contributing/developing-spree.md +2 -2
- package/dist/developer/core-concepts/reports.md +1 -1
- package/dist/developer/create-spree-app/quickstart.md +34 -14
- package/dist/developer/dashboard/deployment.md +8 -12
- package/dist/developer/deployment/aws.md +77 -434
- package/dist/developer/deployment/aws_ecs.md +460 -0
- package/dist/developer/deployment/background_jobs.md +106 -0
- package/dist/developer/deployment/caching.md +15 -7
- package/dist/developer/deployment/database.md +4 -4
- package/dist/developer/deployment/docker.md +50 -58
- package/dist/developer/deployment/emails.md +27 -19
- package/dist/developer/deployment/environment_variables.md +33 -21
- package/dist/developer/deployment/quickstart.md +79 -0
- package/dist/developer/deployment/render.md +28 -42
- package/package.json +1 -1
- package/dist/developer/deployment/heroku.md +0 -51
|
@@ -87,21 +87,23 @@ paths:
|
|
|
87
87
|
content:
|
|
88
88
|
application/json:
|
|
89
89
|
example:
|
|
90
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
91
|
-
refresh_token:
|
|
90
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjljMThmNGM2LWRlNWItNDBhNC04NjEwLTk5ZWUyM2Y3NDVmYSIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzg0NTM0MzA5fQ.6H3jMthadEPFzcp8JZgrbG3l1r-0FComIp-7sjOkUWI
|
|
91
|
+
refresh_token: hmAnPkSZxiVfN5hQSYQm7KYJ
|
|
92
92
|
user:
|
|
93
93
|
id: cus_UkLWZg9DAJ
|
|
94
94
|
email: test@example.com
|
|
95
|
-
first_name:
|
|
96
|
-
last_name:
|
|
95
|
+
first_name: Selina
|
|
96
|
+
last_name: Kuvalis
|
|
97
97
|
phone:
|
|
98
98
|
accepts_email_marketing: false
|
|
99
|
-
full_name:
|
|
99
|
+
full_name: Selina Kuvalis
|
|
100
100
|
available_store_credit_total: '0'
|
|
101
101
|
display_available_store_credit_total: "$0.00"
|
|
102
102
|
addresses: []
|
|
103
103
|
default_billing_address:
|
|
104
104
|
default_shipping_address:
|
|
105
|
+
newsletter_subscriber:
|
|
106
|
+
customer_groups: []
|
|
105
107
|
schema:
|
|
106
108
|
"$ref": "#/components/schemas/AuthResponse"
|
|
107
109
|
'401':
|
|
@@ -192,21 +194,23 @@ paths:
|
|
|
192
194
|
content:
|
|
193
195
|
application/json:
|
|
194
196
|
example:
|
|
195
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
196
|
-
refresh_token:
|
|
197
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6ImVkNDU3MjJkLTk0NWItNGZmMS1hMTBiLTNkMjk2ZTk5MTJmNyIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzg0NTM0MzEwfQ.12ZvWYuoHWlnB7gPFDZgWE0Ic9Xqh84ctFGNoOybpas
|
|
198
|
+
refresh_token: x7Lhv2Ss9kBMFejKj35jqaQo
|
|
197
199
|
user:
|
|
198
200
|
id: cus_UkLWZg9DAJ
|
|
199
201
|
email: test@example.com
|
|
200
|
-
first_name:
|
|
201
|
-
last_name:
|
|
202
|
+
first_name: Lydia
|
|
203
|
+
last_name: Gaylord
|
|
202
204
|
phone:
|
|
203
205
|
accepts_email_marketing: false
|
|
204
|
-
full_name:
|
|
206
|
+
full_name: Lydia Gaylord
|
|
205
207
|
available_store_credit_total: '0'
|
|
206
208
|
display_available_store_credit_total: "$0.00"
|
|
207
209
|
addresses: []
|
|
208
210
|
default_billing_address:
|
|
209
211
|
default_shipping_address:
|
|
212
|
+
newsletter_subscriber:
|
|
213
|
+
customer_groups: []
|
|
210
214
|
schema:
|
|
211
215
|
"$ref": "#/components/schemas/AuthResponse"
|
|
212
216
|
'401':
|
|
@@ -389,21 +393,23 @@ paths:
|
|
|
389
393
|
content:
|
|
390
394
|
application/json:
|
|
391
395
|
example:
|
|
392
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
393
|
-
refresh_token:
|
|
396
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjFiMDZjODc5LWM4N2ItNDczYi1iZDJhLTBkZTFjOGNkZDBkZSIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzg0NTM0MzIzfQ.UTyTpU_ECzZ1iHA3QQR2XuGmVS3kQtPo1ePjUUJt0Yw
|
|
397
|
+
refresh_token: 1iF2ZJ3x2T8suY5zzimv82Fq
|
|
394
398
|
user:
|
|
395
399
|
id: cus_UkLWZg9DAJ
|
|
396
400
|
email: customer@example.com
|
|
397
|
-
first_name:
|
|
398
|
-
last_name:
|
|
401
|
+
first_name: Teodora
|
|
402
|
+
last_name: Zulauf
|
|
399
403
|
phone:
|
|
400
404
|
accepts_email_marketing: false
|
|
401
|
-
full_name:
|
|
405
|
+
full_name: Teodora Zulauf
|
|
402
406
|
available_store_credit_total: '0'
|
|
403
407
|
display_available_store_credit_total: "$0.00"
|
|
404
408
|
addresses: []
|
|
405
409
|
default_billing_address:
|
|
406
410
|
default_shipping_address:
|
|
411
|
+
newsletter_subscriber:
|
|
412
|
+
customer_groups: []
|
|
407
413
|
schema:
|
|
408
414
|
"$ref": "#/components/schemas/AuthResponse"
|
|
409
415
|
'422':
|
|
@@ -798,8 +804,8 @@ paths:
|
|
|
798
804
|
example:
|
|
799
805
|
data:
|
|
800
806
|
- id: prod_UkLWZg9DAJ
|
|
801
|
-
name: Product
|
|
802
|
-
slug: product-
|
|
807
|
+
name: Product 1524033
|
|
808
|
+
slug: product-1524033
|
|
803
809
|
meta_title:
|
|
804
810
|
meta_description:
|
|
805
811
|
meta_keywords:
|
|
@@ -828,8 +834,8 @@ paths:
|
|
|
828
834
|
price_list_id:
|
|
829
835
|
original_price:
|
|
830
836
|
- id: prod_gbHJdmfrXB
|
|
831
|
-
name: Product
|
|
832
|
-
slug: product-
|
|
837
|
+
name: Product 1534332
|
|
838
|
+
slug: product-1534332
|
|
833
839
|
meta_title:
|
|
834
840
|
meta_description:
|
|
835
841
|
meta_keywords:
|
|
@@ -841,24 +847,16 @@ paths:
|
|
|
841
847
|
in_stock: false
|
|
842
848
|
backorderable: true
|
|
843
849
|
available: true
|
|
844
|
-
description:
|
|
845
|
-
|
|
846
|
-
magnam
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
magni saepe iure. Doloribus distinctio nemo corrupti voluptate.
|
|
855
|
-
Provident blanditiis maiores autem accusantium. Ab repellendus
|
|
856
|
-
ullam repudiandae deserunt fugit eveniet.
|
|
857
|
-
description_html: |-
|
|
858
|
-
Pariatur est ratione reprehenderit provident omnis minus. Repellendus a quasi cum mollitia voluptatem. Ut animi aperiam magnam nisi nemo. Pariatur quasi eligendi explicabo molestiae cum ad corporis sunt. Numquam cum nobis adipisci animi.
|
|
859
|
-
Vitae minima maxime veritatis perspiciatis adipisci dicta soluta. Voluptate repudiandae quia sed qui. Animi dolores commodi architecto sunt eaque. Sint repellendus atque temporibus repudiandae fugiat itaque.
|
|
860
|
-
Maxime nostrum ducimus ea voluptas atque. Ex quidem omnis cupiditate vel repellendus. Perspiciatis eius rem ad officia. Officia asperiores molestiae quod explicabo quisquam atque. Facilis et aliquam libero magni saepe iure.
|
|
861
|
-
Doloribus distinctio nemo corrupti voluptate. Provident blanditiis maiores autem accusantium. Ab repellendus ullam repudiandae deserunt fugit eveniet.
|
|
850
|
+
description: Aut adipisci quibusdam accusamus expedita ab. Odit
|
|
851
|
+
pariatur quibusdam a nesciunt quod voluptatibus mollitia ad. Modi
|
|
852
|
+
eos iste magnam assumenda quam. Tempore similique repellat laudantium
|
|
853
|
+
ducimus. Explicabo quos tenetur nobis delectus porro mollitia
|
|
854
|
+
ipsam.
|
|
855
|
+
description_html: Aut adipisci quibusdam accusamus expedita ab.
|
|
856
|
+
Odit pariatur quibusdam a nesciunt quod voluptatibus mollitia
|
|
857
|
+
ad. Modi eos iste magnam assumenda quam. Tempore similique repellat
|
|
858
|
+
laudantium ducimus. Explicabo quos tenetur nobis delectus porro
|
|
859
|
+
mollitia ipsam.
|
|
862
860
|
default_variant_id: variant_EfhxLZ9ck8
|
|
863
861
|
thumbnail_url:
|
|
864
862
|
tags: []
|
|
@@ -960,8 +958,8 @@ paths:
|
|
|
960
958
|
application/json:
|
|
961
959
|
example:
|
|
962
960
|
id: prod_UkLWZg9DAJ
|
|
963
|
-
name: Product
|
|
964
|
-
slug: product-
|
|
961
|
+
name: Product 1803521
|
|
962
|
+
slug: product-1803521
|
|
965
963
|
meta_title:
|
|
966
964
|
meta_description:
|
|
967
965
|
meta_keywords:
|
|
@@ -995,7 +993,7 @@ paths:
|
|
|
995
993
|
amount_in_cents: 999
|
|
996
994
|
currency: USD
|
|
997
995
|
display_amount: "$9.99"
|
|
998
|
-
recorded_at: '2026-
|
|
996
|
+
recorded_at: '2026-07-05T06:59:22Z'
|
|
999
997
|
schema:
|
|
1000
998
|
"$ref": "#/components/schemas/Product"
|
|
1001
999
|
'404':
|
|
@@ -1234,9 +1232,10 @@ paths:
|
|
|
1234
1232
|
data:
|
|
1235
1233
|
- id: cart_gbHJdmfrXB
|
|
1236
1234
|
market_id:
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1235
|
+
channel_id: ch_UkLWZg9DAJ
|
|
1236
|
+
number: R559934696
|
|
1237
|
+
token: SWyi6Xnc8s491q9yX38WHHqia95sWuvvTMV
|
|
1238
|
+
email: irma@nitzsche.info
|
|
1240
1239
|
customer_note:
|
|
1241
1240
|
currency: USD
|
|
1242
1241
|
locale: en
|
|
@@ -1280,8 +1279,8 @@ paths:
|
|
|
1280
1279
|
preorder_ships_at:
|
|
1281
1280
|
quantity: 1
|
|
1282
1281
|
currency: USD
|
|
1283
|
-
name: Product
|
|
1284
|
-
slug: product-
|
|
1282
|
+
name: Product 923654
|
|
1283
|
+
slug: product-923654
|
|
1285
1284
|
options_text: ''
|
|
1286
1285
|
price: '10.0'
|
|
1287
1286
|
display_price: "$10.00"
|
|
@@ -1306,7 +1305,7 @@ paths:
|
|
|
1306
1305
|
digital_links: []
|
|
1307
1306
|
fulfillments:
|
|
1308
1307
|
- id: ful_gbHJdmfrXB
|
|
1309
|
-
number:
|
|
1308
|
+
number: H85053120087
|
|
1310
1309
|
tracking: U10000
|
|
1311
1310
|
tracking_url:
|
|
1312
1311
|
cost: '100.0'
|
|
@@ -1335,7 +1334,7 @@ paths:
|
|
|
1335
1334
|
stock_location:
|
|
1336
1335
|
id: sloc_UkLWZg9DAJ
|
|
1337
1336
|
state_abbr: NY
|
|
1338
|
-
name:
|
|
1337
|
+
name: Blythe Beahan
|
|
1339
1338
|
address1: 1600 Pennsylvania Ave NW
|
|
1340
1339
|
city: Washington
|
|
1341
1340
|
zipcode: '20500'
|
|
@@ -1405,9 +1404,10 @@ paths:
|
|
|
1405
1404
|
market:
|
|
1406
1405
|
- id: cart_UkLWZg9DAJ
|
|
1407
1406
|
market_id:
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1407
|
+
channel_id: ch_UkLWZg9DAJ
|
|
1408
|
+
number: R354829125
|
|
1409
|
+
token: oEx8WrpxutXH4sfy3QSWxKxLRR6LrkB9Ruu
|
|
1410
|
+
email: irma@nitzsche.info
|
|
1411
1411
|
customer_note:
|
|
1412
1412
|
currency: USD
|
|
1413
1413
|
locale: en
|
|
@@ -1451,8 +1451,8 @@ paths:
|
|
|
1451
1451
|
preorder_ships_at:
|
|
1452
1452
|
quantity: 1
|
|
1453
1453
|
currency: USD
|
|
1454
|
-
name: Product
|
|
1455
|
-
slug: product-
|
|
1454
|
+
name: Product 91196
|
|
1455
|
+
slug: product-91196
|
|
1456
1456
|
options_text: ''
|
|
1457
1457
|
price: '10.0'
|
|
1458
1458
|
display_price: "$10.00"
|
|
@@ -1477,7 +1477,7 @@ paths:
|
|
|
1477
1477
|
digital_links: []
|
|
1478
1478
|
fulfillments:
|
|
1479
1479
|
- id: ful_UkLWZg9DAJ
|
|
1480
|
-
number:
|
|
1480
|
+
number: H73938182983
|
|
1481
1481
|
tracking: U10000
|
|
1482
1482
|
tracking_url:
|
|
1483
1483
|
cost: '100.0'
|
|
@@ -1506,7 +1506,7 @@ paths:
|
|
|
1506
1506
|
stock_location:
|
|
1507
1507
|
id: sloc_UkLWZg9DAJ
|
|
1508
1508
|
state_abbr: NY
|
|
1509
|
-
name:
|
|
1509
|
+
name: Blythe Beahan
|
|
1510
1510
|
address1: 1600 Pennsylvania Ave NW
|
|
1511
1511
|
city: Washington
|
|
1512
1512
|
zipcode: '20500'
|
|
@@ -1649,8 +1649,9 @@ paths:
|
|
|
1649
1649
|
example:
|
|
1650
1650
|
id: cart_UkLWZg9DAJ
|
|
1651
1651
|
market_id:
|
|
1652
|
-
|
|
1653
|
-
|
|
1652
|
+
channel_id: ch_UkLWZg9DAJ
|
|
1653
|
+
number: R257765413
|
|
1654
|
+
token: SN8FwGqtYYFVTdEo3uNKead8s4i8N8muHz8
|
|
1654
1655
|
email:
|
|
1655
1656
|
customer_note:
|
|
1656
1657
|
currency: USD
|
|
@@ -1805,16 +1806,17 @@ paths:
|
|
|
1805
1806
|
example:
|
|
1806
1807
|
id: cart_UkLWZg9DAJ
|
|
1807
1808
|
market_id:
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1809
|
+
channel_id: ch_UkLWZg9DAJ
|
|
1810
|
+
number: R978497785
|
|
1811
|
+
token: S2fezdM65stJqJLErtGrDocKgJiv7Jwngty
|
|
1812
|
+
email: dewayne_christiansen@nienow.info
|
|
1811
1813
|
customer_note:
|
|
1812
1814
|
currency: USD
|
|
1813
1815
|
locale: en
|
|
1814
1816
|
total_quantity: 0
|
|
1815
1817
|
warnings:
|
|
1816
1818
|
- code: line_item_removed
|
|
1817
|
-
message: Product
|
|
1819
|
+
message: Product 968179 was removed because it was sold out
|
|
1818
1820
|
line_item_id: li_UkLWZg9DAJ
|
|
1819
1821
|
variant_id: variant_UkLWZg9DAJ
|
|
1820
1822
|
item_total: '0.0'
|
|
@@ -1976,9 +1978,10 @@ paths:
|
|
|
1976
1978
|
example:
|
|
1977
1979
|
id: cart_UkLWZg9DAJ
|
|
1978
1980
|
market_id:
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1981
|
+
channel_id: ch_UkLWZg9DAJ
|
|
1982
|
+
number: R368041354
|
|
1983
|
+
token: maK9BFEWyBAf3uSiZrLf9b2jxM5Hzcczohc
|
|
1984
|
+
email: ernesto.mante@raynor.name
|
|
1982
1985
|
customer_note: Leave at door
|
|
1983
1986
|
currency: USD
|
|
1984
1987
|
locale: en
|
|
@@ -2024,8 +2027,8 @@ paths:
|
|
|
2024
2027
|
preorder_ships_at:
|
|
2025
2028
|
quantity: 1
|
|
2026
2029
|
currency: USD
|
|
2027
|
-
name: Product
|
|
2028
|
-
slug: product-
|
|
2030
|
+
name: Product 979703
|
|
2031
|
+
slug: product-979703
|
|
2029
2032
|
options_text: ''
|
|
2030
2033
|
price: '19.99'
|
|
2031
2034
|
display_price: "$19.99"
|
|
@@ -2050,7 +2053,7 @@ paths:
|
|
|
2050
2053
|
digital_links: []
|
|
2051
2054
|
fulfillments:
|
|
2052
2055
|
- id: ful_gbHJdmfrXB
|
|
2053
|
-
number:
|
|
2056
|
+
number: H06113541600
|
|
2054
2057
|
tracking:
|
|
2055
2058
|
tracking_url:
|
|
2056
2059
|
cost: '10.0'
|
|
@@ -2079,7 +2082,7 @@ paths:
|
|
|
2079
2082
|
stock_location:
|
|
2080
2083
|
id: sloc_UkLWZg9DAJ
|
|
2081
2084
|
state_abbr: NY
|
|
2082
|
-
name:
|
|
2085
|
+
name: Gema Gerlach
|
|
2083
2086
|
address1: 1600 Pennsylvania Ave NW
|
|
2084
2087
|
city: Washington
|
|
2085
2088
|
zipcode: '20500'
|
|
@@ -2323,9 +2326,10 @@ paths:
|
|
|
2323
2326
|
example:
|
|
2324
2327
|
id: cart_UkLWZg9DAJ
|
|
2325
2328
|
market_id:
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
+
channel_id: ch_UkLWZg9DAJ
|
|
2330
|
+
number: R465909685
|
|
2331
|
+
token: ccYwuB3UzU34SAPCQhaJSMmbtRgtjFcqYuC
|
|
2332
|
+
email: orpha.thiel@maggio.name
|
|
2329
2333
|
customer_note:
|
|
2330
2334
|
currency: USD
|
|
2331
2335
|
locale: en
|
|
@@ -2369,8 +2373,8 @@ paths:
|
|
|
2369
2373
|
preorder_ships_at:
|
|
2370
2374
|
quantity: 1
|
|
2371
2375
|
currency: USD
|
|
2372
|
-
name: Product
|
|
2373
|
-
slug: product-
|
|
2376
|
+
name: Product 991797
|
|
2377
|
+
slug: product-991797
|
|
2374
2378
|
options_text: ''
|
|
2375
2379
|
price: '10.0'
|
|
2376
2380
|
display_price: "$10.00"
|
|
@@ -2395,7 +2399,7 @@ paths:
|
|
|
2395
2399
|
digital_links: []
|
|
2396
2400
|
fulfillments:
|
|
2397
2401
|
- id: ful_UkLWZg9DAJ
|
|
2398
|
-
number:
|
|
2402
|
+
number: H73360485066
|
|
2399
2403
|
tracking: U10000
|
|
2400
2404
|
tracking_url:
|
|
2401
2405
|
cost: '100.0'
|
|
@@ -2424,7 +2428,7 @@ paths:
|
|
|
2424
2428
|
stock_location:
|
|
2425
2429
|
id: sloc_UkLWZg9DAJ
|
|
2426
2430
|
state_abbr: NY
|
|
2427
|
-
name:
|
|
2431
|
+
name: Mohammad Johns
|
|
2428
2432
|
address1: 1600 Pennsylvania Ave NW
|
|
2429
2433
|
city: Washington
|
|
2430
2434
|
zipcode: '20500'
|
|
@@ -2569,15 +2573,15 @@ paths:
|
|
|
2569
2573
|
id: or_UkLWZg9DAJ
|
|
2570
2574
|
market_id:
|
|
2571
2575
|
channel_id: ch_UkLWZg9DAJ
|
|
2572
|
-
number:
|
|
2573
|
-
email:
|
|
2576
|
+
number: R074353110
|
|
2577
|
+
email: blanche@fisher.com
|
|
2574
2578
|
customer_note:
|
|
2575
2579
|
currency: USD
|
|
2576
2580
|
locale: en
|
|
2577
2581
|
total_quantity: 1
|
|
2578
2582
|
fulfillment_status: backorder
|
|
2579
2583
|
payment_status: paid
|
|
2580
|
-
completed_at: '2026-07-
|
|
2584
|
+
completed_at: '2026-07-20T06:58:36.765Z'
|
|
2581
2585
|
item_total: '19.99'
|
|
2582
2586
|
display_item_total: "$19.99"
|
|
2583
2587
|
adjustment_total: '0.0'
|
|
@@ -2609,8 +2613,8 @@ paths:
|
|
|
2609
2613
|
preorder_ships_at:
|
|
2610
2614
|
quantity: 1
|
|
2611
2615
|
currency: USD
|
|
2612
|
-
name: Product
|
|
2613
|
-
slug: product-
|
|
2616
|
+
name: Product 1027826
|
|
2617
|
+
slug: product-1027826
|
|
2614
2618
|
options_text: ''
|
|
2615
2619
|
price: '19.99'
|
|
2616
2620
|
display_price: "$19.99"
|
|
@@ -2635,7 +2639,7 @@ paths:
|
|
|
2635
2639
|
digital_links: []
|
|
2636
2640
|
fulfillments:
|
|
2637
2641
|
- id: ful_gbHJdmfrXB
|
|
2638
|
-
number:
|
|
2642
|
+
number: H42129838682
|
|
2639
2643
|
tracking:
|
|
2640
2644
|
tracking_url:
|
|
2641
2645
|
cost: '10.0'
|
|
@@ -2664,7 +2668,7 @@ paths:
|
|
|
2664
2668
|
stock_location:
|
|
2665
2669
|
id: sloc_UkLWZg9DAJ
|
|
2666
2670
|
state_abbr: NY
|
|
2667
|
-
name:
|
|
2671
|
+
name: Alejandro Barton
|
|
2668
2672
|
address1: 1600 Pennsylvania Ave NW
|
|
2669
2673
|
city: Washington
|
|
2670
2674
|
zipcode: '20500'
|
|
@@ -2693,8 +2697,8 @@ paths:
|
|
|
2693
2697
|
payments:
|
|
2694
2698
|
- id: py_UkLWZg9DAJ
|
|
2695
2699
|
payment_method_id: pm_UkLWZg9DAJ
|
|
2696
|
-
response_code: BGS-
|
|
2697
|
-
number:
|
|
2700
|
+
response_code: BGS-ccbd8ddbf360
|
|
2701
|
+
number: PCJS29EY
|
|
2698
2702
|
amount: '29.99'
|
|
2699
2703
|
display_amount: "$29.99"
|
|
2700
2704
|
status: completed
|
|
@@ -2721,7 +2725,7 @@ paths:
|
|
|
2721
2725
|
first_name: John
|
|
2722
2726
|
last_name: Doe
|
|
2723
2727
|
full_name: John Doe
|
|
2724
|
-
address1:
|
|
2728
|
+
address1: 137 Lovely Street
|
|
2725
2729
|
address2: Northwest
|
|
2726
2730
|
postal_code: '10118'
|
|
2727
2731
|
city: New York
|
|
@@ -2740,7 +2744,7 @@ paths:
|
|
|
2740
2744
|
first_name: John
|
|
2741
2745
|
last_name: Doe
|
|
2742
2746
|
full_name: John Doe
|
|
2743
|
-
address1:
|
|
2747
|
+
address1: 138 Lovely Street
|
|
2744
2748
|
address2: Northwest
|
|
2745
2749
|
postal_code: '10118'
|
|
2746
2750
|
city: New York
|
|
@@ -2832,9 +2836,10 @@ paths:
|
|
|
2832
2836
|
example:
|
|
2833
2837
|
id: cart_UkLWZg9DAJ
|
|
2834
2838
|
market_id:
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2839
|
+
channel_id: ch_UkLWZg9DAJ
|
|
2840
|
+
number: R031332742
|
|
2841
|
+
token: 3v1rZK3QouCFRNCgGYTqW1xaeAkdya2rJRD
|
|
2842
|
+
email: mitch@runolfsson.info
|
|
2838
2843
|
customer_note:
|
|
2839
2844
|
currency: USD
|
|
2840
2845
|
locale: en
|
|
@@ -2885,8 +2890,8 @@ paths:
|
|
|
2885
2890
|
preorder_ships_at:
|
|
2886
2891
|
quantity: 1
|
|
2887
2892
|
currency: USD
|
|
2888
|
-
name: Product
|
|
2889
|
-
slug: product-
|
|
2893
|
+
name: Product 1212085
|
|
2894
|
+
slug: product-1212085
|
|
2890
2895
|
options_text: ''
|
|
2891
2896
|
price: '10.0'
|
|
2892
2897
|
display_price: "$10.00"
|
|
@@ -2911,7 +2916,7 @@ paths:
|
|
|
2911
2916
|
digital_links: []
|
|
2912
2917
|
fulfillments:
|
|
2913
2918
|
- id: ful_UkLWZg9DAJ
|
|
2914
|
-
number:
|
|
2919
|
+
number: H90931418984
|
|
2915
2920
|
tracking: U10000
|
|
2916
2921
|
tracking_url:
|
|
2917
2922
|
cost: '100.0'
|
|
@@ -2940,7 +2945,7 @@ paths:
|
|
|
2940
2945
|
stock_location:
|
|
2941
2946
|
id: sloc_UkLWZg9DAJ
|
|
2942
2947
|
state_abbr: NY
|
|
2943
|
-
name:
|
|
2948
|
+
name: Tijuana Kiehn
|
|
2944
2949
|
address1: 1600 Pennsylvania Ave NW
|
|
2945
2950
|
city: Washington
|
|
2946
2951
|
zipcode: '20500'
|
|
@@ -2972,7 +2977,7 @@ paths:
|
|
|
2972
2977
|
first_name: John
|
|
2973
2978
|
last_name: Doe
|
|
2974
2979
|
full_name: John Doe
|
|
2975
|
-
address1:
|
|
2980
|
+
address1: 189 Lovely Street
|
|
2976
2981
|
address2: Northwest
|
|
2977
2982
|
postal_code: '10118'
|
|
2978
2983
|
city: New York
|
|
@@ -2991,7 +2996,7 @@ paths:
|
|
|
2991
2996
|
first_name: John
|
|
2992
2997
|
last_name: Doe
|
|
2993
2998
|
full_name: John Doe
|
|
2994
|
-
address1:
|
|
2999
|
+
address1: 190 Lovely Street
|
|
2995
3000
|
address2: Northwest
|
|
2996
3001
|
postal_code: '10118'
|
|
2997
3002
|
city: New York
|
|
@@ -3094,9 +3099,10 @@ paths:
|
|
|
3094
3099
|
example:
|
|
3095
3100
|
id: cart_UkLWZg9DAJ
|
|
3096
3101
|
market_id:
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3102
|
+
channel_id: ch_UkLWZg9DAJ
|
|
3103
|
+
number: R709730286
|
|
3104
|
+
token: cz8CrtnVBwzW1uo4EDePsVzA2n163ZarZGA
|
|
3105
|
+
email: elvia@ritchie.ca
|
|
3100
3106
|
customer_note:
|
|
3101
3107
|
currency: USD
|
|
3102
3108
|
locale: en
|
|
@@ -3140,8 +3146,8 @@ paths:
|
|
|
3140
3146
|
preorder_ships_at:
|
|
3141
3147
|
quantity: 1
|
|
3142
3148
|
currency: USD
|
|
3143
|
-
name: Product
|
|
3144
|
-
slug: product-
|
|
3149
|
+
name: Product 1238006
|
|
3150
|
+
slug: product-1238006
|
|
3145
3151
|
options_text: ''
|
|
3146
3152
|
price: '10.0'
|
|
3147
3153
|
display_price: "$10.00"
|
|
@@ -3166,7 +3172,7 @@ paths:
|
|
|
3166
3172
|
digital_links: []
|
|
3167
3173
|
fulfillments:
|
|
3168
3174
|
- id: ful_UkLWZg9DAJ
|
|
3169
|
-
number:
|
|
3175
|
+
number: H39803900065
|
|
3170
3176
|
tracking: U10000
|
|
3171
3177
|
tracking_url:
|
|
3172
3178
|
cost: '100.0'
|
|
@@ -3195,7 +3201,7 @@ paths:
|
|
|
3195
3201
|
stock_location:
|
|
3196
3202
|
id: sloc_UkLWZg9DAJ
|
|
3197
3203
|
state_abbr: NY
|
|
3198
|
-
name:
|
|
3204
|
+
name: Rhea Jerde
|
|
3199
3205
|
address1: 1600 Pennsylvania Ave NW
|
|
3200
3206
|
city: Washington
|
|
3201
3207
|
zipcode: '20500'
|
|
@@ -3227,7 +3233,7 @@ paths:
|
|
|
3227
3233
|
first_name: John
|
|
3228
3234
|
last_name: Doe
|
|
3229
3235
|
full_name: John Doe
|
|
3230
|
-
address1:
|
|
3236
|
+
address1: 197 Lovely Street
|
|
3231
3237
|
address2: Northwest
|
|
3232
3238
|
postal_code: '10118'
|
|
3233
3239
|
city: New York
|
|
@@ -3246,7 +3252,7 @@ paths:
|
|
|
3246
3252
|
first_name: John
|
|
3247
3253
|
last_name: Doe
|
|
3248
3254
|
full_name: John Doe
|
|
3249
|
-
address1:
|
|
3255
|
+
address1: 198 Lovely Street
|
|
3250
3256
|
address2: Northwest
|
|
3251
3257
|
postal_code: '10118'
|
|
3252
3258
|
city: New York
|
|
@@ -3338,9 +3344,10 @@ paths:
|
|
|
3338
3344
|
example:
|
|
3339
3345
|
id: cart_UkLWZg9DAJ
|
|
3340
3346
|
market_id:
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3347
|
+
channel_id: ch_UkLWZg9DAJ
|
|
3348
|
+
number: R116842212
|
|
3349
|
+
token: Exign8V5gXztDApCkBSj9KDzkADbXh2Gd5n
|
|
3350
|
+
email: carletta_daugherty@quitzonturner.com
|
|
3344
3351
|
customer_note:
|
|
3345
3352
|
currency: USD
|
|
3346
3353
|
locale: en
|
|
@@ -3386,8 +3393,8 @@ paths:
|
|
|
3386
3393
|
preorder_ships_at:
|
|
3387
3394
|
quantity: 1
|
|
3388
3395
|
currency: USD
|
|
3389
|
-
name: Product
|
|
3390
|
-
slug: product-
|
|
3396
|
+
name: Product 1251469
|
|
3397
|
+
slug: product-1251469
|
|
3391
3398
|
options_text: ''
|
|
3392
3399
|
price: '10.0'
|
|
3393
3400
|
display_price: "$10.00"
|
|
@@ -3412,7 +3419,7 @@ paths:
|
|
|
3412
3419
|
digital_links: []
|
|
3413
3420
|
fulfillments:
|
|
3414
3421
|
- id: ful_UkLWZg9DAJ
|
|
3415
|
-
number:
|
|
3422
|
+
number: H28744187331
|
|
3416
3423
|
tracking: U10000
|
|
3417
3424
|
tracking_url:
|
|
3418
3425
|
cost: '100.0'
|
|
@@ -3441,7 +3448,7 @@ paths:
|
|
|
3441
3448
|
stock_location:
|
|
3442
3449
|
id: sloc_UkLWZg9DAJ
|
|
3443
3450
|
state_abbr: NY
|
|
3444
|
-
name:
|
|
3451
|
+
name: Jerrell Swaniawski
|
|
3445
3452
|
address1: 1600 Pennsylvania Ave NW
|
|
3446
3453
|
city: Washington
|
|
3447
3454
|
zipcode: '20500'
|
|
@@ -3473,7 +3480,7 @@ paths:
|
|
|
3473
3480
|
first_name: John
|
|
3474
3481
|
last_name: Doe
|
|
3475
3482
|
full_name: John Doe
|
|
3476
|
-
address1:
|
|
3483
|
+
address1: 205 Lovely Street
|
|
3477
3484
|
address2: Northwest
|
|
3478
3485
|
postal_code: '10118'
|
|
3479
3486
|
city: New York
|
|
@@ -3492,7 +3499,7 @@ paths:
|
|
|
3492
3499
|
first_name: John
|
|
3493
3500
|
last_name: Doe
|
|
3494
3501
|
full_name: John Doe
|
|
3495
|
-
address1:
|
|
3502
|
+
address1: 206 Lovely Street
|
|
3496
3503
|
address2: Northwest
|
|
3497
3504
|
postal_code: '10118'
|
|
3498
3505
|
city: New York
|
|
@@ -3598,9 +3605,10 @@ paths:
|
|
|
3598
3605
|
example:
|
|
3599
3606
|
id: cart_UkLWZg9DAJ
|
|
3600
3607
|
market_id:
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3608
|
+
channel_id: ch_UkLWZg9DAJ
|
|
3609
|
+
number: R957270534
|
|
3610
|
+
token: yLxURFVzueKC6PBPYoFL4f9Tb728TVTF3hK
|
|
3611
|
+
email: maxine@simonis.ca
|
|
3604
3612
|
customer_note:
|
|
3605
3613
|
currency: USD
|
|
3606
3614
|
locale: en
|
|
@@ -3641,8 +3649,8 @@ paths:
|
|
|
3641
3649
|
preorder_ships_at:
|
|
3642
3650
|
quantity: 1
|
|
3643
3651
|
currency: USD
|
|
3644
|
-
name: Product
|
|
3645
|
-
slug: product-
|
|
3652
|
+
name: Product 1276735
|
|
3653
|
+
slug: product-1276735
|
|
3646
3654
|
options_text: ''
|
|
3647
3655
|
price: '10.0'
|
|
3648
3656
|
display_price: "$10.00"
|
|
@@ -3667,7 +3675,7 @@ paths:
|
|
|
3667
3675
|
digital_links: []
|
|
3668
3676
|
fulfillments:
|
|
3669
3677
|
- id: ful_UkLWZg9DAJ
|
|
3670
|
-
number:
|
|
3678
|
+
number: H77710785227
|
|
3671
3679
|
tracking: U10000
|
|
3672
3680
|
tracking_url:
|
|
3673
3681
|
cost: '100.0'
|
|
@@ -3696,7 +3704,7 @@ paths:
|
|
|
3696
3704
|
stock_location:
|
|
3697
3705
|
id: sloc_UkLWZg9DAJ
|
|
3698
3706
|
state_abbr: NY
|
|
3699
|
-
name:
|
|
3707
|
+
name: Colby Krajcik
|
|
3700
3708
|
address1: 1600 Pennsylvania Ave NW
|
|
3701
3709
|
city: Washington
|
|
3702
3710
|
zipcode: '20500'
|
|
@@ -3725,8 +3733,8 @@ paths:
|
|
|
3725
3733
|
payments:
|
|
3726
3734
|
- id: py_UkLWZg9DAJ
|
|
3727
3735
|
payment_method_id: pm_UkLWZg9DAJ
|
|
3728
|
-
response_code: 1-SC-
|
|
3729
|
-
number:
|
|
3736
|
+
response_code: 1-SC-20260720065855116536
|
|
3737
|
+
number: PCMJ1P1X
|
|
3730
3738
|
amount: '50.0'
|
|
3731
3739
|
display_amount: "$50.00"
|
|
3732
3740
|
status: checkout
|
|
@@ -3753,7 +3761,7 @@ paths:
|
|
|
3753
3761
|
first_name: John
|
|
3754
3762
|
last_name: Doe
|
|
3755
3763
|
full_name: John Doe
|
|
3756
|
-
address1:
|
|
3764
|
+
address1: 213 Lovely Street
|
|
3757
3765
|
address2: Northwest
|
|
3758
3766
|
postal_code: '10118'
|
|
3759
3767
|
city: New York
|
|
@@ -3772,7 +3780,7 @@ paths:
|
|
|
3772
3780
|
first_name: John
|
|
3773
3781
|
last_name: Doe
|
|
3774
3782
|
full_name: John Doe
|
|
3775
|
-
address1:
|
|
3783
|
+
address1: 214 Lovely Street
|
|
3776
3784
|
address2: Northwest
|
|
3777
3785
|
postal_code: '10118'
|
|
3778
3786
|
city: New York
|
|
@@ -3905,9 +3913,10 @@ paths:
|
|
|
3905
3913
|
example:
|
|
3906
3914
|
id: cart_UkLWZg9DAJ
|
|
3907
3915
|
market_id:
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3916
|
+
channel_id: ch_UkLWZg9DAJ
|
|
3917
|
+
number: R610731091
|
|
3918
|
+
token: YEvQkswQotFpWsBfq5C73KcHQiZv4qzcyY7
|
|
3919
|
+
email: amberly.kris@bruenlindgren.com
|
|
3911
3920
|
customer_note:
|
|
3912
3921
|
currency: USD
|
|
3913
3922
|
locale: en
|
|
@@ -3951,8 +3960,8 @@ paths:
|
|
|
3951
3960
|
preorder_ships_at:
|
|
3952
3961
|
quantity: 1
|
|
3953
3962
|
currency: USD
|
|
3954
|
-
name: Product
|
|
3955
|
-
slug: product-
|
|
3963
|
+
name: Product 1312650
|
|
3964
|
+
slug: product-1312650
|
|
3956
3965
|
options_text: ''
|
|
3957
3966
|
price: '10.0'
|
|
3958
3967
|
display_price: "$10.00"
|
|
@@ -3977,7 +3986,7 @@ paths:
|
|
|
3977
3986
|
digital_links: []
|
|
3978
3987
|
fulfillments:
|
|
3979
3988
|
- id: ful_UkLWZg9DAJ
|
|
3980
|
-
number:
|
|
3989
|
+
number: H06498776597
|
|
3981
3990
|
tracking: U10000
|
|
3982
3991
|
tracking_url:
|
|
3983
3992
|
cost: '100.0'
|
|
@@ -4006,7 +4015,7 @@ paths:
|
|
|
4006
4015
|
stock_location:
|
|
4007
4016
|
id: sloc_UkLWZg9DAJ
|
|
4008
4017
|
state_abbr: NY
|
|
4009
|
-
name:
|
|
4018
|
+
name: Yaeko Okuneva
|
|
4010
4019
|
address1: 1600 Pennsylvania Ave NW
|
|
4011
4020
|
city: Washington
|
|
4012
4021
|
zipcode: '20500'
|
|
@@ -4035,8 +4044,8 @@ paths:
|
|
|
4035
4044
|
payments:
|
|
4036
4045
|
- id: py_UkLWZg9DAJ
|
|
4037
4046
|
payment_method_id: pm_UkLWZg9DAJ
|
|
4038
|
-
response_code: 1-SC-
|
|
4039
|
-
number:
|
|
4047
|
+
response_code: 1-SC-20260720065857619656
|
|
4048
|
+
number: POEO5L7L
|
|
4040
4049
|
amount: '50.0'
|
|
4041
4050
|
display_amount: "$50.00"
|
|
4042
4051
|
status: invalid
|
|
@@ -4063,7 +4072,7 @@ paths:
|
|
|
4063
4072
|
first_name: John
|
|
4064
4073
|
last_name: Doe
|
|
4065
4074
|
full_name: John Doe
|
|
4066
|
-
address1:
|
|
4075
|
+
address1: 229 Lovely Street
|
|
4067
4076
|
address2: Northwest
|
|
4068
4077
|
postal_code: '10118'
|
|
4069
4078
|
city: New York
|
|
@@ -4082,7 +4091,7 @@ paths:
|
|
|
4082
4091
|
first_name: John
|
|
4083
4092
|
last_name: Doe
|
|
4084
4093
|
full_name: John Doe
|
|
4085
|
-
address1:
|
|
4094
|
+
address1: 230 Lovely Street
|
|
4086
4095
|
address2: Northwest
|
|
4087
4096
|
postal_code: '10118'
|
|
4088
4097
|
city: New York
|
|
@@ -4166,9 +4175,10 @@ paths:
|
|
|
4166
4175
|
example:
|
|
4167
4176
|
id: cart_UkLWZg9DAJ
|
|
4168
4177
|
market_id:
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4178
|
+
channel_id: ch_UkLWZg9DAJ
|
|
4179
|
+
number: R511205738
|
|
4180
|
+
token: aDLj3SX6a3XwA4Utmpk8pou4kMUunMssZwP
|
|
4181
|
+
email: lea_nitzsche@runolfsson.name
|
|
4172
4182
|
customer_note:
|
|
4173
4183
|
currency: USD
|
|
4174
4184
|
locale: en
|
|
@@ -4218,8 +4228,8 @@ paths:
|
|
|
4218
4228
|
preorder_ships_at:
|
|
4219
4229
|
quantity: 1
|
|
4220
4230
|
currency: USD
|
|
4221
|
-
name: Product
|
|
4222
|
-
slug: product-
|
|
4231
|
+
name: Product 1342359
|
|
4232
|
+
slug: product-1342359
|
|
4223
4233
|
options_text: ''
|
|
4224
4234
|
price: '10.0'
|
|
4225
4235
|
display_price: "$10.00"
|
|
@@ -4248,8 +4258,8 @@ paths:
|
|
|
4248
4258
|
preorder_ships_at:
|
|
4249
4259
|
quantity: 1
|
|
4250
4260
|
currency: USD
|
|
4251
|
-
name: Product
|
|
4252
|
-
slug: product-
|
|
4261
|
+
name: Product 1358747
|
|
4262
|
+
slug: product-1358747
|
|
4253
4263
|
options_text: ''
|
|
4254
4264
|
price: '19.99'
|
|
4255
4265
|
display_price: "$19.99"
|
|
@@ -4279,7 +4289,7 @@ paths:
|
|
|
4279
4289
|
first_name: John
|
|
4280
4290
|
last_name: Doe
|
|
4281
4291
|
full_name: John Doe
|
|
4282
|
-
address1:
|
|
4292
|
+
address1: 244 Lovely Street
|
|
4283
4293
|
address2: Northwest
|
|
4284
4294
|
postal_code: '10118'
|
|
4285
4295
|
city: New York
|
|
@@ -4392,9 +4402,10 @@ paths:
|
|
|
4392
4402
|
example:
|
|
4393
4403
|
id: cart_UkLWZg9DAJ
|
|
4394
4404
|
market_id:
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4405
|
+
channel_id: ch_UkLWZg9DAJ
|
|
4406
|
+
number: R895021433
|
|
4407
|
+
token: oaVJ4rhjfG8RMTHGBkQuQTvXhihzg1ZHVeb
|
|
4408
|
+
email: tawna_hagenes@maggio.info
|
|
4398
4409
|
customer_note:
|
|
4399
4410
|
currency: USD
|
|
4400
4411
|
locale: en
|
|
@@ -4441,8 +4452,8 @@ paths:
|
|
|
4441
4452
|
preorder_ships_at:
|
|
4442
4453
|
quantity: 1
|
|
4443
4454
|
currency: USD
|
|
4444
|
-
name: Product
|
|
4445
|
-
slug: product-
|
|
4455
|
+
name: Product 1385004
|
|
4456
|
+
slug: product-1385004
|
|
4446
4457
|
options_text: ''
|
|
4447
4458
|
price: '10.0'
|
|
4448
4459
|
display_price: "$10.00"
|
|
@@ -4472,7 +4483,7 @@ paths:
|
|
|
4472
4483
|
first_name: John
|
|
4473
4484
|
last_name: Doe
|
|
4474
4485
|
full_name: John Doe
|
|
4475
|
-
address1:
|
|
4486
|
+
address1: 253 Lovely Street
|
|
4476
4487
|
address2: Northwest
|
|
4477
4488
|
postal_code: '10118'
|
|
4478
4489
|
city: New York
|
|
@@ -4565,9 +4576,10 @@ paths:
|
|
|
4565
4576
|
example:
|
|
4566
4577
|
id: cart_UkLWZg9DAJ
|
|
4567
4578
|
market_id:
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4579
|
+
channel_id: ch_UkLWZg9DAJ
|
|
4580
|
+
number: R697478225
|
|
4581
|
+
token: U7k3u92idxnrph2nmobsmmTKUkJ4Q3a5Yo7
|
|
4582
|
+
email: myrtis@harvey.name
|
|
4571
4583
|
customer_note:
|
|
4572
4584
|
currency: USD
|
|
4573
4585
|
locale: en
|
|
@@ -4618,7 +4630,7 @@ paths:
|
|
|
4618
4630
|
first_name: John
|
|
4619
4631
|
last_name: Doe
|
|
4620
4632
|
full_name: John Doe
|
|
4621
|
-
address1:
|
|
4633
|
+
address1: 256 Lovely Street
|
|
4622
4634
|
address2: Northwest
|
|
4623
4635
|
postal_code: '10118'
|
|
4624
4636
|
city: New York
|
|
@@ -4714,9 +4726,9 @@ paths:
|
|
|
4714
4726
|
id: ps_gbHJdmfrXB
|
|
4715
4727
|
status: pending
|
|
4716
4728
|
currency: USD
|
|
4717
|
-
external_id:
|
|
4729
|
+
external_id: bogus_f5970bccd1d2e496f9e2df3a
|
|
4718
4730
|
external_data:
|
|
4719
|
-
client_secret:
|
|
4731
|
+
client_secret: bogus_secret_2756b4bd68e99a4f
|
|
4720
4732
|
customer_external_id:
|
|
4721
4733
|
expires_at:
|
|
4722
4734
|
amount: '110.0'
|
|
@@ -4814,7 +4826,7 @@ paths:
|
|
|
4814
4826
|
id: ps_UkLWZg9DAJ
|
|
4815
4827
|
status: pending
|
|
4816
4828
|
currency: USD
|
|
4817
|
-
external_id:
|
|
4829
|
+
external_id: bogus_8f47847cc40a8cbf7ac48adf
|
|
4818
4830
|
external_data:
|
|
4819
4831
|
client_secret: secret_123
|
|
4820
4832
|
customer_external_id:
|
|
@@ -4876,7 +4888,7 @@ paths:
|
|
|
4876
4888
|
id: ps_UkLWZg9DAJ
|
|
4877
4889
|
status: pending
|
|
4878
4890
|
currency: USD
|
|
4879
|
-
external_id:
|
|
4891
|
+
external_id: bogus_d38dc12107c87f70b7184b2e
|
|
4880
4892
|
external_data:
|
|
4881
4893
|
client_secret: secret_123
|
|
4882
4894
|
customer_external_id:
|
|
@@ -4978,7 +4990,7 @@ paths:
|
|
|
4978
4990
|
id: ps_UkLWZg9DAJ
|
|
4979
4991
|
status: completed
|
|
4980
4992
|
currency: USD
|
|
4981
|
-
external_id:
|
|
4993
|
+
external_id: bogus_abdd5b1bc7661044ec25e898
|
|
4982
4994
|
external_data:
|
|
4983
4995
|
client_secret: secret_123
|
|
4984
4996
|
customer_external_id:
|
|
@@ -5076,7 +5088,7 @@ paths:
|
|
|
5076
5088
|
id: py_UkLWZg9DAJ
|
|
5077
5089
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5078
5090
|
response_code:
|
|
5079
|
-
number:
|
|
5091
|
+
number: P04XI63Y
|
|
5080
5092
|
amount: '110.0'
|
|
5081
5093
|
display_amount: "$110.00"
|
|
5082
5094
|
status: checkout
|
|
@@ -5182,9 +5194,10 @@ paths:
|
|
|
5182
5194
|
example:
|
|
5183
5195
|
id: cart_UkLWZg9DAJ
|
|
5184
5196
|
market_id:
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5197
|
+
channel_id: ch_UkLWZg9DAJ
|
|
5198
|
+
number: R411337296
|
|
5199
|
+
token: 9as191w1KNzL89VEXYcbtxTKBsBQHs6jnKp
|
|
5200
|
+
email: bud@champlin.name
|
|
5188
5201
|
customer_note:
|
|
5189
5202
|
currency: USD
|
|
5190
5203
|
locale: en
|
|
@@ -5225,8 +5238,8 @@ paths:
|
|
|
5225
5238
|
preorder_ships_at:
|
|
5226
5239
|
quantity: 1
|
|
5227
5240
|
currency: USD
|
|
5228
|
-
name: Product
|
|
5229
|
-
slug: product-
|
|
5241
|
+
name: Product 2002470
|
|
5242
|
+
slug: product-2002470
|
|
5230
5243
|
options_text: ''
|
|
5231
5244
|
price: '10.0'
|
|
5232
5245
|
display_price: "$10.00"
|
|
@@ -5251,7 +5264,7 @@ paths:
|
|
|
5251
5264
|
digital_links: []
|
|
5252
5265
|
fulfillments:
|
|
5253
5266
|
- id: ful_UkLWZg9DAJ
|
|
5254
|
-
number:
|
|
5267
|
+
number: H66674729045
|
|
5255
5268
|
tracking: U10000
|
|
5256
5269
|
tracking_url:
|
|
5257
5270
|
cost: '100.0'
|
|
@@ -5280,7 +5293,7 @@ paths:
|
|
|
5280
5293
|
stock_location:
|
|
5281
5294
|
id: sloc_UkLWZg9DAJ
|
|
5282
5295
|
state_abbr: NY
|
|
5283
|
-
name:
|
|
5296
|
+
name: Rickie Torp
|
|
5284
5297
|
address1: 1600 Pennsylvania Ave NW
|
|
5285
5298
|
city: Washington
|
|
5286
5299
|
zipcode: '20500'
|
|
@@ -5309,8 +5322,8 @@ paths:
|
|
|
5309
5322
|
payments:
|
|
5310
5323
|
- id: py_UkLWZg9DAJ
|
|
5311
5324
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5312
|
-
response_code: 1-SC-
|
|
5313
|
-
number:
|
|
5325
|
+
response_code: 1-SC-20260720065928328833
|
|
5326
|
+
number: PYIMEG7R
|
|
5314
5327
|
amount: '10.0'
|
|
5315
5328
|
display_amount: "$10.00"
|
|
5316
5329
|
status: checkout
|
|
@@ -5337,7 +5350,7 @@ paths:
|
|
|
5337
5350
|
first_name: John
|
|
5338
5351
|
last_name: Doe
|
|
5339
5352
|
full_name: John Doe
|
|
5340
|
-
address1:
|
|
5353
|
+
address1: 340 Lovely Street
|
|
5341
5354
|
address2: Northwest
|
|
5342
5355
|
postal_code: '10118'
|
|
5343
5356
|
city: New York
|
|
@@ -5356,7 +5369,7 @@ paths:
|
|
|
5356
5369
|
first_name: John
|
|
5357
5370
|
last_name: Doe
|
|
5358
5371
|
full_name: John Doe
|
|
5359
|
-
address1:
|
|
5372
|
+
address1: 341 Lovely Street
|
|
5360
5373
|
address2: Northwest
|
|
5361
5374
|
postal_code: '10118'
|
|
5362
5375
|
city: New York
|
|
@@ -5453,9 +5466,10 @@ paths:
|
|
|
5453
5466
|
example:
|
|
5454
5467
|
id: cart_UkLWZg9DAJ
|
|
5455
5468
|
market_id:
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5469
|
+
channel_id: ch_UkLWZg9DAJ
|
|
5470
|
+
number: R791669896
|
|
5471
|
+
token: ChfMRyUkuSQjToc4YjhHUCLgXVZfsn8SLBf
|
|
5472
|
+
email: marg.kessler@breitenberglittle.us
|
|
5459
5473
|
customer_note:
|
|
5460
5474
|
currency: USD
|
|
5461
5475
|
locale: en
|
|
@@ -5499,8 +5513,8 @@ paths:
|
|
|
5499
5513
|
preorder_ships_at:
|
|
5500
5514
|
quantity: 1
|
|
5501
5515
|
currency: USD
|
|
5502
|
-
name: Product
|
|
5503
|
-
slug: product-
|
|
5516
|
+
name: Product 2024256
|
|
5517
|
+
slug: product-2024256
|
|
5504
5518
|
options_text: ''
|
|
5505
5519
|
price: '10.0'
|
|
5506
5520
|
display_price: "$10.00"
|
|
@@ -5525,7 +5539,7 @@ paths:
|
|
|
5525
5539
|
digital_links: []
|
|
5526
5540
|
fulfillments:
|
|
5527
5541
|
- id: ful_UkLWZg9DAJ
|
|
5528
|
-
number:
|
|
5542
|
+
number: H81050159943
|
|
5529
5543
|
tracking: U10000
|
|
5530
5544
|
tracking_url:
|
|
5531
5545
|
cost: '100.0'
|
|
@@ -5554,7 +5568,7 @@ paths:
|
|
|
5554
5568
|
stock_location:
|
|
5555
5569
|
id: sloc_UkLWZg9DAJ
|
|
5556
5570
|
state_abbr: NY
|
|
5557
|
-
name:
|
|
5571
|
+
name: Sidney Fisher
|
|
5558
5572
|
address1: 1600 Pennsylvania Ave NW
|
|
5559
5573
|
city: Washington
|
|
5560
5574
|
zipcode: '20500'
|
|
@@ -5586,7 +5600,7 @@ paths:
|
|
|
5586
5600
|
first_name: John
|
|
5587
5601
|
last_name: Doe
|
|
5588
5602
|
full_name: John Doe
|
|
5589
|
-
address1:
|
|
5603
|
+
address1: 348 Lovely Street
|
|
5590
5604
|
address2: Northwest
|
|
5591
5605
|
postal_code: '10118'
|
|
5592
5606
|
city: New York
|
|
@@ -5605,7 +5619,7 @@ paths:
|
|
|
5605
5619
|
first_name: John
|
|
5606
5620
|
last_name: Doe
|
|
5607
5621
|
full_name: John Doe
|
|
5608
|
-
address1:
|
|
5622
|
+
address1: 349 Lovely Street
|
|
5609
5623
|
address2: Northwest
|
|
5610
5624
|
postal_code: '10118'
|
|
5611
5625
|
city: New York
|
|
@@ -5696,7 +5710,7 @@ paths:
|
|
|
5696
5710
|
id: or_UkLWZg9DAJ
|
|
5697
5711
|
market_id:
|
|
5698
5712
|
channel_id: ch_UkLWZg9DAJ
|
|
5699
|
-
number:
|
|
5713
|
+
number: R815120791
|
|
5700
5714
|
email: guest@example.com
|
|
5701
5715
|
customer_note:
|
|
5702
5716
|
currency: USD
|
|
@@ -5704,7 +5718,7 @@ paths:
|
|
|
5704
5718
|
total_quantity: 1
|
|
5705
5719
|
fulfillment_status:
|
|
5706
5720
|
payment_status:
|
|
5707
|
-
completed_at: '2026-07-
|
|
5721
|
+
completed_at: '2026-07-20T06:59:10.102Z'
|
|
5708
5722
|
item_total: '10.0'
|
|
5709
5723
|
display_item_total: "$10.00"
|
|
5710
5724
|
adjustment_total: '0.0'
|
|
@@ -5736,8 +5750,8 @@ paths:
|
|
|
5736
5750
|
preorder_ships_at:
|
|
5737
5751
|
quantity: 1
|
|
5738
5752
|
currency: USD
|
|
5739
|
-
name: Product
|
|
5740
|
-
slug: product-
|
|
5753
|
+
name: Product 1425292
|
|
5754
|
+
slug: product-1425292
|
|
5741
5755
|
options_text: ''
|
|
5742
5756
|
price: '10.0'
|
|
5743
5757
|
display_price: "$10.00"
|
|
@@ -5762,7 +5776,7 @@ paths:
|
|
|
5762
5776
|
digital_links: []
|
|
5763
5777
|
fulfillments:
|
|
5764
5778
|
- id: ful_UkLWZg9DAJ
|
|
5765
|
-
number:
|
|
5779
|
+
number: H02137223133
|
|
5766
5780
|
tracking: U10000
|
|
5767
5781
|
tracking_url:
|
|
5768
5782
|
cost: '100.0'
|
|
@@ -5791,7 +5805,7 @@ paths:
|
|
|
5791
5805
|
stock_location:
|
|
5792
5806
|
id: sloc_UkLWZg9DAJ
|
|
5793
5807
|
state_abbr: NY
|
|
5794
|
-
name:
|
|
5808
|
+
name: Paulina Barrows
|
|
5795
5809
|
address1: 1600 Pennsylvania Ave NW
|
|
5796
5810
|
city: Washington
|
|
5797
5811
|
zipcode: '20500'
|
|
@@ -5823,7 +5837,7 @@ paths:
|
|
|
5823
5837
|
first_name: John
|
|
5824
5838
|
last_name: Doe
|
|
5825
5839
|
full_name: John Doe
|
|
5826
|
-
address1:
|
|
5840
|
+
address1: 276 Lovely Street
|
|
5827
5841
|
address2: Northwest
|
|
5828
5842
|
postal_code: '10118'
|
|
5829
5843
|
city: New York
|
|
@@ -5842,7 +5856,7 @@ paths:
|
|
|
5842
5856
|
first_name: John
|
|
5843
5857
|
last_name: Doe
|
|
5844
5858
|
full_name: John Doe
|
|
5845
|
-
address1:
|
|
5859
|
+
address1: 277 Lovely Street
|
|
5846
5860
|
address2: Northwest
|
|
5847
5861
|
postal_code: '10118'
|
|
5848
5862
|
city: New York
|
|
@@ -6728,15 +6742,15 @@ paths:
|
|
|
6728
6742
|
- id: or_UkLWZg9DAJ
|
|
6729
6743
|
market_id:
|
|
6730
6744
|
channel_id: ch_UkLWZg9DAJ
|
|
6731
|
-
number:
|
|
6732
|
-
email:
|
|
6745
|
+
number: R602488096
|
|
6746
|
+
email: bettye.swift@rohanmosciski.ca
|
|
6733
6747
|
customer_note:
|
|
6734
6748
|
currency: USD
|
|
6735
6749
|
locale: en
|
|
6736
6750
|
total_quantity: 1
|
|
6737
6751
|
fulfillment_status:
|
|
6738
6752
|
payment_status:
|
|
6739
|
-
completed_at: '2026-07-
|
|
6753
|
+
completed_at: '2026-07-20T06:58:44.296Z'
|
|
6740
6754
|
item_total: '10.0'
|
|
6741
6755
|
display_item_total: "$10.00"
|
|
6742
6756
|
adjustment_total: '0.0'
|
|
@@ -6768,8 +6782,8 @@ paths:
|
|
|
6768
6782
|
preorder_ships_at:
|
|
6769
6783
|
quantity: 1
|
|
6770
6784
|
currency: USD
|
|
6771
|
-
name: Product
|
|
6772
|
-
slug: product-
|
|
6785
|
+
name: Product 1119914
|
|
6786
|
+
slug: product-1119914
|
|
6773
6787
|
options_text: ''
|
|
6774
6788
|
price: '10.0'
|
|
6775
6789
|
display_price: "$10.00"
|
|
@@ -6794,7 +6808,7 @@ paths:
|
|
|
6794
6808
|
digital_links: []
|
|
6795
6809
|
fulfillments:
|
|
6796
6810
|
- id: ful_UkLWZg9DAJ
|
|
6797
|
-
number:
|
|
6811
|
+
number: H94775392862
|
|
6798
6812
|
tracking: U10000
|
|
6799
6813
|
tracking_url:
|
|
6800
6814
|
cost: '100.0'
|
|
@@ -6823,7 +6837,7 @@ paths:
|
|
|
6823
6837
|
stock_location:
|
|
6824
6838
|
id: sloc_UkLWZg9DAJ
|
|
6825
6839
|
state_abbr: NY
|
|
6826
|
-
name:
|
|
6840
|
+
name: Rosamond Pollich
|
|
6827
6841
|
address1: 1600 Pennsylvania Ave NW
|
|
6828
6842
|
city: Washington
|
|
6829
6843
|
zipcode: '20500'
|
|
@@ -6855,7 +6869,7 @@ paths:
|
|
|
6855
6869
|
first_name: John
|
|
6856
6870
|
last_name: Doe
|
|
6857
6871
|
full_name: John Doe
|
|
6858
|
-
address1:
|
|
6872
|
+
address1: 157 Lovely Street
|
|
6859
6873
|
address2: Northwest
|
|
6860
6874
|
postal_code: '10118'
|
|
6861
6875
|
city: New York
|
|
@@ -6874,7 +6888,7 @@ paths:
|
|
|
6874
6888
|
first_name: John
|
|
6875
6889
|
last_name: Doe
|
|
6876
6890
|
full_name: John Doe
|
|
6877
|
-
address1:
|
|
6891
|
+
address1: 158 Lovely Street
|
|
6878
6892
|
address2: Northwest
|
|
6879
6893
|
postal_code: '10118'
|
|
6880
6894
|
city: New York
|
|
@@ -6986,15 +7000,15 @@ paths:
|
|
|
6986
7000
|
id: or_UkLWZg9DAJ
|
|
6987
7001
|
market_id:
|
|
6988
7002
|
channel_id: ch_UkLWZg9DAJ
|
|
6989
|
-
number:
|
|
6990
|
-
email:
|
|
7003
|
+
number: R049918057
|
|
7004
|
+
email: stefan_kassulke@koelpin.ca
|
|
6991
7005
|
customer_note:
|
|
6992
7006
|
currency: USD
|
|
6993
7007
|
locale: en
|
|
6994
7008
|
total_quantity: 1
|
|
6995
7009
|
fulfillment_status:
|
|
6996
7010
|
payment_status:
|
|
6997
|
-
completed_at: '2026-07-
|
|
7011
|
+
completed_at: '2026-07-20T06:58:44.996Z'
|
|
6998
7012
|
item_total: '10.0'
|
|
6999
7013
|
display_item_total: "$10.00"
|
|
7000
7014
|
adjustment_total: '0.0'
|
|
@@ -7026,8 +7040,8 @@ paths:
|
|
|
7026
7040
|
preorder_ships_at:
|
|
7027
7041
|
quantity: 1
|
|
7028
7042
|
currency: USD
|
|
7029
|
-
name: Product
|
|
7030
|
-
slug: product-
|
|
7043
|
+
name: Product 1133613
|
|
7044
|
+
slug: product-1133613
|
|
7031
7045
|
options_text: ''
|
|
7032
7046
|
price: '10.0'
|
|
7033
7047
|
display_price: "$10.00"
|
|
@@ -7052,7 +7066,7 @@ paths:
|
|
|
7052
7066
|
digital_links: []
|
|
7053
7067
|
fulfillments:
|
|
7054
7068
|
- id: ful_UkLWZg9DAJ
|
|
7055
|
-
number:
|
|
7069
|
+
number: H49919599290
|
|
7056
7070
|
tracking: U10000
|
|
7057
7071
|
tracking_url:
|
|
7058
7072
|
cost: '100.0'
|
|
@@ -7081,7 +7095,7 @@ paths:
|
|
|
7081
7095
|
stock_location:
|
|
7082
7096
|
id: sloc_UkLWZg9DAJ
|
|
7083
7097
|
state_abbr: NY
|
|
7084
|
-
name:
|
|
7098
|
+
name: Ivonne Gleason
|
|
7085
7099
|
address1: 1600 Pennsylvania Ave NW
|
|
7086
7100
|
city: Washington
|
|
7087
7101
|
zipcode: '20500'
|
|
@@ -7113,7 +7127,7 @@ paths:
|
|
|
7113
7127
|
first_name: John
|
|
7114
7128
|
last_name: Doe
|
|
7115
7129
|
full_name: John Doe
|
|
7116
|
-
address1:
|
|
7130
|
+
address1: 163 Lovely Street
|
|
7117
7131
|
address2: Northwest
|
|
7118
7132
|
postal_code: '10118'
|
|
7119
7133
|
city: New York
|
|
@@ -7132,7 +7146,7 @@ paths:
|
|
|
7132
7146
|
first_name: John
|
|
7133
7147
|
last_name: Doe
|
|
7134
7148
|
full_name: John Doe
|
|
7135
|
-
address1:
|
|
7149
|
+
address1: 164 Lovely Street
|
|
7136
7150
|
address2: Northwest
|
|
7137
7151
|
postal_code: '10118'
|
|
7138
7152
|
city: New York
|
|
@@ -7201,8 +7215,8 @@ paths:
|
|
|
7201
7215
|
content:
|
|
7202
7216
|
application/json:
|
|
7203
7217
|
example:
|
|
7204
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
7205
|
-
refresh_token:
|
|
7218
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjFkZmY4MmFmLTY5ZDQtNGE0NC04NDE2LWI1MzczNTI1ODA0NCIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzg0NTM0MzI2fQ.K1WM68ijw_S43fTTGRUagBJaVoeewxInDPzAAuaqvao
|
|
7219
|
+
refresh_token: wfeRYkb2fNuZXo54maRei6v7
|
|
7206
7220
|
user:
|
|
7207
7221
|
id: cus_UkLWZg9DAJ
|
|
7208
7222
|
email: newuser@example.com
|
|
@@ -7216,6 +7230,15 @@ paths:
|
|
|
7216
7230
|
addresses: []
|
|
7217
7231
|
default_billing_address:
|
|
7218
7232
|
default_shipping_address:
|
|
7233
|
+
newsletter_subscriber:
|
|
7234
|
+
id: sub_UkLWZg9DAJ
|
|
7235
|
+
email: newuser@example.com
|
|
7236
|
+
created_at: '2026-07-20T06:58:46.198Z'
|
|
7237
|
+
updated_at: '2026-07-20T06:58:46.199Z'
|
|
7238
|
+
verified: true
|
|
7239
|
+
verified_at: '2026-07-20T06:58:46Z'
|
|
7240
|
+
customer_id: cus_UkLWZg9DAJ
|
|
7241
|
+
customer_groups: []
|
|
7219
7242
|
schema:
|
|
7220
7243
|
"$ref": "#/components/schemas/AuthResponse"
|
|
7221
7244
|
'422':
|
|
@@ -7316,12 +7339,12 @@ paths:
|
|
|
7316
7339
|
application/json:
|
|
7317
7340
|
example:
|
|
7318
7341
|
id: cus_UkLWZg9DAJ
|
|
7319
|
-
email:
|
|
7320
|
-
first_name:
|
|
7321
|
-
last_name:
|
|
7342
|
+
email: eilene_goldner@ebert.com
|
|
7343
|
+
first_name: Nola
|
|
7344
|
+
last_name: Toy
|
|
7322
7345
|
phone: 555-555-0199
|
|
7323
7346
|
accepts_email_marketing: false
|
|
7324
|
-
full_name:
|
|
7347
|
+
full_name: Nola Toy
|
|
7325
7348
|
available_store_credit_total: '0'
|
|
7326
7349
|
display_available_store_credit_total: "$0.00"
|
|
7327
7350
|
addresses:
|
|
@@ -7329,7 +7352,7 @@ paths:
|
|
|
7329
7352
|
first_name: John
|
|
7330
7353
|
last_name: Doe
|
|
7331
7354
|
full_name: John Doe
|
|
7332
|
-
address1:
|
|
7355
|
+
address1: 170 Lovely Street
|
|
7333
7356
|
address2: Northwest
|
|
7334
7357
|
postal_code: '10118'
|
|
7335
7358
|
city: New York
|
|
@@ -7347,7 +7370,7 @@ paths:
|
|
|
7347
7370
|
first_name: John
|
|
7348
7371
|
last_name: Doe
|
|
7349
7372
|
full_name: John Doe
|
|
7350
|
-
address1:
|
|
7373
|
+
address1: 169 Lovely Street
|
|
7351
7374
|
address2: Northwest
|
|
7352
7375
|
postal_code: '10118'
|
|
7353
7376
|
city: New York
|
|
@@ -7366,7 +7389,7 @@ paths:
|
|
|
7366
7389
|
first_name: John
|
|
7367
7390
|
last_name: Doe
|
|
7368
7391
|
full_name: John Doe
|
|
7369
|
-
address1:
|
|
7392
|
+
address1: 170 Lovely Street
|
|
7370
7393
|
address2: Northwest
|
|
7371
7394
|
postal_code: '10118'
|
|
7372
7395
|
city: New York
|
|
@@ -7385,7 +7408,7 @@ paths:
|
|
|
7385
7408
|
first_name: John
|
|
7386
7409
|
last_name: Doe
|
|
7387
7410
|
full_name: John Doe
|
|
7388
|
-
address1:
|
|
7411
|
+
address1: 169 Lovely Street
|
|
7389
7412
|
address2: Northwest
|
|
7390
7413
|
postal_code: '10118'
|
|
7391
7414
|
city: New York
|
|
@@ -7399,6 +7422,8 @@ paths:
|
|
|
7399
7422
|
is_default_billing: false
|
|
7400
7423
|
is_default_shipping: true
|
|
7401
7424
|
state_name: New York
|
|
7425
|
+
newsletter_subscriber:
|
|
7426
|
+
customer_groups: []
|
|
7402
7427
|
schema:
|
|
7403
7428
|
"$ref": "#/components/schemas/Customer"
|
|
7404
7429
|
'401':
|
|
@@ -7455,7 +7480,7 @@ paths:
|
|
|
7455
7480
|
application/json:
|
|
7456
7481
|
example:
|
|
7457
7482
|
id: cus_UkLWZg9DAJ
|
|
7458
|
-
email:
|
|
7483
|
+
email: kasha.schulist@prosacco.ca
|
|
7459
7484
|
first_name: Updated
|
|
7460
7485
|
last_name: Name
|
|
7461
7486
|
phone: 555-555-0199
|
|
@@ -7468,7 +7493,7 @@ paths:
|
|
|
7468
7493
|
first_name: John
|
|
7469
7494
|
last_name: Doe
|
|
7470
7495
|
full_name: John Doe
|
|
7471
|
-
address1:
|
|
7496
|
+
address1: 172 Lovely Street
|
|
7472
7497
|
address2: Northwest
|
|
7473
7498
|
postal_code: '10118'
|
|
7474
7499
|
city: New York
|
|
@@ -7486,7 +7511,7 @@ paths:
|
|
|
7486
7511
|
first_name: John
|
|
7487
7512
|
last_name: Doe
|
|
7488
7513
|
full_name: John Doe
|
|
7489
|
-
address1:
|
|
7514
|
+
address1: 171 Lovely Street
|
|
7490
7515
|
address2: Northwest
|
|
7491
7516
|
postal_code: '10118'
|
|
7492
7517
|
city: New York
|
|
@@ -7505,7 +7530,7 @@ paths:
|
|
|
7505
7530
|
first_name: John
|
|
7506
7531
|
last_name: Doe
|
|
7507
7532
|
full_name: John Doe
|
|
7508
|
-
address1:
|
|
7533
|
+
address1: 172 Lovely Street
|
|
7509
7534
|
address2: Northwest
|
|
7510
7535
|
postal_code: '10118'
|
|
7511
7536
|
city: New York
|
|
@@ -7524,7 +7549,7 @@ paths:
|
|
|
7524
7549
|
first_name: John
|
|
7525
7550
|
last_name: Doe
|
|
7526
7551
|
full_name: John Doe
|
|
7527
|
-
address1:
|
|
7552
|
+
address1: 171 Lovely Street
|
|
7528
7553
|
address2: Northwest
|
|
7529
7554
|
postal_code: '10118'
|
|
7530
7555
|
city: New York
|
|
@@ -7538,6 +7563,8 @@ paths:
|
|
|
7538
7563
|
is_default_billing: false
|
|
7539
7564
|
is_default_shipping: true
|
|
7540
7565
|
state_name: New York
|
|
7566
|
+
newsletter_subscriber:
|
|
7567
|
+
customer_groups: []
|
|
7541
7568
|
schema:
|
|
7542
7569
|
"$ref": "#/components/schemas/Customer"
|
|
7543
7570
|
'422':
|
|
@@ -7644,7 +7671,7 @@ paths:
|
|
|
7644
7671
|
example:
|
|
7645
7672
|
data:
|
|
7646
7673
|
- id: gc_UkLWZg9DAJ
|
|
7647
|
-
code:
|
|
7674
|
+
code: CE747A2902E0F8E6
|
|
7648
7675
|
status: active
|
|
7649
7676
|
currency: USD
|
|
7650
7677
|
amount: '10.0'
|
|
@@ -7740,7 +7767,7 @@ paths:
|
|
|
7740
7767
|
application/json:
|
|
7741
7768
|
example:
|
|
7742
7769
|
id: gc_UkLWZg9DAJ
|
|
7743
|
-
code:
|
|
7770
|
+
code: A85DF7530D5427D2
|
|
7744
7771
|
status: active
|
|
7745
7772
|
currency: USD
|
|
7746
7773
|
amount: '10.0'
|
|
@@ -7812,8 +7839,8 @@ paths:
|
|
|
7812
7839
|
example:
|
|
7813
7840
|
id: pss_gbHJdmfrXB
|
|
7814
7841
|
status: pending
|
|
7815
|
-
external_id:
|
|
7816
|
-
external_client_secret:
|
|
7842
|
+
external_id: bogus_seti_5917b4c5313a6144a001f309
|
|
7843
|
+
external_client_secret: bogus_seti_secret_276edea39079a17f
|
|
7817
7844
|
external_data: {}
|
|
7818
7845
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7819
7846
|
payment_source_id:
|
|
@@ -7912,8 +7939,8 @@ paths:
|
|
|
7912
7939
|
example:
|
|
7913
7940
|
id: pss_UkLWZg9DAJ
|
|
7914
7941
|
status: pending
|
|
7915
|
-
external_id:
|
|
7916
|
-
external_client_secret:
|
|
7942
|
+
external_id: seti_test_db6f308c532481227c001535
|
|
7943
|
+
external_client_secret: seti_secret_f71e16082a1cfe98ed3d8094
|
|
7917
7944
|
external_data:
|
|
7918
7945
|
client_secret: secret_123
|
|
7919
7946
|
payment_method_id: pm_UkLWZg9DAJ
|
|
@@ -7989,8 +8016,8 @@ paths:
|
|
|
7989
8016
|
example:
|
|
7990
8017
|
id: pss_UkLWZg9DAJ
|
|
7991
8018
|
status: completed
|
|
7992
|
-
external_id:
|
|
7993
|
-
external_client_secret:
|
|
8019
|
+
external_id: seti_test_6277a5f68ea454abc328de35
|
|
8020
|
+
external_client_secret: seti_secret_3ab47824489c4e90391a2e52
|
|
7994
8021
|
external_data:
|
|
7995
8022
|
client_secret: secret_123
|
|
7996
8023
|
payment_method_id: pm_UkLWZg9DAJ
|
|
@@ -8234,7 +8261,7 @@ paths:
|
|
|
8234
8261
|
example:
|
|
8235
8262
|
data:
|
|
8236
8263
|
- iso: DE
|
|
8237
|
-
iso3:
|
|
8264
|
+
iso3: IS42
|
|
8238
8265
|
name: Germany
|
|
8239
8266
|
states_required: false
|
|
8240
8267
|
zipcode_required: true
|
|
@@ -8547,12 +8574,12 @@ paths:
|
|
|
8547
8574
|
- fr
|
|
8548
8575
|
countries:
|
|
8549
8576
|
- iso: DE
|
|
8550
|
-
iso3:
|
|
8577
|
+
iso3: IS69
|
|
8551
8578
|
name: Germany
|
|
8552
8579
|
states_required: false
|
|
8553
8580
|
zipcode_required: true
|
|
8554
8581
|
- iso: FR
|
|
8555
|
-
iso3:
|
|
8582
|
+
iso3: IS70
|
|
8556
8583
|
name: France
|
|
8557
8584
|
states_required: false
|
|
8558
8585
|
zipcode_required: true
|
|
@@ -8634,12 +8661,12 @@ paths:
|
|
|
8634
8661
|
- fr
|
|
8635
8662
|
countries:
|
|
8636
8663
|
- iso: DE
|
|
8637
|
-
iso3:
|
|
8664
|
+
iso3: IS73
|
|
8638
8665
|
name: Germany
|
|
8639
8666
|
states_required: false
|
|
8640
8667
|
zipcode_required: true
|
|
8641
8668
|
- iso: FR
|
|
8642
|
-
iso3:
|
|
8669
|
+
iso3: IS74
|
|
8643
8670
|
name: France
|
|
8644
8671
|
states_required: false
|
|
8645
8672
|
zipcode_required: true
|
|
@@ -8717,12 +8744,12 @@ paths:
|
|
|
8717
8744
|
- fr
|
|
8718
8745
|
countries:
|
|
8719
8746
|
- iso: DE
|
|
8720
|
-
iso3:
|
|
8747
|
+
iso3: IS77
|
|
8721
8748
|
name: Germany
|
|
8722
8749
|
states_required: false
|
|
8723
8750
|
zipcode_required: true
|
|
8724
8751
|
- iso: FR
|
|
8725
|
-
iso3:
|
|
8752
|
+
iso3: IS78
|
|
8726
8753
|
name: France
|
|
8727
8754
|
states_required: false
|
|
8728
8755
|
zipcode_required: true
|
|
@@ -8786,12 +8813,12 @@ paths:
|
|
|
8786
8813
|
example:
|
|
8787
8814
|
data:
|
|
8788
8815
|
- iso: FR
|
|
8789
|
-
iso3:
|
|
8816
|
+
iso3: IS82
|
|
8790
8817
|
name: France
|
|
8791
8818
|
states_required: false
|
|
8792
8819
|
zipcode_required: true
|
|
8793
8820
|
- iso: DE
|
|
8794
|
-
iso3:
|
|
8821
|
+
iso3: IS81
|
|
8795
8822
|
name: Germany
|
|
8796
8823
|
states_required: false
|
|
8797
8824
|
zipcode_required: true
|
|
@@ -8931,7 +8958,7 @@ paths:
|
|
|
8931
8958
|
data:
|
|
8932
8959
|
- id: wl_UkLWZg9DAJ
|
|
8933
8960
|
name: My Wishlist
|
|
8934
|
-
token:
|
|
8961
|
+
token: EkGxSWB17nCseQYJoBp642fT
|
|
8935
8962
|
is_default: false
|
|
8936
8963
|
is_private: true
|
|
8937
8964
|
meta:
|
|
@@ -9007,7 +9034,7 @@ paths:
|
|
|
9007
9034
|
example:
|
|
9008
9035
|
id: wl_gbHJdmfrXB
|
|
9009
9036
|
name: Birthday Ideas
|
|
9010
|
-
token:
|
|
9037
|
+
token: YgLGByFdHn5x4npJg2qryZYp
|
|
9011
9038
|
is_default: false
|
|
9012
9039
|
is_private: true
|
|
9013
9040
|
schema:
|
|
@@ -9103,7 +9130,7 @@ paths:
|
|
|
9103
9130
|
example:
|
|
9104
9131
|
id: wl_UkLWZg9DAJ
|
|
9105
9132
|
name: My Wishlist
|
|
9106
|
-
token:
|
|
9133
|
+
token: T53yXsSRd1tCrW5ocQtYkcB5
|
|
9107
9134
|
is_default: false
|
|
9108
9135
|
is_private: true
|
|
9109
9136
|
schema:
|
|
@@ -9165,7 +9192,7 @@ paths:
|
|
|
9165
9192
|
example:
|
|
9166
9193
|
id: wl_UkLWZg9DAJ
|
|
9167
9194
|
name: Updated Name
|
|
9168
|
-
token:
|
|
9195
|
+
token: NDYqPdkWYVCnXCMvRVtA3NQ2
|
|
9169
9196
|
is_default: false
|
|
9170
9197
|
is_private: true
|
|
9171
9198
|
schema:
|
|
@@ -9280,7 +9307,7 @@ paths:
|
|
|
9280
9307
|
variant:
|
|
9281
9308
|
id: variant_gbHJdmfrXB
|
|
9282
9309
|
product_id: prod_gbHJdmfrXB
|
|
9283
|
-
sku: SKU-
|
|
9310
|
+
sku: SKU-250
|
|
9284
9311
|
options_text: ''
|
|
9285
9312
|
track_inventory: true
|
|
9286
9313
|
media_count: 0
|
|
@@ -9446,11 +9473,11 @@ paths:
|
|
|
9446
9473
|
application/json:
|
|
9447
9474
|
example:
|
|
9448
9475
|
id: sub_UkLWZg9DAJ
|
|
9449
|
-
email:
|
|
9450
|
-
created_at: '2026-07-
|
|
9451
|
-
updated_at: '2026-07-
|
|
9476
|
+
email: jolanda.bode@barrowslubowitz.ca
|
|
9477
|
+
created_at: '2026-07-20T06:59:05.321Z'
|
|
9478
|
+
updated_at: '2026-07-20T06:59:05.324Z'
|
|
9452
9479
|
verified: true
|
|
9453
|
-
verified_at: '2026-07-
|
|
9480
|
+
verified_at: '2026-07-20T06:59:05Z'
|
|
9454
9481
|
customer_id: cus_UkLWZg9DAJ
|
|
9455
9482
|
schema:
|
|
9456
9483
|
"$ref": "#/components/schemas/NewsletterSubscriber"
|
|
@@ -9529,10 +9556,10 @@ paths:
|
|
|
9529
9556
|
example:
|
|
9530
9557
|
id: sub_UkLWZg9DAJ
|
|
9531
9558
|
email: pending@example.com
|
|
9532
|
-
created_at: '2026-07-
|
|
9533
|
-
updated_at: '2026-07-
|
|
9559
|
+
created_at: '2026-07-20T06:59:05.343Z'
|
|
9560
|
+
updated_at: '2026-07-20T06:59:05.347Z'
|
|
9534
9561
|
verified: true
|
|
9535
|
-
verified_at: '2026-07-
|
|
9562
|
+
verified_at: '2026-07-20T06:59:05Z'
|
|
9536
9563
|
customer_id:
|
|
9537
9564
|
schema:
|
|
9538
9565
|
"$ref": "#/components/schemas/NewsletterSubscriber"
|
|
@@ -9558,6 +9585,101 @@ paths:
|
|
|
9558
9585
|
description: Verification token from the confirmation email
|
|
9559
9586
|
required:
|
|
9560
9587
|
- token
|
|
9588
|
+
"/api/v3/store/newsletter_subscribers/{id}":
|
|
9589
|
+
parameters:
|
|
9590
|
+
- name: id
|
|
9591
|
+
in: path
|
|
9592
|
+
description: Newsletter subscriber prefix id (sub_*)
|
|
9593
|
+
required: true
|
|
9594
|
+
schema:
|
|
9595
|
+
type: string
|
|
9596
|
+
delete:
|
|
9597
|
+
summary: Unsubscribe from the newsletter
|
|
9598
|
+
tags:
|
|
9599
|
+
- Newsletter Subscribers
|
|
9600
|
+
security:
|
|
9601
|
+
- api_key: []
|
|
9602
|
+
description: |
|
|
9603
|
+
Destroys the newsletter subscription, firing the `newsletter_subscriber.deleted`
|
|
9604
|
+
lifecycle event. Two authorization paths are accepted:
|
|
9605
|
+
|
|
9606
|
+
- **Unsubscribe token** in the `?token=` query param — bearer delivered to the
|
|
9607
|
+
subscriber by email (the link in an unsubscribe message). The token is
|
|
9608
|
+
cryptographically signed and is cross-checked against the `:id` in the URL —
|
|
9609
|
+
tampering with either is rejected. To request such an email be sent, call the
|
|
9610
|
+
collection action `POST /newsletter_subscribers/request_unsubscribe` with the
|
|
9611
|
+
subscriber's email in the body.
|
|
9612
|
+
- **JWT bearer** for the logged-in customer who owns the subscription. No `token`
|
|
9613
|
+
query param is needed in this path.
|
|
9614
|
+
|
|
9615
|
+
All failure modes return a generic `invalid_token` 422.
|
|
9616
|
+
parameters:
|
|
9617
|
+
- name: x-spree-api-key
|
|
9618
|
+
in: header
|
|
9619
|
+
required: true
|
|
9620
|
+
schema:
|
|
9621
|
+
type: string
|
|
9622
|
+
- name: Authorization
|
|
9623
|
+
in: header
|
|
9624
|
+
required: false
|
|
9625
|
+
description: Optional Bearer JWT — alternative to the `token` query param
|
|
9626
|
+
schema:
|
|
9627
|
+
type: string
|
|
9628
|
+
- name: token
|
|
9629
|
+
in: query
|
|
9630
|
+
required: false
|
|
9631
|
+
description: Unsubscribe token delivered to the subscriber by email (e.g.
|
|
9632
|
+
the link in an unsubscribe message).
|
|
9633
|
+
schema:
|
|
9634
|
+
type: string
|
|
9635
|
+
responses:
|
|
9636
|
+
'204':
|
|
9637
|
+
description: unsubscribed via JWT (owner)
|
|
9638
|
+
'422':
|
|
9639
|
+
description: JWT-authenticated, subscriber on a different store
|
|
9640
|
+
content:
|
|
9641
|
+
application/json:
|
|
9642
|
+
example:
|
|
9643
|
+
error:
|
|
9644
|
+
code: invalid_token
|
|
9645
|
+
message: Newsletter unsubscribe token is invalid or has expired.
|
|
9646
|
+
schema:
|
|
9647
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
9648
|
+
"/api/v3/store/newsletter_subscribers/request_unsubscribe":
|
|
9649
|
+
post:
|
|
9650
|
+
summary: Request an unsubscribe token
|
|
9651
|
+
tags:
|
|
9652
|
+
- Newsletter Subscribers
|
|
9653
|
+
security:
|
|
9654
|
+
- api_key: []
|
|
9655
|
+
description: |
|
|
9656
|
+
Publishes a `newsletter_subscriber.unsubscribe_requested` event carrying an unsubscribe token in the payload.
|
|
9657
|
+
Always returns 202 Accepted to prevent email enumeration.
|
|
9658
|
+
parameters:
|
|
9659
|
+
- name: x-spree-api-key
|
|
9660
|
+
in: header
|
|
9661
|
+
required: true
|
|
9662
|
+
schema:
|
|
9663
|
+
type: string
|
|
9664
|
+
responses:
|
|
9665
|
+
'202':
|
|
9666
|
+
description: returns accepted even when email is missing
|
|
9667
|
+
requestBody:
|
|
9668
|
+
content:
|
|
9669
|
+
application/json:
|
|
9670
|
+
schema:
|
|
9671
|
+
type: object
|
|
9672
|
+
properties:
|
|
9673
|
+
email:
|
|
9674
|
+
type: string
|
|
9675
|
+
format: email
|
|
9676
|
+
example: subscriber@example.com
|
|
9677
|
+
redirect_url:
|
|
9678
|
+
type: string
|
|
9679
|
+
format: uri
|
|
9680
|
+
description: Storefront URL the unsubscribe token should be appended
|
|
9681
|
+
to in the resulting email. Silently dropped from the event payload
|
|
9682
|
+
if outside the store's allowed origins.
|
|
9561
9683
|
"/api/v3/store/policies":
|
|
9562
9684
|
get:
|
|
9563
9685
|
summary: List store policies
|
|
@@ -9607,7 +9729,7 @@ paths:
|
|
|
9607
9729
|
body_html: ''
|
|
9608
9730
|
- id: pol_OIJLhNcSbf
|
|
9609
9731
|
name: Privacy Policy
|
|
9610
|
-
slug: privacy-policy-
|
|
9732
|
+
slug: privacy-policy-13c46914-2a75-4c79-8151-67de9795911e
|
|
9611
9733
|
body: We respect your privacy.
|
|
9612
9734
|
body_html: |
|
|
9613
9735
|
<div class="trix-content">
|
|
@@ -9776,6 +9898,72 @@ paths:
|
|
|
9776
9898
|
application/octet-stream:
|
|
9777
9899
|
schema:
|
|
9778
9900
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
9901
|
+
"/api/v3/store/channel":
|
|
9902
|
+
get:
|
|
9903
|
+
summary: Get the current channel
|
|
9904
|
+
tags:
|
|
9905
|
+
- Channel
|
|
9906
|
+
security:
|
|
9907
|
+
- api_key: []
|
|
9908
|
+
description: Returns the channel this request resolved to (key binding → X-Spree-Channel
|
|
9909
|
+
header → store default), including the resolved storefront access posture.
|
|
9910
|
+
Reachable before authentication so gated storefronts can render a sign-in
|
|
9911
|
+
wall.
|
|
9912
|
+
x-codeSamples:
|
|
9913
|
+
- lang: javascript
|
|
9914
|
+
label: Spree SDK
|
|
9915
|
+
source: |-
|
|
9916
|
+
import { createClient } from '@spree/sdk'
|
|
9917
|
+
|
|
9918
|
+
const client = createClient({
|
|
9919
|
+
baseUrl: 'https://your-store.com',
|
|
9920
|
+
publishableKey: '<api-key>',
|
|
9921
|
+
})
|
|
9922
|
+
|
|
9923
|
+
const channel = await client.channel.get()
|
|
9924
|
+
|
|
9925
|
+
if (channel.storefront_access === 'login_required') {
|
|
9926
|
+
// render a sign-in wall before any catalog UI
|
|
9927
|
+
}
|
|
9928
|
+
parameters:
|
|
9929
|
+
- name: x-spree-api-key
|
|
9930
|
+
in: header
|
|
9931
|
+
required: true
|
|
9932
|
+
schema:
|
|
9933
|
+
type: string
|
|
9934
|
+
- name: X-Spree-Channel
|
|
9935
|
+
in: header
|
|
9936
|
+
required: false
|
|
9937
|
+
description: Channel code or prefixed ID to resolve. When the API key is channel-bound,
|
|
9938
|
+
a value naming a different channel is rejected with 422 channel_mismatch;
|
|
9939
|
+
a value matching the bound channel is accepted.
|
|
9940
|
+
schema:
|
|
9941
|
+
type: string
|
|
9942
|
+
responses:
|
|
9943
|
+
'200':
|
|
9944
|
+
description: channel found
|
|
9945
|
+
content:
|
|
9946
|
+
application/json:
|
|
9947
|
+
example:
|
|
9948
|
+
id: ch_gbHJdmfrXB
|
|
9949
|
+
name: Wholesale
|
|
9950
|
+
code: wholesale
|
|
9951
|
+
active: true
|
|
9952
|
+
default: false
|
|
9953
|
+
storefront_access: login_required
|
|
9954
|
+
guest_checkout: false
|
|
9955
|
+
schema:
|
|
9956
|
+
"$ref": "#/components/schemas/Channel"
|
|
9957
|
+
'401':
|
|
9958
|
+
description: unauthorized
|
|
9959
|
+
content:
|
|
9960
|
+
application/json:
|
|
9961
|
+
example:
|
|
9962
|
+
error:
|
|
9963
|
+
code: invalid_token
|
|
9964
|
+
message: Valid API key required
|
|
9965
|
+
schema:
|
|
9966
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
9779
9967
|
servers:
|
|
9780
9968
|
- url: http://{defaultHost}
|
|
9781
9969
|
variables:
|
|
@@ -10228,6 +10416,9 @@ components:
|
|
|
10228
10416
|
market_id:
|
|
10229
10417
|
type: string
|
|
10230
10418
|
nullable: true
|
|
10419
|
+
channel_id:
|
|
10420
|
+
type: string
|
|
10421
|
+
nullable: true
|
|
10231
10422
|
number:
|
|
10232
10423
|
type: string
|
|
10233
10424
|
token:
|
|
@@ -10368,6 +10559,7 @@ components:
|
|
|
10368
10559
|
required:
|
|
10369
10560
|
- id
|
|
10370
10561
|
- market_id
|
|
10562
|
+
- channel_id
|
|
10371
10563
|
- number
|
|
10372
10564
|
- token
|
|
10373
10565
|
- email
|
|
@@ -10502,12 +10694,18 @@ components:
|
|
|
10502
10694
|
type: boolean
|
|
10503
10695
|
default:
|
|
10504
10696
|
type: boolean
|
|
10697
|
+
storefront_access:
|
|
10698
|
+
type: string
|
|
10699
|
+
guest_checkout:
|
|
10700
|
+
type: boolean
|
|
10505
10701
|
required:
|
|
10506
10702
|
- id
|
|
10507
10703
|
- name
|
|
10508
10704
|
- code
|
|
10509
10705
|
- active
|
|
10510
10706
|
- default
|
|
10707
|
+
- storefront_access
|
|
10708
|
+
- guest_checkout
|
|
10511
10709
|
x-typelizer: true
|
|
10512
10710
|
Country:
|
|
10513
10711
|
type: object
|
|
@@ -10613,6 +10811,17 @@ components:
|
|
|
10613
10811
|
- key
|
|
10614
10812
|
- value
|
|
10615
10813
|
x-typelizer: true
|
|
10814
|
+
CustomerGroup:
|
|
10815
|
+
type: object
|
|
10816
|
+
properties:
|
|
10817
|
+
id:
|
|
10818
|
+
type: string
|
|
10819
|
+
name:
|
|
10820
|
+
type: string
|
|
10821
|
+
required:
|
|
10822
|
+
- id
|
|
10823
|
+
- name
|
|
10824
|
+
x-typelizer: true
|
|
10616
10825
|
Customer:
|
|
10617
10826
|
type: object
|
|
10618
10827
|
properties:
|
|
@@ -10649,6 +10858,14 @@ components:
|
|
|
10649
10858
|
allOf:
|
|
10650
10859
|
- "$ref": "#/components/schemas/Address"
|
|
10651
10860
|
nullable: true
|
|
10861
|
+
newsletter_subscriber:
|
|
10862
|
+
allOf:
|
|
10863
|
+
- "$ref": "#/components/schemas/NewsletterSubscriber"
|
|
10864
|
+
nullable: true
|
|
10865
|
+
customer_groups:
|
|
10866
|
+
type: array
|
|
10867
|
+
items:
|
|
10868
|
+
"$ref": "#/components/schemas/CustomerGroup"
|
|
10652
10869
|
required:
|
|
10653
10870
|
- id
|
|
10654
10871
|
- email
|
|
@@ -10662,6 +10879,8 @@ components:
|
|
|
10662
10879
|
- addresses
|
|
10663
10880
|
- default_billing_address
|
|
10664
10881
|
- default_shipping_address
|
|
10882
|
+
- newsletter_subscriber
|
|
10883
|
+
- customer_groups
|
|
10665
10884
|
x-typelizer: true
|
|
10666
10885
|
DeliveryMethod:
|
|
10667
10886
|
type: object
|