-
Notifications
You must be signed in to change notification settings - Fork 0
/
Insomnia.yaml
970 lines (970 loc) · 27.2 KB
/
Insomnia.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
_type: export
__export_format: 4
__export_date: 2024-05-14T19:39:37.010Z
__export_source: insomnia.desktop.app:v9.1.1
resources:
- _id: req_92330fad4e6f4642a7cadd5a00c1b189
parentId: fld_f20cb63541f043e98457f4366ad153da
modified: 1715704892346
created: 1715704864364
url: localhost:8080/api/depot/shopping/c911ee44-8fbb-470d-a39a-4c22795db7c8
name: Cancel Shopping List
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715704864364
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_f20cb63541f043e98457f4366ad153da
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715699725346
created: 1715699725346
name: Depot
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715699725346
_type: request_group
- _id: wrk_32d426c9776e46598fca30e54da336e8
parentId: null
modified: 1714990456719
created: 1714768416696
name: malldb
description: ""
scope: collection
_type: workspace
- _id: req_292f3c13bc72409bb561fb7c7e817581
parentId: fld_f20cb63541f043e98457f4366ad153da
modified: 1715704670741
created: 1715704505790
url: localhost:8080/api/depot/shopping/c911ee44-8fbb-470d-a39a-4c22795db7c8/complete
name: Complete Shopping List
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "c911ee44-8fbb-470d-a39a-4c22795db7c8"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715704505790
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_b5af432b841747198d81c889d871cddb
parentId: fld_f20cb63541f043e98457f4366ad153da
modified: 1715704196471
created: 1715701312136
url: localhost:8080/api/depot/shopping/c911ee44-8fbb-470d-a39a-4c22795db7c8/assign
name: Assign Shopping List
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "c911ee44-8fbb-470d-a39a-4c22795db7c8",
"bot_id": "ca71c9a8-89c9-4731-90f2-1c885848812e"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715701312136
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_a54d15d58485461092819a84e657687c
parentId: fld_f20cb63541f043e98457f4366ad153da
modified: 1715701753085
created: 1715699729167
url: localhost:8080/api/depot/shopping/c911ee44-8fbb-470d-a39a-4c22795db7c8
name: Get Shopping List
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715699729167
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_cae058e9353945aeb3cd9bd2dea9523d
parentId: fld_56852bea60a74d80a41c31f4a8c189ec
modified: 1715705129224
created: 1715705077338
url: localhost:8080/api/ordering/829e16fe-42a3-483c-b5cc-e3ecef26ba55
name: Cancel Order
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715705077338
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_56852bea60a74d80a41c31f4a8c189ec
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715698593825
created: 1715698593825
name: Ordering
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715698593825
_type: request_group
- _id: req_682efdc6138f406cb6d9edc4abab566d
parentId: fld_56852bea60a74d80a41c31f4a8c189ec
modified: 1715699149540
created: 1715698596677
url: localhost:8080/api/ordering/829e16fe-42a3-483c-b5cc-e3ecef26ba55
name: Get Order
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715698596677
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_b4de7c7f882f41dcb1781f5f14bf3ca2
parentId: fld_1148960cc20a4d0eb7f28ea93585b1ac
modified: 1715708506723
created: 1715708434497
url: localhost:8080/api/payments/invoices/3973e6e9-b0b1-4503-ade2-9cf18321c76f/cancel
name: Cancel Invoice
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715708434497
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_1148960cc20a4d0eb7f28ea93585b1ac
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715687611665
created: 1715687611665
name: Payments
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715687611666
_type: request_group
- _id: req_1e2fb27f152d45328df341e80cfe84a7
parentId: fld_1148960cc20a4d0eb7f28ea93585b1ac
modified: 1715708326479
created: 1715708231904
url: localhost:8080/api/payments/invoices/3973e6e9-b0b1-4503-ade2-9cf18321c76f/pay
name: Pay Invoice
description: ""
method: PUT
body:
mimeType: application/json
text: ""
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715708231904
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_1ef52f3e4f4245fca6757843f131fa01
parentId: fld_1148960cc20a4d0eb7f28ea93585b1ac
modified: 1715708125162
created: 1715707997895
url: localhost:8080/api/payments/invoices/3973e6e9-b0b1-4503-ade2-9cf18321c76f/adjust
name: Adjust Invoice
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "3973e6e9-b0b1-4503-ade2-9cf18321c76f",
"amount": 120
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715707997895
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_7d2d27ebbb344176b39fe490cd776286
parentId: fld_1148960cc20a4d0eb7f28ea93585b1ac
modified: 1715707796567
created: 1715706849372
url: localhost:8080/api/payments/invoices
name: Create Invoice
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"order_id": "829e16fe-42a3-483c-b5cc-e3ecef26ba55",
"payment_id": "c0390577-e847-45bd-a9c8-1fa3db969c0f",
"amount": 118
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715706849372
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_94ffb38e228c47d5baeabcaabd2beaf5
parentId: fld_1148960cc20a4d0eb7f28ea93585b1ac
modified: 1715690171542
created: 1715687907215
url: localhost:8080/api/payments
name: Authorize Payment
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"customer_id": "01de2c71-076e-4bb7-a8ac-ef8ba609f950",
"amount": 118
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715687907215
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_26b971dfdfd94d8a8c9b5b4e0eabca50
parentId: fld_c7efb9c4fdf445e18f04bfa1ab8bd7f4
modified: 1715632299112
created: 1715632267700
url: localhost:8080/api/customers/01de2c71-076e-4bb7-a8ac-ef8ba609f950/disable
name: Disable Customer
description: ""
method: PUT
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715632267700
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_c7efb9c4fdf445e18f04bfa1ab8bd7f4
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715631880076
created: 1715631880076
name: Customers
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715631880076
_type: request_group
- _id: req_e6ce16d5f69748ca8c4426868bb68ae8
parentId: fld_c7efb9c4fdf445e18f04bfa1ab8bd7f4
modified: 1715632255956
created: 1715632188370
url: localhost:8080/api/customers/01de2c71-076e-4bb7-a8ac-ef8ba609f950/enable
name: Enable Customer
description: ""
method: PUT
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715632188370
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_6402a8f0fb2c40dd846d47d46de6cdc9
parentId: fld_c7efb9c4fdf445e18f04bfa1ab8bd7f4
modified: 1715632121737
created: 1715631888398
url: localhost:8080/api/customers/01de2c71-076e-4bb7-a8ac-ef8ba609f950
name: Get Customer
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715631888398
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_67b7c74cab5e48b1bf91bb924271d96e
parentId: fld_c7efb9c4fdf445e18f04bfa1ab8bd7f4
modified: 1715632015307
created: 1715631883836
url: localhost:8080/api/customers
name: Register Customer
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"name": "Buyer #1",
"sms_number": "555-1212"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715631883836
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_1dbd3c48d5ce4e998cb00419d729c514
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715697787567
created: 1715636478203
url: localhost:8080/api/baskets/70ce4d92-3f28-49d5-aab2-af692789f28a/checkout
name: Checkout Basket
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "70ce4d92-3f28-49d5-aab2-af692789f28a",
"payment_id": "c0390577-e847-45bd-a9c8-1fa3db969c0f"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715636478203
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_2407a69fdf2c43a7a0ace671df7f6e20
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715630127776
created: 1715630127776
name: Baskets
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715630127776
_type: request_group
- _id: req_6c555d7e28414b4aaa7759baca66124a
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715635904214
created: 1715635763459
url: localhost:8080/api/baskets/70ce4d92-3f28-49d5-aab2-af692789f28a/removeItem
name: Remove Item
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "70ce4d92-3f28-49d5-aab2-af692789f28a",
"product_id": "c2053f68-806a-4a5b-8cd0-ef20811ff26b",
"quantity": 3
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715635763459
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_589f2f508faa4c98953fd76ecbdbad8b
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715635563506
created: 1715634697752
url: localhost:8080/api/baskets/70ce4d92-3f28-49d5-aab2-af692789f28a/addItem
name: Add Item
description: ""
method: PUT
body:
mimeType: application/json
text: |-
{
"id": "70ce4d92-3f28-49d5-aab2-af692789f28a",
"product_id": "c2053f68-806a-4a5b-8cd0-ef20811ff26b",
"quantity": 4
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715634697752
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_c1d726bcdacb41aab20720c558a4f373
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715634447035
created: 1715634388175
url: localhost:8080/api/baskets/fbe72a10-623f-46d5-a68a-06a36696d0b4
name: Cancel Basket
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715634388175
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_3bd5469555a847c5a512038adef7a833
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715635540578
created: 1714827505780
url: localhost:8080/api/baskets/70ce4d92-3f28-49d5-aab2-af692789f28a
name: Get Basket
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.0
authentication: {}
metaSortKey: -1715630148270
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_0a86ac2bb0364c7899a6625cabbc9fc6
parentId: fld_2407a69fdf2c43a7a0ace671df7f6e20
modified: 1715634302007
created: 1714768443686
url: localhost:8080/api/baskets/
name: Start Basket
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"customer_id": "00001"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.0
authentication: {}
metaSortKey: -1715630148170
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_d5f20b13ee8f402b8695f422d7ff335d
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715631403078
created: 1715631375735
url: localhost:8080/api/stores/participating
name: Get Participating Stores
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715631375735
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1715630064679
created: 1715630064679
name: Stores
description: ""
environment: {}
environmentPropertyOrder: null
metaSortKey: -1715630064679
_type: request_group
- _id: req_decbf8b96da543e4a79e15f379eacc6f
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715631276233
created: 1715631215936
url: localhost:8080/api/stores/828efa1b-5119-4845-9422-7591711c7b8a/participating
name: Disable Participation
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715631215936
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_86b7b952f4d94a4995c5d46869d71606
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715632501083
created: 1715631100430
url: localhost:8080/api/stores/f7fff8b1-83c5-465f-9d42-607ed1688525/participating
name: Enable Participation
description: ""
method: PUT
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715631100430
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_4d60f33d33184faaa25ccb99932a958c
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715631064474
created: 1715630974805
url: localhost:8080/api/stores/828efa1b-5119-4845-9422-7591711c7b8a/products
name: Get Catalog
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630974805
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_ce29ebfd23804ee9baf12bebfa97b23b
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715630692282
created: 1715630622465
url: localhost:8080/api/stores/products/a26756dd-0b70-4ae2-b38b-f1136e19a440
name: Delete Product
description: ""
method: DELETE
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630622465
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_378a770a799a483eb4209b8ebf274caa
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715630956298
created: 1715630530213
url: localhost:8080/api/stores/products/de84d7f0-432c-4826-8f7c-6b0a2cdd9006
name: Get Product
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630530213
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_04a6a651d6154ab4b7ea64c591b99595
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715632671796
created: 1715630162591
url: localhost:8080/api/stores/828efa1b-5119-4845-9422-7591711c7b8a/products
name: Add Product
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"store_id": "828efa1b-5119-4845-9422-7591711c7b8a",
"name": "Product #1",
"description": "",
"sku": "5678",
"price": 29.5
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630162591
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_2d4b0c505f7742948570f3c7b0dc1b64
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715630111717
created: 1715621076023
url: localhost:8080/api/stores
name: Create Store
description: ""
method: POST
body:
mimeType: application/json
text: |-
{
"name": "Waldorf Books",
"location": "West Upper Level"
}
preRequestScript: ""
parameters: []
headers:
- name: Content-Type
value: application/json
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630091588
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_e8d550887d034f85ac68586943e64e61
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715630102662
created: 1715621585287
url: localhost:8080/api/stores/828efa1b-5119-4845-9422-7591711c7b8a
name: Get Store
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630091488
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_69a92e0bd7b240dfa1368798d94d162e
parentId: fld_7f5397fd8a49437ca4fcaf4f68d5c54e
modified: 1715630091449
created: 1715626872275
url: localhost:8080/api/stores
name: Get Stores
description: ""
method: GET
body: {}
preRequestScript: ""
parameters: []
headers:
- name: User-Agent
value: insomnia/9.1.1
authentication: {}
metaSortKey: -1715630091388
isPrivate: false
pathParameters: []
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: env_4682d6ac2213bc87ff706df357a6b13d38c7174a
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1714768416699
created: 1714768416699
name: Base Environment
data: {}
dataPropertyOrder: null
color: null
isPrivate: false
metaSortKey: 1714768416699
_type: environment
- _id: jar_4682d6ac2213bc87ff706df357a6b13d38c7174a
parentId: wrk_32d426c9776e46598fca30e54da336e8
modified: 1714768416701
created: 1714768416701
name: Default Jar
cookies: []
_type: cookie_jar