@spree/docs 0.1.92 → 0.1.94
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/admin-api/authentication.md +34 -18
- package/dist/api-reference/admin-api/endpoints.md +348 -0
- package/dist/api-reference/admin-api/errors.md +2 -0
- package/dist/api-reference/admin-api/introduction.md +11 -0
- package/dist/api-reference/store.yaml +243 -232
- package/dist/developer/agentic/overview.md +1 -1
- package/dist/developer/cli/admin-api.md +146 -0
- package/dist/developer/cli/quickstart.md +40 -5
- package/dist/developer/core-concepts/addresses.md +32 -16
- package/dist/developer/core-concepts/adjustments.md +11 -5
- package/dist/developer/core-concepts/architecture.md +8 -8
- package/dist/developer/core-concepts/calculators.md +31 -51
- package/dist/developer/core-concepts/channels.md +13 -6
- package/dist/developer/core-concepts/customers.md +47 -23
- package/dist/developer/core-concepts/events.md +22 -17
- package/dist/developer/core-concepts/imports-exports.md +69 -14
- package/dist/developer/core-concepts/inventory.md +79 -1
- package/dist/developer/core-concepts/markets.md +64 -20
- package/dist/developer/core-concepts/media.md +43 -6
- package/dist/developer/core-concepts/metafields.md +76 -13
- package/dist/developer/core-concepts/orders.md +95 -17
- package/dist/developer/core-concepts/payments.md +14 -13
- package/dist/developer/core-concepts/pricing.md +95 -9
- package/dist/developer/core-concepts/products.md +192 -26
- package/dist/developer/core-concepts/promotions.md +61 -4
- package/dist/developer/core-concepts/reports.md +4 -2
- package/dist/developer/core-concepts/search-filtering.md +82 -32
- package/dist/developer/core-concepts/shipments.md +16 -13
- package/dist/developer/core-concepts/slugs.md +20 -11
- package/dist/developer/core-concepts/staff-roles.md +51 -1
- package/dist/developer/core-concepts/store-credits-gift-cards.md +90 -9
- package/dist/developer/core-concepts/stores.md +16 -14
- package/dist/developer/core-concepts/taxes.md +28 -0
- package/dist/developer/core-concepts/translations.md +16 -7
- package/dist/developer/core-concepts/users.md +13 -9
- package/dist/developer/core-concepts/webhooks.md +95 -64
- package/dist/developer/how-to/custom-api-authentication.md +103 -23
- package/dist/developer/multi-store/quickstart.md +1 -1
- package/dist/developer/sdk/admin/authentication.md +1 -1
- package/dist/developer/sdk/admin/resources.md +2 -0
- package/dist/developer/upgrades/5.3-to-5.4.md +1 -1
- package/dist/developer/upgrades/5.4-to-5.5.md +1 -1
- package/dist/integrations/integrations.md +0 -7
- package/package.json +1 -1
- package/dist/integrations/sso-mfa-social-login/admin-dashboard.md +0 -57
- package/dist/integrations/sso-mfa-social-login/storefront.md +0 -56
|
@@ -50,16 +50,16 @@ paths:
|
|
|
50
50
|
description: |
|
|
51
51
|
Authenticates a customer and returns a JWT access token + refresh token.
|
|
52
52
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
the
|
|
53
|
+
The `provider` field selects the authentication method. When omitted it
|
|
54
|
+
defaults to `email`, the built-in email/password login.
|
|
55
|
+
|
|
56
|
+
To authenticate against a third-party identity provider (Auth0, Okta,
|
|
57
|
+
Firebase, a custom JWT issuer, SAML, etc.), send
|
|
58
|
+
`{ "provider": "<your_key>", ... }` with the fields that provider
|
|
59
|
+
requires. The endpoint returns the same JWT + refresh token regardless of
|
|
60
|
+
which provider authenticated the request. See
|
|
61
|
+
[Custom API Authentication](https://spreecommerce.org/docs/developer/how-to/custom-api-authentication)
|
|
62
|
+
for the list of configured providers and their required fields.
|
|
63
63
|
x-codeSamples:
|
|
64
64
|
- lang: javascript
|
|
65
65
|
label: Spree SDK
|
|
@@ -87,16 +87,16 @@ paths:
|
|
|
87
87
|
content:
|
|
88
88
|
application/json:
|
|
89
89
|
example:
|
|
90
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
91
|
-
refresh_token:
|
|
90
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6ImIyZmVhMjFlLWJhMTItNGI5MC1hNTQyLTBmOTI4YWZkY2NjNCIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzgxNTI4MzI0fQ.Y82KBbnXemdm8DKbBmvDv849CJ8zi2scmmJOo_iMpr4
|
|
91
|
+
refresh_token: iUhbdpqrZmFta8Xy9yw6Y3eW
|
|
92
92
|
user:
|
|
93
93
|
id: cus_UkLWZg9DAJ
|
|
94
94
|
email: test@example.com
|
|
95
|
-
first_name:
|
|
96
|
-
last_name:
|
|
95
|
+
first_name: Kelley
|
|
96
|
+
last_name: DuBuque
|
|
97
97
|
phone:
|
|
98
98
|
accepts_email_marketing: false
|
|
99
|
-
full_name:
|
|
99
|
+
full_name: Kelley DuBuque
|
|
100
100
|
available_store_credit_total: '0'
|
|
101
101
|
display_available_store_credit_total: "$0.00"
|
|
102
102
|
addresses: []
|
|
@@ -141,10 +141,10 @@ paths:
|
|
|
141
141
|
- password
|
|
142
142
|
- title: ProviderLogin
|
|
143
143
|
description: |
|
|
144
|
-
Provider-dispatched login. The `provider` key selects a
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
Provider-dispatched login. The `provider` key selects a configured
|
|
145
|
+
authentication provider; the remaining fields are forwarded to it.
|
|
146
|
+
Required fields depend on the provider — see
|
|
147
|
+
[Custom API Authentication](https://spreecommerce.org/docs/developer/how-to/custom-api-authentication).
|
|
148
148
|
type: object
|
|
149
149
|
properties:
|
|
150
150
|
provider:
|
|
@@ -192,16 +192,16 @@ paths:
|
|
|
192
192
|
content:
|
|
193
193
|
application/json:
|
|
194
194
|
example:
|
|
195
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
196
|
-
refresh_token:
|
|
195
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6ImQyNjJiNmExLTExMDgtNDVjNi04NzE5LWJmNmNkY2NmYjY0OSIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzgxNTI4MzI1fQ.P7InEIuJCZwA0-q1SCkzxsanFWINnqEWAt3z-fcelFE
|
|
196
|
+
refresh_token: ujfKeA3UFnDGM7jetDREeLPT
|
|
197
197
|
user:
|
|
198
198
|
id: cus_UkLWZg9DAJ
|
|
199
199
|
email: test@example.com
|
|
200
|
-
first_name:
|
|
201
|
-
last_name:
|
|
200
|
+
first_name: Teressa
|
|
201
|
+
last_name: Connelly
|
|
202
202
|
phone:
|
|
203
203
|
accepts_email_marketing: false
|
|
204
|
-
full_name:
|
|
204
|
+
full_name: Teressa Connelly
|
|
205
205
|
available_store_credit_total: '0'
|
|
206
206
|
display_available_store_credit_total: "$0.00"
|
|
207
207
|
addresses: []
|
|
@@ -389,16 +389,16 @@ paths:
|
|
|
389
389
|
content:
|
|
390
390
|
application/json:
|
|
391
391
|
example:
|
|
392
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
393
|
-
refresh_token:
|
|
392
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjgzOWEyZjA2LWRlNjgtNGJjYS04MmYzLTdlOGEwYjI0Mjk1NCIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzgxNTI4MzM3fQ.Z5TS6pKz61trZqVkO4clef6rU07NEc2UoKAfiZZnFnE
|
|
393
|
+
refresh_token: mGvQV5J2GRFAwywvMqD6s7B3
|
|
394
394
|
user:
|
|
395
395
|
id: cus_UkLWZg9DAJ
|
|
396
396
|
email: customer@example.com
|
|
397
|
-
first_name:
|
|
398
|
-
last_name:
|
|
397
|
+
first_name: Desmond
|
|
398
|
+
last_name: Thompson
|
|
399
399
|
phone:
|
|
400
400
|
accepts_email_marketing: false
|
|
401
|
-
full_name:
|
|
401
|
+
full_name: Desmond Thompson
|
|
402
402
|
available_store_credit_total: '0'
|
|
403
403
|
display_available_store_credit_total: "$0.00"
|
|
404
404
|
addresses: []
|
|
@@ -798,13 +798,13 @@ paths:
|
|
|
798
798
|
example:
|
|
799
799
|
data:
|
|
800
800
|
- id: prod_UkLWZg9DAJ
|
|
801
|
-
name: Product
|
|
802
|
-
slug: product-
|
|
801
|
+
name: Product 1465396
|
|
802
|
+
slug: product-1465396
|
|
803
803
|
meta_title:
|
|
804
804
|
meta_description:
|
|
805
805
|
meta_keywords:
|
|
806
806
|
variant_count: 1
|
|
807
|
-
available_on:
|
|
807
|
+
available_on:
|
|
808
808
|
purchasable: true
|
|
809
809
|
in_stock: false
|
|
810
810
|
backorderable: true
|
|
@@ -826,43 +826,25 @@ paths:
|
|
|
826
826
|
price_list_id:
|
|
827
827
|
original_price:
|
|
828
828
|
- id: prod_gbHJdmfrXB
|
|
829
|
-
name: Product
|
|
830
|
-
slug: product-
|
|
829
|
+
name: Product 1475959
|
|
830
|
+
slug: product-1475959
|
|
831
831
|
meta_title:
|
|
832
832
|
meta_description:
|
|
833
833
|
meta_keywords:
|
|
834
834
|
variant_count: 0
|
|
835
|
-
available_on:
|
|
835
|
+
available_on:
|
|
836
836
|
purchasable: true
|
|
837
837
|
in_stock: false
|
|
838
838
|
backorderable: true
|
|
839
839
|
available: true
|
|
840
|
-
description:
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
in accusantium magni itaque exercitationem. Quas vero maxime voluptatem
|
|
849
|
-
rem impedit inventore. Esse perferendis asperiores ea expedita
|
|
850
|
-
aut tenetur soluta. Enim accusantium dolor adipisci impedit. Error
|
|
851
|
-
maxime neque accusamus facere provident eum. Cum officia velit
|
|
852
|
-
asperiores quod cupiditate fugiat. Possimus tenetur aut consequuntur
|
|
853
|
-
iusto cumque quas. Ab velit ullam qui pariatur veritatis omnis.
|
|
854
|
-
Accusantium vero occaecati explicabo neque animi commodi. Necessitatibus
|
|
855
|
-
perspiciatis iste culpa totam quibusdam voluptate distinctio.
|
|
856
|
-
Quod aliquam ut et autem. Saepe ut asperiores et quisquam perspiciatis
|
|
857
|
-
molestiae. Vel recusandae sunt nemo et accusamus veniam ducimus.
|
|
858
|
-
Laborum modi quasi perferendis culpa laboriosam quaerat magnam.
|
|
859
|
-
Facere at tempora iusto ex magni aliquam modi debitis.
|
|
860
|
-
description_html: |-
|
|
861
|
-
Architecto dignissimos nemo inventore incidunt enim. Odit accusamus repellat error saepe culpa unde eius. Cupiditate officiis voluptatem autem perferendis qui vitae omnis sunt. Debitis dolor tempore ad impedit itaque reprehenderit delectus. Doloremque laudantium iure recusandae iusto debitis laborum consequuntur.
|
|
862
|
-
Impedit eum optio commodi tempora cum quidem. Facere voluptatum nam possimus veritatis nostrum explicabo dolore ex. Adipisci iure unde nobis itaque amet nesciunt voluptatibus impedit. Numquam in accusantium magni itaque exercitationem. Quas vero maxime voluptatem rem impedit inventore.
|
|
863
|
-
Esse perferendis asperiores ea expedita aut tenetur soluta. Enim accusantium dolor adipisci impedit. Error maxime neque accusamus facere provident eum. Cum officia velit asperiores quod cupiditate fugiat. Possimus tenetur aut consequuntur iusto cumque quas.
|
|
864
|
-
Ab velit ullam qui pariatur veritatis omnis. Accusantium vero occaecati explicabo neque animi commodi. Necessitatibus perspiciatis iste culpa totam quibusdam voluptate distinctio. Quod aliquam ut et autem. Saepe ut asperiores et quisquam perspiciatis molestiae.
|
|
865
|
-
Vel recusandae sunt nemo et accusamus veniam ducimus. Laborum modi quasi perferendis culpa laboriosam quaerat magnam. Facere at tempora iusto ex magni aliquam modi debitis.
|
|
840
|
+
description: Sed omnis rerum consequatur beatae explicabo. Dolorem
|
|
841
|
+
nesciunt ut consequatur nihil soluta. Occaecati non libero quasi
|
|
842
|
+
quibusdam est. Ratione eveniet dolore veniam mollitia ut beatae
|
|
843
|
+
esse quod.
|
|
844
|
+
description_html: Sed omnis rerum consequatur beatae explicabo.
|
|
845
|
+
Dolorem nesciunt ut consequatur nihil soluta. Occaecati non libero
|
|
846
|
+
quasi quibusdam est. Ratione eveniet dolore veniam mollitia ut
|
|
847
|
+
beatae esse quod.
|
|
866
848
|
default_variant_id: variant_EfhxLZ9ck8
|
|
867
849
|
thumbnail_url:
|
|
868
850
|
tags: []
|
|
@@ -964,13 +946,13 @@ paths:
|
|
|
964
946
|
application/json:
|
|
965
947
|
example:
|
|
966
948
|
id: prod_UkLWZg9DAJ
|
|
967
|
-
name: Product
|
|
968
|
-
slug: product-
|
|
949
|
+
name: Product 174105
|
|
950
|
+
slug: product-174105
|
|
969
951
|
meta_title:
|
|
970
952
|
meta_description:
|
|
971
953
|
meta_keywords:
|
|
972
954
|
variant_count: 1
|
|
973
|
-
available_on:
|
|
955
|
+
available_on:
|
|
974
956
|
purchasable: true
|
|
975
957
|
in_stock: false
|
|
976
958
|
backorderable: true
|
|
@@ -997,7 +979,7 @@ paths:
|
|
|
997
979
|
amount_in_cents: 999
|
|
998
980
|
currency: USD
|
|
999
981
|
display_amount: "$9.99"
|
|
1000
|
-
recorded_at: '2026-05-
|
|
982
|
+
recorded_at: '2026-05-31T11:59:33Z'
|
|
1001
983
|
schema:
|
|
1002
984
|
"$ref": "#/components/schemas/Product"
|
|
1003
985
|
'404':
|
|
@@ -1235,9 +1217,9 @@ paths:
|
|
|
1235
1217
|
data:
|
|
1236
1218
|
- id: cart_gbHJdmfrXB
|
|
1237
1219
|
market_id:
|
|
1238
|
-
number:
|
|
1239
|
-
token:
|
|
1240
|
-
email:
|
|
1220
|
+
number: R391514877
|
|
1221
|
+
token: 91qPEgrUq5tHSzYtRERirrN2JhoZq6qXpds
|
|
1222
|
+
email: brice@prosaccorohan.us
|
|
1241
1223
|
customer_note:
|
|
1242
1224
|
currency: USD
|
|
1243
1225
|
locale: en
|
|
@@ -1279,8 +1261,8 @@ paths:
|
|
|
1279
1261
|
variant_id: variant_gbHJdmfrXB
|
|
1280
1262
|
quantity: 1
|
|
1281
1263
|
currency: USD
|
|
1282
|
-
name: Product
|
|
1283
|
-
slug: product-
|
|
1264
|
+
name: Product 873143
|
|
1265
|
+
slug: product-873143
|
|
1284
1266
|
options_text: ''
|
|
1285
1267
|
price: '10.0'
|
|
1286
1268
|
display_price: "$10.00"
|
|
@@ -1305,7 +1287,7 @@ paths:
|
|
|
1305
1287
|
digital_links: []
|
|
1306
1288
|
fulfillments:
|
|
1307
1289
|
- id: ful_gbHJdmfrXB
|
|
1308
|
-
number:
|
|
1290
|
+
number: H39160650276
|
|
1309
1291
|
tracking: U10000
|
|
1310
1292
|
tracking_url:
|
|
1311
1293
|
cost: '100.0'
|
|
@@ -1334,7 +1316,7 @@ paths:
|
|
|
1334
1316
|
stock_location:
|
|
1335
1317
|
id: sloc_UkLWZg9DAJ
|
|
1336
1318
|
state_abbr: NY
|
|
1337
|
-
name:
|
|
1319
|
+
name: Julianna Kessler
|
|
1338
1320
|
address1: 1600 Pennsylvania Ave NW
|
|
1339
1321
|
city: Washington
|
|
1340
1322
|
zipcode: '20500'
|
|
@@ -1404,9 +1386,9 @@ paths:
|
|
|
1404
1386
|
market:
|
|
1405
1387
|
- id: cart_UkLWZg9DAJ
|
|
1406
1388
|
market_id:
|
|
1407
|
-
number:
|
|
1408
|
-
token:
|
|
1409
|
-
email:
|
|
1389
|
+
number: R325942958
|
|
1390
|
+
token: B6DRcAGjbQuPPZK1RGyEfHU2hMPTpe6TLeD
|
|
1391
|
+
email: brice@prosaccorohan.us
|
|
1410
1392
|
customer_note:
|
|
1411
1393
|
currency: USD
|
|
1412
1394
|
locale: en
|
|
@@ -1448,8 +1430,8 @@ paths:
|
|
|
1448
1430
|
variant_id: variant_UkLWZg9DAJ
|
|
1449
1431
|
quantity: 1
|
|
1450
1432
|
currency: USD
|
|
1451
|
-
name: Product
|
|
1452
|
-
slug: product-
|
|
1433
|
+
name: Product 868901
|
|
1434
|
+
slug: product-868901
|
|
1453
1435
|
options_text: ''
|
|
1454
1436
|
price: '10.0'
|
|
1455
1437
|
display_price: "$10.00"
|
|
@@ -1474,7 +1456,7 @@ paths:
|
|
|
1474
1456
|
digital_links: []
|
|
1475
1457
|
fulfillments:
|
|
1476
1458
|
- id: ful_UkLWZg9DAJ
|
|
1477
|
-
number:
|
|
1459
|
+
number: H13773213923
|
|
1478
1460
|
tracking: U10000
|
|
1479
1461
|
tracking_url:
|
|
1480
1462
|
cost: '100.0'
|
|
@@ -1503,7 +1485,7 @@ paths:
|
|
|
1503
1485
|
stock_location:
|
|
1504
1486
|
id: sloc_UkLWZg9DAJ
|
|
1505
1487
|
state_abbr: NY
|
|
1506
|
-
name:
|
|
1488
|
+
name: Julianna Kessler
|
|
1507
1489
|
address1: 1600 Pennsylvania Ave NW
|
|
1508
1490
|
city: Washington
|
|
1509
1491
|
zipcode: '20500'
|
|
@@ -1646,8 +1628,8 @@ paths:
|
|
|
1646
1628
|
example:
|
|
1647
1629
|
id: cart_UkLWZg9DAJ
|
|
1648
1630
|
market_id:
|
|
1649
|
-
number:
|
|
1650
|
-
token:
|
|
1631
|
+
number: R510073501
|
|
1632
|
+
token: 2tu4Hwc5RLLce6dwVkgkXjAFcbUysDt9NKK
|
|
1651
1633
|
email:
|
|
1652
1634
|
customer_note:
|
|
1653
1635
|
currency: USD
|
|
@@ -1802,9 +1784,9 @@ paths:
|
|
|
1802
1784
|
example:
|
|
1803
1785
|
id: cart_UkLWZg9DAJ
|
|
1804
1786
|
market_id:
|
|
1805
|
-
number:
|
|
1806
|
-
token:
|
|
1807
|
-
email:
|
|
1787
|
+
number: R620792925
|
|
1788
|
+
token: utYWAb5PQQDTcLWNF5Z16H7cAS4JkvN9yBu
|
|
1789
|
+
email: eldridge_luettgen@crookskertzmann.ca
|
|
1808
1790
|
customer_note:
|
|
1809
1791
|
currency: USD
|
|
1810
1792
|
locale: en
|
|
@@ -1831,7 +1813,7 @@ paths:
|
|
|
1831
1813
|
display_delivery_total: "$0.00"
|
|
1832
1814
|
warnings:
|
|
1833
1815
|
- code: line_item_removed
|
|
1834
|
-
message: Product
|
|
1816
|
+
message: Product 911714 was removed because it was sold out
|
|
1835
1817
|
line_item_id: li_UkLWZg9DAJ
|
|
1836
1818
|
variant_id: variant_UkLWZg9DAJ
|
|
1837
1819
|
store_credit_total: '0.0'
|
|
@@ -1973,9 +1955,9 @@ paths:
|
|
|
1973
1955
|
example:
|
|
1974
1956
|
id: cart_UkLWZg9DAJ
|
|
1975
1957
|
market_id:
|
|
1976
|
-
number:
|
|
1977
|
-
token:
|
|
1978
|
-
email:
|
|
1958
|
+
number: R907955730
|
|
1959
|
+
token: ecfTBKjeGZouycGCvsWFXtPTMF4kWT9hM1V
|
|
1960
|
+
email: pamelia_kertzmann@kling.name
|
|
1979
1961
|
customer_note: Leave at door
|
|
1980
1962
|
currency: USD
|
|
1981
1963
|
locale: en
|
|
@@ -2019,8 +2001,8 @@ paths:
|
|
|
2019
2001
|
variant_id: variant_UkLWZg9DAJ
|
|
2020
2002
|
quantity: 1
|
|
2021
2003
|
currency: USD
|
|
2022
|
-
name: Product
|
|
2023
|
-
slug: product-
|
|
2004
|
+
name: Product 928261
|
|
2005
|
+
slug: product-928261
|
|
2024
2006
|
options_text: ''
|
|
2025
2007
|
price: '19.99'
|
|
2026
2008
|
display_price: "$19.99"
|
|
@@ -2045,7 +2027,7 @@ paths:
|
|
|
2045
2027
|
digital_links: []
|
|
2046
2028
|
fulfillments:
|
|
2047
2029
|
- id: ful_gbHJdmfrXB
|
|
2048
|
-
number:
|
|
2030
|
+
number: H47222346339
|
|
2049
2031
|
tracking:
|
|
2050
2032
|
tracking_url:
|
|
2051
2033
|
cost: '10.0'
|
|
@@ -2074,7 +2056,7 @@ paths:
|
|
|
2074
2056
|
stock_location:
|
|
2075
2057
|
id: sloc_UkLWZg9DAJ
|
|
2076
2058
|
state_abbr: NY
|
|
2077
|
-
name:
|
|
2059
|
+
name: Amos Paucek
|
|
2078
2060
|
address1: 1600 Pennsylvania Ave NW
|
|
2079
2061
|
city: Washington
|
|
2080
2062
|
zipcode: '20500'
|
|
@@ -2311,9 +2293,9 @@ paths:
|
|
|
2311
2293
|
example:
|
|
2312
2294
|
id: cart_UkLWZg9DAJ
|
|
2313
2295
|
market_id:
|
|
2314
|
-
number:
|
|
2315
|
-
token:
|
|
2316
|
-
email:
|
|
2296
|
+
number: R471169269
|
|
2297
|
+
token: jxrk6j62tzu6rDG4XKCufjuG1v7oHk6tBjh
|
|
2298
|
+
email: ronni@torphyhuels.name
|
|
2317
2299
|
customer_note:
|
|
2318
2300
|
currency: USD
|
|
2319
2301
|
locale: en
|
|
@@ -2355,8 +2337,8 @@ paths:
|
|
|
2355
2337
|
variant_id: variant_UkLWZg9DAJ
|
|
2356
2338
|
quantity: 1
|
|
2357
2339
|
currency: USD
|
|
2358
|
-
name: Product
|
|
2359
|
-
slug: product-
|
|
2340
|
+
name: Product 942226
|
|
2341
|
+
slug: product-942226
|
|
2360
2342
|
options_text: ''
|
|
2361
2343
|
price: '10.0'
|
|
2362
2344
|
display_price: "$10.00"
|
|
@@ -2381,7 +2363,7 @@ paths:
|
|
|
2381
2363
|
digital_links: []
|
|
2382
2364
|
fulfillments:
|
|
2383
2365
|
- id: ful_UkLWZg9DAJ
|
|
2384
|
-
number:
|
|
2366
|
+
number: H40223957218
|
|
2385
2367
|
tracking: U10000
|
|
2386
2368
|
tracking_url:
|
|
2387
2369
|
cost: '100.0'
|
|
@@ -2410,7 +2392,7 @@ paths:
|
|
|
2410
2392
|
stock_location:
|
|
2411
2393
|
id: sloc_UkLWZg9DAJ
|
|
2412
2394
|
state_abbr: NY
|
|
2413
|
-
name:
|
|
2395
|
+
name: Lorene Hayes
|
|
2414
2396
|
address1: 1600 Pennsylvania Ave NW
|
|
2415
2397
|
city: Washington
|
|
2416
2398
|
zipcode: '20500'
|
|
@@ -2545,8 +2527,8 @@ paths:
|
|
|
2545
2527
|
id: or_UkLWZg9DAJ
|
|
2546
2528
|
market_id:
|
|
2547
2529
|
channel_id: ch_UkLWZg9DAJ
|
|
2548
|
-
number:
|
|
2549
|
-
email:
|
|
2530
|
+
number: R676900142
|
|
2531
|
+
email: mario_turcotte@reichelrunolfsson.us
|
|
2550
2532
|
customer_note:
|
|
2551
2533
|
currency: USD
|
|
2552
2534
|
locale: en
|
|
@@ -2573,7 +2555,7 @@ paths:
|
|
|
2573
2555
|
display_delivery_total: "$10.00"
|
|
2574
2556
|
fulfillment_status: backorder
|
|
2575
2557
|
payment_status: paid
|
|
2576
|
-
completed_at: '2026-
|
|
2558
|
+
completed_at: '2026-06-15T11:58:50.788Z'
|
|
2577
2559
|
store_credit_total: '0.0'
|
|
2578
2560
|
display_store_credit_total: "$0.00"
|
|
2579
2561
|
covered_by_store_credit: false
|
|
@@ -2583,8 +2565,8 @@ paths:
|
|
|
2583
2565
|
variant_id: variant_UkLWZg9DAJ
|
|
2584
2566
|
quantity: 1
|
|
2585
2567
|
currency: USD
|
|
2586
|
-
name: Product
|
|
2587
|
-
slug: product-
|
|
2568
|
+
name: Product 961063
|
|
2569
|
+
slug: product-961063
|
|
2588
2570
|
options_text: ''
|
|
2589
2571
|
price: '19.99'
|
|
2590
2572
|
display_price: "$19.99"
|
|
@@ -2609,7 +2591,7 @@ paths:
|
|
|
2609
2591
|
digital_links: []
|
|
2610
2592
|
fulfillments:
|
|
2611
2593
|
- id: ful_gbHJdmfrXB
|
|
2612
|
-
number:
|
|
2594
|
+
number: H78869810751
|
|
2613
2595
|
tracking:
|
|
2614
2596
|
tracking_url:
|
|
2615
2597
|
cost: '10.0'
|
|
@@ -2638,7 +2620,7 @@ paths:
|
|
|
2638
2620
|
stock_location:
|
|
2639
2621
|
id: sloc_UkLWZg9DAJ
|
|
2640
2622
|
state_abbr: NY
|
|
2641
|
-
name:
|
|
2623
|
+
name: Karen Crooks
|
|
2642
2624
|
address1: 1600 Pennsylvania Ave NW
|
|
2643
2625
|
city: Washington
|
|
2644
2626
|
zipcode: '20500'
|
|
@@ -2667,8 +2649,8 @@ paths:
|
|
|
2667
2649
|
payments:
|
|
2668
2650
|
- id: py_UkLWZg9DAJ
|
|
2669
2651
|
payment_method_id: pm_UkLWZg9DAJ
|
|
2670
|
-
response_code: BGS-
|
|
2671
|
-
number:
|
|
2652
|
+
response_code: BGS-289d84a07e39
|
|
2653
|
+
number: PE0ADTGA
|
|
2672
2654
|
amount: '29.99'
|
|
2673
2655
|
display_amount: "$29.99"
|
|
2674
2656
|
status: completed
|
|
@@ -2806,9 +2788,9 @@ paths:
|
|
|
2806
2788
|
example:
|
|
2807
2789
|
id: cart_UkLWZg9DAJ
|
|
2808
2790
|
market_id:
|
|
2809
|
-
number:
|
|
2810
|
-
token:
|
|
2811
|
-
email:
|
|
2791
|
+
number: R862524013
|
|
2792
|
+
token: mrU35EGJkvBQ6rRau1yGwHHjN9SE6EBfQ4b
|
|
2793
|
+
email: veta_jaskolski@strosin.us
|
|
2812
2794
|
customer_note:
|
|
2813
2795
|
currency: USD
|
|
2814
2796
|
locale: en
|
|
@@ -2857,8 +2839,8 @@ paths:
|
|
|
2857
2839
|
variant_id: variant_UkLWZg9DAJ
|
|
2858
2840
|
quantity: 1
|
|
2859
2841
|
currency: USD
|
|
2860
|
-
name: Product
|
|
2861
|
-
slug: product-
|
|
2842
|
+
name: Product 1156655
|
|
2843
|
+
slug: product-1156655
|
|
2862
2844
|
options_text: ''
|
|
2863
2845
|
price: '10.0'
|
|
2864
2846
|
display_price: "$10.00"
|
|
@@ -2883,7 +2865,7 @@ paths:
|
|
|
2883
2865
|
digital_links: []
|
|
2884
2866
|
fulfillments:
|
|
2885
2867
|
- id: ful_UkLWZg9DAJ
|
|
2886
|
-
number:
|
|
2868
|
+
number: H55247547840
|
|
2887
2869
|
tracking: U10000
|
|
2888
2870
|
tracking_url:
|
|
2889
2871
|
cost: '100.0'
|
|
@@ -2912,7 +2894,7 @@ paths:
|
|
|
2912
2894
|
stock_location:
|
|
2913
2895
|
id: sloc_UkLWZg9DAJ
|
|
2914
2896
|
state_abbr: NY
|
|
2915
|
-
name:
|
|
2897
|
+
name: Yvette Bradtke
|
|
2916
2898
|
address1: 1600 Pennsylvania Ave NW
|
|
2917
2899
|
city: Washington
|
|
2918
2900
|
zipcode: '20500'
|
|
@@ -3066,9 +3048,9 @@ paths:
|
|
|
3066
3048
|
example:
|
|
3067
3049
|
id: cart_UkLWZg9DAJ
|
|
3068
3050
|
market_id:
|
|
3069
|
-
number:
|
|
3070
|
-
token:
|
|
3071
|
-
email:
|
|
3051
|
+
number: R959162990
|
|
3052
|
+
token: HQ68bhTBj21RQMsLjfKn3CiBtiWkfTe3GX5
|
|
3053
|
+
email: annette_considine@fisher.co.uk
|
|
3072
3054
|
customer_note:
|
|
3073
3055
|
currency: USD
|
|
3074
3056
|
locale: en
|
|
@@ -3110,8 +3092,8 @@ paths:
|
|
|
3110
3092
|
variant_id: variant_UkLWZg9DAJ
|
|
3111
3093
|
quantity: 1
|
|
3112
3094
|
currency: USD
|
|
3113
|
-
name: Product
|
|
3114
|
-
slug: product-
|
|
3095
|
+
name: Product 1178887
|
|
3096
|
+
slug: product-1178887
|
|
3115
3097
|
options_text: ''
|
|
3116
3098
|
price: '10.0'
|
|
3117
3099
|
display_price: "$10.00"
|
|
@@ -3136,7 +3118,7 @@ paths:
|
|
|
3136
3118
|
digital_links: []
|
|
3137
3119
|
fulfillments:
|
|
3138
3120
|
- id: ful_UkLWZg9DAJ
|
|
3139
|
-
number:
|
|
3121
|
+
number: H41760498328
|
|
3140
3122
|
tracking: U10000
|
|
3141
3123
|
tracking_url:
|
|
3142
3124
|
cost: '100.0'
|
|
@@ -3165,7 +3147,7 @@ paths:
|
|
|
3165
3147
|
stock_location:
|
|
3166
3148
|
id: sloc_UkLWZg9DAJ
|
|
3167
3149
|
state_abbr: NY
|
|
3168
|
-
name:
|
|
3150
|
+
name: Wendy Williamson
|
|
3169
3151
|
address1: 1600 Pennsylvania Ave NW
|
|
3170
3152
|
city: Washington
|
|
3171
3153
|
zipcode: '20500'
|
|
@@ -3308,9 +3290,9 @@ paths:
|
|
|
3308
3290
|
example:
|
|
3309
3291
|
id: cart_UkLWZg9DAJ
|
|
3310
3292
|
market_id:
|
|
3311
|
-
number:
|
|
3312
|
-
token:
|
|
3313
|
-
email:
|
|
3293
|
+
number: R623969485
|
|
3294
|
+
token: RaMmYKe9RJ768iGkrVv9p9USZ1Y3MLGF4Ta
|
|
3295
|
+
email: cecille.williamson@goodwin.us
|
|
3314
3296
|
customer_note:
|
|
3315
3297
|
currency: USD
|
|
3316
3298
|
locale: en
|
|
@@ -3354,8 +3336,8 @@ paths:
|
|
|
3354
3336
|
variant_id: variant_UkLWZg9DAJ
|
|
3355
3337
|
quantity: 1
|
|
3356
3338
|
currency: USD
|
|
3357
|
-
name: Product
|
|
3358
|
-
slug: product-
|
|
3339
|
+
name: Product 119616
|
|
3340
|
+
slug: product-119616
|
|
3359
3341
|
options_text: ''
|
|
3360
3342
|
price: '10.0'
|
|
3361
3343
|
display_price: "$10.00"
|
|
@@ -3380,7 +3362,7 @@ paths:
|
|
|
3380
3362
|
digital_links: []
|
|
3381
3363
|
fulfillments:
|
|
3382
3364
|
- id: ful_UkLWZg9DAJ
|
|
3383
|
-
number:
|
|
3365
|
+
number: H81921670877
|
|
3384
3366
|
tracking: U10000
|
|
3385
3367
|
tracking_url:
|
|
3386
3368
|
cost: '100.0'
|
|
@@ -3409,7 +3391,7 @@ paths:
|
|
|
3409
3391
|
stock_location:
|
|
3410
3392
|
id: sloc_UkLWZg9DAJ
|
|
3411
3393
|
state_abbr: NY
|
|
3412
|
-
name:
|
|
3394
|
+
name: Karie Reichert
|
|
3413
3395
|
address1: 1600 Pennsylvania Ave NW
|
|
3414
3396
|
city: Washington
|
|
3415
3397
|
zipcode: '20500'
|
|
@@ -3566,9 +3548,9 @@ paths:
|
|
|
3566
3548
|
example:
|
|
3567
3549
|
id: cart_UkLWZg9DAJ
|
|
3568
3550
|
market_id:
|
|
3569
|
-
number:
|
|
3570
|
-
token:
|
|
3571
|
-
email:
|
|
3551
|
+
number: R447873832
|
|
3552
|
+
token: kxSSLANWvAuqioECuek6VR1VcHdBRmugzgJ
|
|
3553
|
+
email: luana.rau@gerlach.com
|
|
3572
3554
|
customer_note:
|
|
3573
3555
|
currency: USD
|
|
3574
3556
|
locale: en
|
|
@@ -3607,8 +3589,8 @@ paths:
|
|
|
3607
3589
|
variant_id: variant_UkLWZg9DAJ
|
|
3608
3590
|
quantity: 1
|
|
3609
3591
|
currency: USD
|
|
3610
|
-
name: Product
|
|
3611
|
-
slug: product-
|
|
3592
|
+
name: Product 1212044
|
|
3593
|
+
slug: product-1212044
|
|
3612
3594
|
options_text: ''
|
|
3613
3595
|
price: '10.0'
|
|
3614
3596
|
display_price: "$10.00"
|
|
@@ -3633,7 +3615,7 @@ paths:
|
|
|
3633
3615
|
digital_links: []
|
|
3634
3616
|
fulfillments:
|
|
3635
3617
|
- id: ful_UkLWZg9DAJ
|
|
3636
|
-
number:
|
|
3618
|
+
number: H56136636084
|
|
3637
3619
|
tracking: U10000
|
|
3638
3620
|
tracking_url:
|
|
3639
3621
|
cost: '100.0'
|
|
@@ -3662,7 +3644,7 @@ paths:
|
|
|
3662
3644
|
stock_location:
|
|
3663
3645
|
id: sloc_UkLWZg9DAJ
|
|
3664
3646
|
state_abbr: NY
|
|
3665
|
-
name:
|
|
3647
|
+
name: Thu Schowalter
|
|
3666
3648
|
address1: 1600 Pennsylvania Ave NW
|
|
3667
3649
|
city: Washington
|
|
3668
3650
|
zipcode: '20500'
|
|
@@ -3691,8 +3673,8 @@ paths:
|
|
|
3691
3673
|
payments:
|
|
3692
3674
|
- id: py_UkLWZg9DAJ
|
|
3693
3675
|
payment_method_id: pm_UkLWZg9DAJ
|
|
3694
|
-
response_code: 1-SC-
|
|
3695
|
-
number:
|
|
3676
|
+
response_code: 1-SC-20260615115908721736
|
|
3677
|
+
number: PRC54RCX
|
|
3696
3678
|
amount: '50.0'
|
|
3697
3679
|
display_amount: "$50.00"
|
|
3698
3680
|
status: checkout
|
|
@@ -3871,9 +3853,9 @@ paths:
|
|
|
3871
3853
|
example:
|
|
3872
3854
|
id: cart_UkLWZg9DAJ
|
|
3873
3855
|
market_id:
|
|
3874
|
-
number:
|
|
3875
|
-
token:
|
|
3876
|
-
email:
|
|
3856
|
+
number: R963189766
|
|
3857
|
+
token: uzE8akL5NWHQrHavV8QRmaY9Fav6jgm1KYE
|
|
3858
|
+
email: jayna@keebler.us
|
|
3877
3859
|
customer_note:
|
|
3878
3860
|
currency: USD
|
|
3879
3861
|
locale: en
|
|
@@ -3915,8 +3897,8 @@ paths:
|
|
|
3915
3897
|
variant_id: variant_UkLWZg9DAJ
|
|
3916
3898
|
quantity: 1
|
|
3917
3899
|
currency: USD
|
|
3918
|
-
name: Product
|
|
3919
|
-
slug: product-
|
|
3900
|
+
name: Product 1259143
|
|
3901
|
+
slug: product-1259143
|
|
3920
3902
|
options_text: ''
|
|
3921
3903
|
price: '10.0'
|
|
3922
3904
|
display_price: "$10.00"
|
|
@@ -3941,7 +3923,7 @@ paths:
|
|
|
3941
3923
|
digital_links: []
|
|
3942
3924
|
fulfillments:
|
|
3943
3925
|
- id: ful_UkLWZg9DAJ
|
|
3944
|
-
number:
|
|
3926
|
+
number: H99592833616
|
|
3945
3927
|
tracking: U10000
|
|
3946
3928
|
tracking_url:
|
|
3947
3929
|
cost: '100.0'
|
|
@@ -3970,7 +3952,7 @@ paths:
|
|
|
3970
3952
|
stock_location:
|
|
3971
3953
|
id: sloc_UkLWZg9DAJ
|
|
3972
3954
|
state_abbr: NY
|
|
3973
|
-
name:
|
|
3955
|
+
name: Bertie Prosacco
|
|
3974
3956
|
address1: 1600 Pennsylvania Ave NW
|
|
3975
3957
|
city: Washington
|
|
3976
3958
|
zipcode: '20500'
|
|
@@ -3999,8 +3981,8 @@ paths:
|
|
|
3999
3981
|
payments:
|
|
4000
3982
|
- id: py_UkLWZg9DAJ
|
|
4001
3983
|
payment_method_id: pm_UkLWZg9DAJ
|
|
4002
|
-
response_code: 1-SC-
|
|
4003
|
-
number:
|
|
3984
|
+
response_code: 1-SC-20260615115911281202
|
|
3985
|
+
number: PPRO1ERR
|
|
4004
3986
|
amount: '50.0'
|
|
4005
3987
|
display_amount: "$50.00"
|
|
4006
3988
|
status: invalid
|
|
@@ -4130,9 +4112,9 @@ paths:
|
|
|
4130
4112
|
example:
|
|
4131
4113
|
id: cart_UkLWZg9DAJ
|
|
4132
4114
|
market_id:
|
|
4133
|
-
number:
|
|
4134
|
-
token:
|
|
4135
|
-
email:
|
|
4115
|
+
number: R099306977
|
|
4116
|
+
token: kzdRWepL3vurE5HGfMtEoxvz1cbcyp9XqWT
|
|
4117
|
+
email: carin@jones.info
|
|
4136
4118
|
customer_note:
|
|
4137
4119
|
currency: USD
|
|
4138
4120
|
locale: en
|
|
@@ -4180,8 +4162,8 @@ paths:
|
|
|
4180
4162
|
variant_id: variant_UkLWZg9DAJ
|
|
4181
4163
|
quantity: 1
|
|
4182
4164
|
currency: USD
|
|
4183
|
-
name: Product
|
|
4184
|
-
slug: product-
|
|
4165
|
+
name: Product 1282572
|
|
4166
|
+
slug: product-1282572
|
|
4185
4167
|
options_text: ''
|
|
4186
4168
|
price: '10.0'
|
|
4187
4169
|
display_price: "$10.00"
|
|
@@ -4208,8 +4190,8 @@ paths:
|
|
|
4208
4190
|
variant_id: variant_gbHJdmfrXB
|
|
4209
4191
|
quantity: 1
|
|
4210
4192
|
currency: USD
|
|
4211
|
-
name: Product
|
|
4212
|
-
slug: product-
|
|
4193
|
+
name: Product 1297029
|
|
4194
|
+
slug: product-1297029
|
|
4213
4195
|
options_text: ''
|
|
4214
4196
|
price: '19.99'
|
|
4215
4197
|
display_price: "$19.99"
|
|
@@ -4352,9 +4334,9 @@ paths:
|
|
|
4352
4334
|
example:
|
|
4353
4335
|
id: cart_UkLWZg9DAJ
|
|
4354
4336
|
market_id:
|
|
4355
|
-
number:
|
|
4356
|
-
token:
|
|
4357
|
-
email:
|
|
4337
|
+
number: R106878138
|
|
4338
|
+
token: TjBpf9dXVqHBvQ4xf1WqgENPvTvjRXXJYbU
|
|
4339
|
+
email: paulita@hilpertkiehn.info
|
|
4358
4340
|
customer_note:
|
|
4359
4341
|
currency: USD
|
|
4360
4342
|
locale: en
|
|
@@ -4399,8 +4381,8 @@ paths:
|
|
|
4399
4381
|
variant_id: variant_UkLWZg9DAJ
|
|
4400
4382
|
quantity: 1
|
|
4401
4383
|
currency: USD
|
|
4402
|
-
name: Product
|
|
4403
|
-
slug: product-
|
|
4384
|
+
name: Product 1324596
|
|
4385
|
+
slug: product-1324596
|
|
4404
4386
|
options_text: ''
|
|
4405
4387
|
price: '10.0'
|
|
4406
4388
|
display_price: "$10.00"
|
|
@@ -4523,9 +4505,9 @@ paths:
|
|
|
4523
4505
|
example:
|
|
4524
4506
|
id: cart_UkLWZg9DAJ
|
|
4525
4507
|
market_id:
|
|
4526
|
-
number:
|
|
4527
|
-
token:
|
|
4528
|
-
email:
|
|
4508
|
+
number: R496063706
|
|
4509
|
+
token: PtHkBjGCGQ9sdca4d6qKRu9BrRGGKtgv16v
|
|
4510
|
+
email: farrah_runolfsson@wintheiserschumm.ca
|
|
4529
4511
|
customer_note:
|
|
4530
4512
|
currency: USD
|
|
4531
4513
|
locale: en
|
|
@@ -4672,9 +4654,9 @@ paths:
|
|
|
4672
4654
|
id: ps_gbHJdmfrXB
|
|
4673
4655
|
status: pending
|
|
4674
4656
|
currency: USD
|
|
4675
|
-
external_id:
|
|
4657
|
+
external_id: bogus_ea79634e189c639d861a6e00
|
|
4676
4658
|
external_data:
|
|
4677
|
-
client_secret:
|
|
4659
|
+
client_secret: bogus_secret_f72b8758fe0fa38c
|
|
4678
4660
|
customer_external_id:
|
|
4679
4661
|
expires_at:
|
|
4680
4662
|
amount: '110.0'
|
|
@@ -4772,7 +4754,7 @@ paths:
|
|
|
4772
4754
|
id: ps_UkLWZg9DAJ
|
|
4773
4755
|
status: pending
|
|
4774
4756
|
currency: USD
|
|
4775
|
-
external_id:
|
|
4757
|
+
external_id: bogus_e9d0027df02447865be91d6a
|
|
4776
4758
|
external_data:
|
|
4777
4759
|
client_secret: secret_123
|
|
4778
4760
|
customer_external_id:
|
|
@@ -4834,7 +4816,7 @@ paths:
|
|
|
4834
4816
|
id: ps_UkLWZg9DAJ
|
|
4835
4817
|
status: pending
|
|
4836
4818
|
currency: USD
|
|
4837
|
-
external_id:
|
|
4819
|
+
external_id: bogus_b380148c4136d56740995e0f
|
|
4838
4820
|
external_data:
|
|
4839
4821
|
client_secret: secret_123
|
|
4840
4822
|
customer_external_id:
|
|
@@ -4936,7 +4918,7 @@ paths:
|
|
|
4936
4918
|
id: ps_UkLWZg9DAJ
|
|
4937
4919
|
status: completed
|
|
4938
4920
|
currency: USD
|
|
4939
|
-
external_id:
|
|
4921
|
+
external_id: bogus_3c47854d40a56adacc84cdbf
|
|
4940
4922
|
external_data:
|
|
4941
4923
|
client_secret: secret_123
|
|
4942
4924
|
customer_external_id:
|
|
@@ -5034,7 +5016,7 @@ paths:
|
|
|
5034
5016
|
id: py_UkLWZg9DAJ
|
|
5035
5017
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5036
5018
|
response_code:
|
|
5037
|
-
number:
|
|
5019
|
+
number: P2WGZDND
|
|
5038
5020
|
amount: '110.0'
|
|
5039
5021
|
display_amount: "$110.00"
|
|
5040
5022
|
status: checkout
|
|
@@ -5140,9 +5122,9 @@ paths:
|
|
|
5140
5122
|
example:
|
|
5141
5123
|
id: cart_UkLWZg9DAJ
|
|
5142
5124
|
market_id:
|
|
5143
|
-
number:
|
|
5144
|
-
token:
|
|
5145
|
-
email:
|
|
5125
|
+
number: R484708656
|
|
5126
|
+
token: XDUDPRXDoHDJjZHYUfpm14rz1X4AArXAWPM
|
|
5127
|
+
email: carlota.heller@littel.ca
|
|
5146
5128
|
customer_note:
|
|
5147
5129
|
currency: USD
|
|
5148
5130
|
locale: en
|
|
@@ -5181,8 +5163,8 @@ paths:
|
|
|
5181
5163
|
variant_id: variant_UkLWZg9DAJ
|
|
5182
5164
|
quantity: 1
|
|
5183
5165
|
currency: USD
|
|
5184
|
-
name: Product
|
|
5185
|
-
slug: product-
|
|
5166
|
+
name: Product 1943425
|
|
5167
|
+
slug: product-1943425
|
|
5186
5168
|
options_text: ''
|
|
5187
5169
|
price: '10.0'
|
|
5188
5170
|
display_price: "$10.00"
|
|
@@ -5207,7 +5189,7 @@ paths:
|
|
|
5207
5189
|
digital_links: []
|
|
5208
5190
|
fulfillments:
|
|
5209
5191
|
- id: ful_UkLWZg9DAJ
|
|
5210
|
-
number:
|
|
5192
|
+
number: H08418417580
|
|
5211
5193
|
tracking: U10000
|
|
5212
5194
|
tracking_url:
|
|
5213
5195
|
cost: '100.0'
|
|
@@ -5236,7 +5218,7 @@ paths:
|
|
|
5236
5218
|
stock_location:
|
|
5237
5219
|
id: sloc_UkLWZg9DAJ
|
|
5238
5220
|
state_abbr: NY
|
|
5239
|
-
name:
|
|
5221
|
+
name: Celina Weissnat
|
|
5240
5222
|
address1: 1600 Pennsylvania Ave NW
|
|
5241
5223
|
city: Washington
|
|
5242
5224
|
zipcode: '20500'
|
|
@@ -5265,8 +5247,8 @@ paths:
|
|
|
5265
5247
|
payments:
|
|
5266
5248
|
- id: py_UkLWZg9DAJ
|
|
5267
5249
|
payment_method_id: pm_UkLWZg9DAJ
|
|
5268
|
-
response_code: 1-SC-
|
|
5269
|
-
number:
|
|
5250
|
+
response_code: 1-SC-20260615115939484249
|
|
5251
|
+
number: P1O1YU0T
|
|
5270
5252
|
amount: '10.0'
|
|
5271
5253
|
display_amount: "$10.00"
|
|
5272
5254
|
status: checkout
|
|
@@ -5409,9 +5391,9 @@ paths:
|
|
|
5409
5391
|
example:
|
|
5410
5392
|
id: cart_UkLWZg9DAJ
|
|
5411
5393
|
market_id:
|
|
5412
|
-
number:
|
|
5413
|
-
token:
|
|
5414
|
-
email:
|
|
5394
|
+
number: R637535401
|
|
5395
|
+
token: 6wakQSdjNycZdnPupas4xehF6XMSi5X2UEb
|
|
5396
|
+
email: alfredo_watsica@runolfsson.us
|
|
5415
5397
|
customer_note:
|
|
5416
5398
|
currency: USD
|
|
5417
5399
|
locale: en
|
|
@@ -5453,8 +5435,8 @@ paths:
|
|
|
5453
5435
|
variant_id: variant_UkLWZg9DAJ
|
|
5454
5436
|
quantity: 1
|
|
5455
5437
|
currency: USD
|
|
5456
|
-
name: Product
|
|
5457
|
-
slug: product-
|
|
5438
|
+
name: Product 1961135
|
|
5439
|
+
slug: product-1961135
|
|
5458
5440
|
options_text: ''
|
|
5459
5441
|
price: '10.0'
|
|
5460
5442
|
display_price: "$10.00"
|
|
@@ -5479,7 +5461,7 @@ paths:
|
|
|
5479
5461
|
digital_links: []
|
|
5480
5462
|
fulfillments:
|
|
5481
5463
|
- id: ful_UkLWZg9DAJ
|
|
5482
|
-
number:
|
|
5464
|
+
number: H66598747714
|
|
5483
5465
|
tracking: U10000
|
|
5484
5466
|
tracking_url:
|
|
5485
5467
|
cost: '100.0'
|
|
@@ -5508,7 +5490,7 @@ paths:
|
|
|
5508
5490
|
stock_location:
|
|
5509
5491
|
id: sloc_UkLWZg9DAJ
|
|
5510
5492
|
state_abbr: NY
|
|
5511
|
-
name:
|
|
5493
|
+
name: Janeen Miller
|
|
5512
5494
|
address1: 1600 Pennsylvania Ave NW
|
|
5513
5495
|
city: Washington
|
|
5514
5496
|
zipcode: '20500'
|
|
@@ -5650,7 +5632,7 @@ paths:
|
|
|
5650
5632
|
id: or_UkLWZg9DAJ
|
|
5651
5633
|
market_id:
|
|
5652
5634
|
channel_id: ch_UkLWZg9DAJ
|
|
5653
|
-
number:
|
|
5635
|
+
number: R527102095
|
|
5654
5636
|
email: guest@example.com
|
|
5655
5637
|
customer_note:
|
|
5656
5638
|
currency: USD
|
|
@@ -5678,7 +5660,7 @@ paths:
|
|
|
5678
5660
|
display_delivery_total: "$100.00"
|
|
5679
5661
|
fulfillment_status:
|
|
5680
5662
|
payment_status:
|
|
5681
|
-
completed_at: '2026-
|
|
5663
|
+
completed_at: '2026-06-15T11:59:19.991Z'
|
|
5682
5664
|
store_credit_total: '0.0'
|
|
5683
5665
|
display_store_credit_total: "$0.00"
|
|
5684
5666
|
covered_by_store_credit: false
|
|
@@ -5688,8 +5670,8 @@ paths:
|
|
|
5688
5670
|
variant_id: variant_UkLWZg9DAJ
|
|
5689
5671
|
quantity: 1
|
|
5690
5672
|
currency: USD
|
|
5691
|
-
name: Product
|
|
5692
|
-
slug: product-
|
|
5673
|
+
name: Product 136109
|
|
5674
|
+
slug: product-136109
|
|
5693
5675
|
options_text: ''
|
|
5694
5676
|
price: '10.0'
|
|
5695
5677
|
display_price: "$10.00"
|
|
@@ -5714,7 +5696,7 @@ paths:
|
|
|
5714
5696
|
digital_links: []
|
|
5715
5697
|
fulfillments:
|
|
5716
5698
|
- id: ful_UkLWZg9DAJ
|
|
5717
|
-
number:
|
|
5699
|
+
number: H14954481381
|
|
5718
5700
|
tracking: U10000
|
|
5719
5701
|
tracking_url:
|
|
5720
5702
|
cost: '100.0'
|
|
@@ -5743,7 +5725,7 @@ paths:
|
|
|
5743
5725
|
stock_location:
|
|
5744
5726
|
id: sloc_UkLWZg9DAJ
|
|
5745
5727
|
state_abbr: NY
|
|
5746
|
-
name:
|
|
5728
|
+
name: Demetrius Stark
|
|
5747
5729
|
address1: 1600 Pennsylvania Ave NW
|
|
5748
5730
|
city: Washington
|
|
5749
5731
|
zipcode: '20500'
|
|
@@ -6680,8 +6662,8 @@ paths:
|
|
|
6680
6662
|
- id: or_UkLWZg9DAJ
|
|
6681
6663
|
market_id:
|
|
6682
6664
|
channel_id: ch_UkLWZg9DAJ
|
|
6683
|
-
number:
|
|
6684
|
-
email:
|
|
6665
|
+
number: R509955302
|
|
6666
|
+
email: edward_goldner@schmitt.name
|
|
6685
6667
|
customer_note:
|
|
6686
6668
|
currency: USD
|
|
6687
6669
|
locale: en
|
|
@@ -6708,7 +6690,7 @@ paths:
|
|
|
6708
6690
|
display_delivery_total: "$100.00"
|
|
6709
6691
|
fulfillment_status:
|
|
6710
6692
|
payment_status:
|
|
6711
|
-
completed_at: '2026-
|
|
6693
|
+
completed_at: '2026-06-15T11:58:58.271Z'
|
|
6712
6694
|
store_credit_total: '0.0'
|
|
6713
6695
|
display_store_credit_total: "$0.00"
|
|
6714
6696
|
covered_by_store_credit: false
|
|
@@ -6718,8 +6700,8 @@ paths:
|
|
|
6718
6700
|
variant_id: variant_UkLWZg9DAJ
|
|
6719
6701
|
quantity: 1
|
|
6720
6702
|
currency: USD
|
|
6721
|
-
name: Product
|
|
6722
|
-
slug: product-
|
|
6703
|
+
name: Product 1051635
|
|
6704
|
+
slug: product-1051635
|
|
6723
6705
|
options_text: ''
|
|
6724
6706
|
price: '10.0'
|
|
6725
6707
|
display_price: "$10.00"
|
|
@@ -6744,7 +6726,7 @@ paths:
|
|
|
6744
6726
|
digital_links: []
|
|
6745
6727
|
fulfillments:
|
|
6746
6728
|
- id: ful_UkLWZg9DAJ
|
|
6747
|
-
number:
|
|
6729
|
+
number: H19998423944
|
|
6748
6730
|
tracking: U10000
|
|
6749
6731
|
tracking_url:
|
|
6750
6732
|
cost: '100.0'
|
|
@@ -6773,7 +6755,7 @@ paths:
|
|
|
6773
6755
|
stock_location:
|
|
6774
6756
|
id: sloc_UkLWZg9DAJ
|
|
6775
6757
|
state_abbr: NY
|
|
6776
|
-
name:
|
|
6758
|
+
name: Cristy Renner
|
|
6777
6759
|
address1: 1600 Pennsylvania Ave NW
|
|
6778
6760
|
city: Washington
|
|
6779
6761
|
zipcode: '20500'
|
|
@@ -6936,8 +6918,8 @@ paths:
|
|
|
6936
6918
|
id: or_UkLWZg9DAJ
|
|
6937
6919
|
market_id:
|
|
6938
6920
|
channel_id: ch_UkLWZg9DAJ
|
|
6939
|
-
number:
|
|
6940
|
-
email:
|
|
6921
|
+
number: R830154963
|
|
6922
|
+
email: mercedez_bins@kozey.co.uk
|
|
6941
6923
|
customer_note:
|
|
6942
6924
|
currency: USD
|
|
6943
6925
|
locale: en
|
|
@@ -6964,7 +6946,7 @@ paths:
|
|
|
6964
6946
|
display_delivery_total: "$100.00"
|
|
6965
6947
|
fulfillment_status:
|
|
6966
6948
|
payment_status:
|
|
6967
|
-
completed_at: '2026-
|
|
6949
|
+
completed_at: '2026-06-15T11:58:58.969Z'
|
|
6968
6950
|
store_credit_total: '0.0'
|
|
6969
6951
|
display_store_credit_total: "$0.00"
|
|
6970
6952
|
covered_by_store_credit: false
|
|
@@ -6974,8 +6956,8 @@ paths:
|
|
|
6974
6956
|
variant_id: variant_UkLWZg9DAJ
|
|
6975
6957
|
quantity: 1
|
|
6976
6958
|
currency: USD
|
|
6977
|
-
name: Product
|
|
6978
|
-
slug: product-
|
|
6959
|
+
name: Product 1071355
|
|
6960
|
+
slug: product-1071355
|
|
6979
6961
|
options_text: ''
|
|
6980
6962
|
price: '10.0'
|
|
6981
6963
|
display_price: "$10.00"
|
|
@@ -7000,7 +6982,7 @@ paths:
|
|
|
7000
6982
|
digital_links: []
|
|
7001
6983
|
fulfillments:
|
|
7002
6984
|
- id: ful_UkLWZg9DAJ
|
|
7003
|
-
number:
|
|
6985
|
+
number: H49569395112
|
|
7004
6986
|
tracking: U10000
|
|
7005
6987
|
tracking_url:
|
|
7006
6988
|
cost: '100.0'
|
|
@@ -7029,7 +7011,7 @@ paths:
|
|
|
7029
7011
|
stock_location:
|
|
7030
7012
|
id: sloc_UkLWZg9DAJ
|
|
7031
7013
|
state_abbr: NY
|
|
7032
|
-
name:
|
|
7014
|
+
name: Marinda Marvin
|
|
7033
7015
|
address1: 1600 Pennsylvania Ave NW
|
|
7034
7016
|
city: Washington
|
|
7035
7017
|
zipcode: '20500'
|
|
@@ -7149,8 +7131,8 @@ paths:
|
|
|
7149
7131
|
content:
|
|
7150
7132
|
application/json:
|
|
7151
7133
|
example:
|
|
7152
|
-
token: eyJhbGciOiJIUzI1NiJ9.
|
|
7153
|
-
refresh_token:
|
|
7134
|
+
token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX3R5cGUiOiJjdXN0b21lciIsImp0aSI6IjFmMTAzZTQ2LWU5MzItNGU4OS05YzQ4LWY2MDgxNWY5NDRmOCIsImlzcyI6InNwcmVlIiwiYXVkIjoic3RvcmVfYXBpIiwiZXhwIjoxNzgxNTI4MzQwfQ.zhZXtO1PovOFcFVQ9xOhUczWsejNzlucRVBy_dRDi1U
|
|
7135
|
+
refresh_token: z3tuY8zVf1p9EtXfUb3S1zmM
|
|
7154
7136
|
user:
|
|
7155
7137
|
id: cus_UkLWZg9DAJ
|
|
7156
7138
|
email: newuser@example.com
|
|
@@ -7264,12 +7246,12 @@ paths:
|
|
|
7264
7246
|
application/json:
|
|
7265
7247
|
example:
|
|
7266
7248
|
id: cus_UkLWZg9DAJ
|
|
7267
|
-
email:
|
|
7268
|
-
first_name:
|
|
7269
|
-
last_name:
|
|
7249
|
+
email: madeline@heaney.info
|
|
7250
|
+
first_name: Nolan
|
|
7251
|
+
last_name: Howell
|
|
7270
7252
|
phone: 555-555-0199
|
|
7271
7253
|
accepts_email_marketing: false
|
|
7272
|
-
full_name:
|
|
7254
|
+
full_name: Nolan Howell
|
|
7273
7255
|
available_store_credit_total: '0'
|
|
7274
7256
|
display_available_store_credit_total: "$0.00"
|
|
7275
7257
|
addresses:
|
|
@@ -7403,7 +7385,7 @@ paths:
|
|
|
7403
7385
|
application/json:
|
|
7404
7386
|
example:
|
|
7405
7387
|
id: cus_UkLWZg9DAJ
|
|
7406
|
-
email:
|
|
7388
|
+
email: aleta@starkbode.us
|
|
7407
7389
|
first_name: Updated
|
|
7408
7390
|
last_name: Name
|
|
7409
7391
|
phone: 555-555-0199
|
|
@@ -7592,7 +7574,7 @@ paths:
|
|
|
7592
7574
|
example:
|
|
7593
7575
|
data:
|
|
7594
7576
|
- id: gc_UkLWZg9DAJ
|
|
7595
|
-
code:
|
|
7577
|
+
code: 5A2B2EFD99264F1D
|
|
7596
7578
|
status: active
|
|
7597
7579
|
currency: USD
|
|
7598
7580
|
amount: '10.0'
|
|
@@ -7688,7 +7670,7 @@ paths:
|
|
|
7688
7670
|
application/json:
|
|
7689
7671
|
example:
|
|
7690
7672
|
id: gc_UkLWZg9DAJ
|
|
7691
|
-
code:
|
|
7673
|
+
code: BD19336149B60B30
|
|
7692
7674
|
status: active
|
|
7693
7675
|
currency: USD
|
|
7694
7676
|
amount: '10.0'
|
|
@@ -7760,8 +7742,8 @@ paths:
|
|
|
7760
7742
|
example:
|
|
7761
7743
|
id: pss_gbHJdmfrXB
|
|
7762
7744
|
status: pending
|
|
7763
|
-
external_id:
|
|
7764
|
-
external_client_secret:
|
|
7745
|
+
external_id: bogus_seti_00fb19299e49e047f1561071
|
|
7746
|
+
external_client_secret: bogus_seti_secret_058d30bbcb23c9c0
|
|
7765
7747
|
external_data: {}
|
|
7766
7748
|
payment_method_id: pm_UkLWZg9DAJ
|
|
7767
7749
|
payment_source_id:
|
|
@@ -7860,8 +7842,8 @@ paths:
|
|
|
7860
7842
|
example:
|
|
7861
7843
|
id: pss_UkLWZg9DAJ
|
|
7862
7844
|
status: pending
|
|
7863
|
-
external_id:
|
|
7864
|
-
external_client_secret:
|
|
7845
|
+
external_id: seti_test_f922f30381102eb43c50f4e6
|
|
7846
|
+
external_client_secret: seti_secret_0db79f354247ed660fcc8d0b
|
|
7865
7847
|
external_data:
|
|
7866
7848
|
client_secret: secret_123
|
|
7867
7849
|
payment_method_id: pm_UkLWZg9DAJ
|
|
@@ -7937,8 +7919,8 @@ paths:
|
|
|
7937
7919
|
example:
|
|
7938
7920
|
id: pss_UkLWZg9DAJ
|
|
7939
7921
|
status: completed
|
|
7940
|
-
external_id:
|
|
7941
|
-
external_client_secret:
|
|
7922
|
+
external_id: seti_test_94bcc41a6292cfb766ef0815
|
|
7923
|
+
external_client_secret: seti_secret_242e7a02c4a72dcc453b577d
|
|
7942
7924
|
external_data:
|
|
7943
7925
|
client_secret: secret_123
|
|
7944
7926
|
payment_method_id: pm_UkLWZg9DAJ
|
|
@@ -8875,7 +8857,7 @@ paths:
|
|
|
8875
8857
|
data:
|
|
8876
8858
|
- id: wl_UkLWZg9DAJ
|
|
8877
8859
|
name: My Wishlist
|
|
8878
|
-
token:
|
|
8860
|
+
token: QADrT6PD73cY9Xmroohy14E6
|
|
8879
8861
|
is_default: false
|
|
8880
8862
|
is_private: true
|
|
8881
8863
|
meta:
|
|
@@ -8951,7 +8933,7 @@ paths:
|
|
|
8951
8933
|
example:
|
|
8952
8934
|
id: wl_gbHJdmfrXB
|
|
8953
8935
|
name: Birthday Ideas
|
|
8954
|
-
token:
|
|
8936
|
+
token: JTFa1Dbs4bgM3KPSB9B1euWF
|
|
8955
8937
|
is_default: false
|
|
8956
8938
|
is_private: true
|
|
8957
8939
|
schema:
|
|
@@ -9047,7 +9029,7 @@ paths:
|
|
|
9047
9029
|
example:
|
|
9048
9030
|
id: wl_UkLWZg9DAJ
|
|
9049
9031
|
name: My Wishlist
|
|
9050
|
-
token:
|
|
9032
|
+
token: BcmKqrwZdsGpn3SH4bH21wdd
|
|
9051
9033
|
is_default: false
|
|
9052
9034
|
is_private: true
|
|
9053
9035
|
schema:
|
|
@@ -9109,7 +9091,7 @@ paths:
|
|
|
9109
9091
|
example:
|
|
9110
9092
|
id: wl_UkLWZg9DAJ
|
|
9111
9093
|
name: Updated Name
|
|
9112
|
-
token:
|
|
9094
|
+
token: 3djNmvgAgg469jpknzocgP4b
|
|
9113
9095
|
is_default: false
|
|
9114
9096
|
is_private: true
|
|
9115
9097
|
schema:
|
|
@@ -9224,7 +9206,7 @@ paths:
|
|
|
9224
9206
|
variant:
|
|
9225
9207
|
id: variant_gbHJdmfrXB
|
|
9226
9208
|
product_id: prod_gbHJdmfrXB
|
|
9227
|
-
sku: SKU-
|
|
9209
|
+
sku: SKU-243
|
|
9228
9210
|
options_text: ''
|
|
9229
9211
|
track_inventory: true
|
|
9230
9212
|
media_count: 0
|
|
@@ -9388,11 +9370,11 @@ paths:
|
|
|
9388
9370
|
application/json:
|
|
9389
9371
|
example:
|
|
9390
9372
|
id: sub_UkLWZg9DAJ
|
|
9391
|
-
email:
|
|
9392
|
-
created_at: '2026-
|
|
9393
|
-
updated_at: '2026-
|
|
9373
|
+
email: lula_hegmann@pollichmoen.us
|
|
9374
|
+
created_at: '2026-06-15T11:59:19.028Z'
|
|
9375
|
+
updated_at: '2026-06-15T11:59:19.029Z'
|
|
9394
9376
|
verified: true
|
|
9395
|
-
verified_at: '2026-
|
|
9377
|
+
verified_at: '2026-06-15T11:59:19Z'
|
|
9396
9378
|
customer_id: cus_UkLWZg9DAJ
|
|
9397
9379
|
schema:
|
|
9398
9380
|
"$ref": "#/components/schemas/NewsletterSubscriber"
|
|
@@ -9471,10 +9453,10 @@ paths:
|
|
|
9471
9453
|
example:
|
|
9472
9454
|
id: sub_UkLWZg9DAJ
|
|
9473
9455
|
email: pending@example.com
|
|
9474
|
-
created_at: '2026-
|
|
9475
|
-
updated_at: '2026-
|
|
9456
|
+
created_at: '2026-06-15T11:59:19.127Z'
|
|
9457
|
+
updated_at: '2026-06-15T11:59:19.148Z'
|
|
9476
9458
|
verified: true
|
|
9477
|
-
verified_at: '2026-
|
|
9459
|
+
verified_at: '2026-06-15T11:59:19Z'
|
|
9478
9460
|
customer_id:
|
|
9479
9461
|
schema:
|
|
9480
9462
|
"$ref": "#/components/schemas/NewsletterSubscriber"
|
|
@@ -9549,7 +9531,7 @@ paths:
|
|
|
9549
9531
|
body_html: ''
|
|
9550
9532
|
- id: pol_OIJLhNcSbf
|
|
9551
9533
|
name: Privacy Policy
|
|
9552
|
-
slug: privacy-policy-
|
|
9534
|
+
slug: privacy-policy-c37e2d35-0a2e-4e4d-a357-a5d82d934f5e
|
|
9553
9535
|
body: We respect your privacy.
|
|
9554
9536
|
body_html: |
|
|
9555
9537
|
<div class="trix-content">
|
|
@@ -10400,11 +10382,14 @@ components:
|
|
|
10400
10382
|
type: string
|
|
10401
10383
|
active:
|
|
10402
10384
|
type: boolean
|
|
10385
|
+
default:
|
|
10386
|
+
type: boolean
|
|
10403
10387
|
required:
|
|
10404
10388
|
- id
|
|
10405
10389
|
- name
|
|
10406
10390
|
- code
|
|
10407
10391
|
- active
|
|
10392
|
+
- default
|
|
10408
10393
|
x-typelizer: true
|
|
10409
10394
|
Country:
|
|
10410
10395
|
type: object
|
|
@@ -11629,6 +11614,28 @@ components:
|
|
|
11629
11614
|
- display_compare_at_amount
|
|
11630
11615
|
- price_list_id
|
|
11631
11616
|
x-typelizer: true
|
|
11617
|
+
ProductPublication:
|
|
11618
|
+
type: object
|
|
11619
|
+
properties:
|
|
11620
|
+
id:
|
|
11621
|
+
type: string
|
|
11622
|
+
published_at:
|
|
11623
|
+
type: string
|
|
11624
|
+
nullable: true
|
|
11625
|
+
unpublished_at:
|
|
11626
|
+
type: string
|
|
11627
|
+
nullable: true
|
|
11628
|
+
product_id:
|
|
11629
|
+
type: string
|
|
11630
|
+
channel_id:
|
|
11631
|
+
type: string
|
|
11632
|
+
required:
|
|
11633
|
+
- id
|
|
11634
|
+
- published_at
|
|
11635
|
+
- unpublished_at
|
|
11636
|
+
- product_id
|
|
11637
|
+
- channel_id
|
|
11638
|
+
x-typelizer: true
|
|
11632
11639
|
Product:
|
|
11633
11640
|
type: object
|
|
11634
11641
|
properties:
|
|
@@ -11697,6 +11704,10 @@ components:
|
|
|
11697
11704
|
type: array
|
|
11698
11705
|
items:
|
|
11699
11706
|
"$ref": "#/components/schemas/OptionType"
|
|
11707
|
+
option_values:
|
|
11708
|
+
type: array
|
|
11709
|
+
items:
|
|
11710
|
+
"$ref": "#/components/schemas/OptionValue"
|
|
11700
11711
|
categories:
|
|
11701
11712
|
type: array
|
|
11702
11713
|
items:
|