@@ -197,10 +197,6 @@ paths:
197
197
$ref : paths/currencies.yaml
198
198
/currencies/{code} :
199
199
$ref : paths/currencies_{code}.yaml
200
- /customers :
201
- $ref : paths/customers.yaml
202
- /customers/{id} :
203
- $ref : paths/customers_{id}.yaml
204
200
/customer-groups/{id}/customers/batch :
205
201
$ref : paths/customer-groups_{id}_customers_batch.yaml
206
202
/customer-groups :
@@ -209,6 +205,10 @@ paths:
209
205
$ref : paths/customer-groups_{id}.yaml
210
206
/customer-groups/{id}/customers :
211
207
$ref : paths/customer-groups_{id}_customers.yaml
208
+ /customers :
209
+ $ref : paths/customers.yaml
210
+ /customers/{id} :
211
+ $ref : paths/customers_{id}.yaml
212
212
/discounts/{id}/regions/{region_id} :
213
213
$ref : paths/discounts_{id}_regions_{region_id}.yaml
214
214
/discounts/{discount_id}/conditions/{condition_id}/batch :
@@ -243,14 +243,6 @@ paths:
243
243
$ref : paths/gift-cards.yaml
244
244
/gift-cards/{id} :
245
245
$ref : paths/gift-cards_{id}.yaml
246
- /invites/accept :
247
- $ref : paths/invites_accept.yaml
248
- /invites :
249
- $ref : paths/invites.yaml
250
- /invites/{invite_id} :
251
- $ref : paths/invites_{invite_id}.yaml
252
- /invites/{invite_id}/resend :
253
- $ref : paths/invites_{invite_id}_resend.yaml
254
246
/inventory-items/{id}/location-levels :
255
247
$ref : paths/inventory-items_{id}_location-levels.yaml
256
248
/inventory-items/{id} :
@@ -259,14 +251,22 @@ paths:
259
251
$ref : paths/inventory-items_{id}_location-levels_{location_id}.yaml
260
252
/inventory-items :
261
253
$ref : paths/inventory-items.yaml
262
- /notifications :
263
- $ref : paths/notifications.yaml
264
- /notifications/{id}/resend :
265
- $ref : paths/notifications_{id}_resend.yaml
254
+ /invites/accept :
255
+ $ref : paths/invites_accept.yaml
256
+ /invites :
257
+ $ref : paths/invites.yaml
258
+ /invites/{invite_id} :
259
+ $ref : paths/invites_{invite_id}.yaml
260
+ /invites/{invite_id}/resend :
261
+ $ref : paths/invites_{invite_id}_resend.yaml
266
262
/notes :
267
263
$ref : paths/notes.yaml
268
264
/notes/{id} :
269
265
$ref : paths/notes_{id}.yaml
266
+ /notifications :
267
+ $ref : paths/notifications.yaml
268
+ /notifications/{id}/resend :
269
+ $ref : paths/notifications_{id}_resend.yaml
270
270
/order-edits/{id}/items :
271
271
$ref : paths/order-edits_{id}_items.yaml
272
272
/order-edits/{id}/cancel :
@@ -283,10 +283,6 @@ paths:
283
283
$ref : paths/order-edits_{id}.yaml
284
284
/order-edits/{id}/request :
285
285
$ref : paths/order-edits_{id}_request.yaml
286
- /payment-collections/{id} :
287
- $ref : paths/payment-collections_{id}.yaml
288
- /payment-collections/{id}/authorize :
289
- $ref : paths/payment-collections_{id}_authorize.yaml
290
286
/orders/{id}/shipping-methods :
291
287
$ref : paths/orders_{id}_shipping-methods.yaml
292
288
/orders/{id}/archive :
@@ -341,6 +337,10 @@ paths:
341
337
$ref : paths/orders_{id}_return.yaml
342
338
/order/{id}/claims/{claim_id} :
343
339
$ref : paths/order_{id}_claims_{claim_id}.yaml
340
+ /payment-collections/{id} :
341
+ $ref : paths/payment-collections_{id}.yaml
342
+ /payment-collections/{id}/authorize :
343
+ $ref : paths/payment-collections_{id}_authorize.yaml
344
344
/payments/{id}/capture :
345
345
$ref : paths/payments_{id}_capture.yaml
346
346
/payments/{id} :
@@ -359,6 +359,12 @@ paths:
359
359
$ref : paths/price-lists_{id}_variants_{variant_id}_prices.yaml
360
360
/price-lists/{id}/products :
361
361
$ref : paths/price-lists_{id}_products.yaml
362
+ /product-categories/{id}/products/batch :
363
+ $ref : paths/product-categories_{id}_products_batch.yaml
364
+ /product-categories :
365
+ $ref : paths/product-categories.yaml
366
+ /product-categories/{id} :
367
+ $ref : paths/product-categories_{id}.yaml
362
368
/product-tags :
363
369
$ref : paths/product-tags.yaml
364
370
/product-types :
@@ -381,12 +387,6 @@ paths:
381
387
$ref : paths/products_types.yaml
382
388
/products/{id}/metadata :
383
389
$ref : paths/products_{id}_metadata.yaml
384
- /product-categories/{id}/products/batch :
385
- $ref : paths/product-categories_{id}_products_batch.yaml
386
- /product-categories :
387
- $ref : paths/product-categories.yaml
388
- /product-categories/{id} :
389
- $ref : paths/product-categories_{id}.yaml
390
390
/publishable-api-keys/{id}/sales-channels/batch :
391
391
$ref : paths/publishable-api-keys_{id}_sales-channels_batch.yaml
392
392
/publishable-api-keys :
@@ -425,6 +425,12 @@ paths:
425
425
$ref : paths/return-reasons.yaml
426
426
/return-reasons/{id} :
427
427
$ref : paths/return-reasons_{id}.yaml
428
+ /returns/{id}/cancel :
429
+ $ref : paths/returns_{id}_cancel.yaml
430
+ /returns :
431
+ $ref : paths/returns.yaml
432
+ /returns/{id}/receive :
433
+ $ref : paths/returns_{id}_receive.yaml
428
434
/sales-channels/{id}/products/batch :
429
435
$ref : paths/sales-channels_{id}_products_batch.yaml
430
436
/sales-channels/{id}/stock-locations :
@@ -433,12 +439,6 @@ paths:
433
439
$ref : paths/sales-channels.yaml
434
440
/sales-channels/{id} :
435
441
$ref : paths/sales-channels_{id}.yaml
436
- /returns/{id}/cancel :
437
- $ref : paths/returns_{id}_cancel.yaml
438
- /returns :
439
- $ref : paths/returns.yaml
440
- /returns/{id}/receive :
441
- $ref : paths/returns_{id}_receive.yaml
442
442
/shipping-options :
443
443
$ref : paths/shipping-options.yaml
444
444
/shipping-options/{id} :
@@ -451,6 +451,14 @@ paths:
451
451
$ref : paths/stock-locations.yaml
452
452
/stock-locations/{id} :
453
453
$ref : paths/stock-locations_{id}.yaml
454
+ /store/currencies/{code} :
455
+ $ref : paths/store_currencies_{code}.yaml
456
+ /store :
457
+ $ref : paths/store.yaml
458
+ /store/payment-providers :
459
+ $ref : paths/store_payment-providers.yaml
460
+ /store/tax-providers :
461
+ $ref : paths/store_tax-providers.yaml
454
462
/swaps/{id} :
455
463
$ref : paths/swaps_{id}.yaml
456
464
/swaps :
@@ -465,14 +473,6 @@ paths:
465
473
$ref : paths/tax-rates.yaml
466
474
/tax-rates/{id} :
467
475
$ref : paths/tax-rates_{id}.yaml
468
- /store/currencies/{code} :
469
- $ref : paths/store_currencies_{code}.yaml
470
- /store :
471
- $ref : paths/store.yaml
472
- /store/payment-providers :
473
- $ref : paths/store_payment-providers.yaml
474
- /store/tax-providers :
475
- $ref : paths/store_tax-providers.yaml
476
476
/uploads/protected :
477
477
$ref : paths/uploads_protected.yaml
478
478
/uploads :
0 commit comments