forked from apiaryio/api-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiary.apib
872 lines (772 loc) · 26.7 KB
/
apiary.apib
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
FORMAT: 1A
HOST: https://stage.api.trychec.com/marketplace
# Chec Marketplace API (Beta)
Chec's marketplace API allows you to integrate ecommerce into your application/platform without having to build out your own ecommerce solution.
You can create merchants, add products, allow customers to checkout, and pull order & transaction data from chec.
# Group Merchants
The API allows you to add, delete, and update your merchants. You can retrieve individual merchants as well as a list of all your merchants.
## Merchants [/merchants]
### List merchants [GET]
List all merchants on your marketplace.
+ Response 200 (application/json)
[{
"merchant_id": "MER_jFHenG23Rg",
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"locked": null,
"locked_reason": null,
"meta": {},
},
{
"merchant_id": "MER_jFHGe663Rg",
"currency": "GBP",
"sellers_name": "Devan",
"sellers_email": "[email protected]",
"street_address": "68 Kingsway",
"town_city": "Northampton",
"county_state": "Northamptonshire",
"postal_zip_code": "NN28HF",
"country": "GB",
"locked": null,
"locked_reason": null,
"meta": {},
}, {...}, {...}]
### Create a new merchant [POST]
Add a new merchant to your marketplace
+ Request (application/json)
{
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"meta": {
"communly_id": 123,
"other_meta_data": 321
},
}
+ Response 201 (application/json)
{
"merchant_id": "MER_jFHenG23Rg",
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"locked": null,
"locked_reason": null,
"meta": {
"communly_id": 123,
"other_meta_data": 321
},
"created" : 1361481930,
"last_updated" 1361481930,
}
## Merchant Resources [/merchants/{merchant_id}]
### Retrieve a merchant [GET]
Retrieve a merchants details
+ Response 200 (application/json)
{
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"locked": null,
"locked_reason": null,
"meta": {
"communly_id": 123,
"other_meta_data": 321
},
"created" : 1361481930,
"last_updated" 1361481930,
}
### Update a merchant [PUT]
Update a merchants details
+ Request (application/json)
{
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"meta": {
"communly_id": 123,
"other_meta_data": 321
},
}
+ Response 200 (application/json)
{
"merchant_id": "MER_jFHenG23Rg",
"currency": "USD",
"sellers_name": "CJ Tate",
"sellers_email": "[email protected]",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US",
"locked": null,
"locked_reason": null,
"meta": {
"communly_id": 123,
"other_meta_data": 321
},
"created" : 1361481930,
"last_updated" 1361481930,
}
### Remove a merchant [DELETE]
+ Response 204
# Group Products
The API allows you to list, add, delete, and update your merchants products.
## Products [/products/{merchant_id}]
### List products [GET]
List products for an individual merchant, returns only essential data.
+ Response 201 (application/json)
[{
"product_id": "PRO_jFHenG23Rg",
"key": "d9pTst",
"active": "1",
"name": "123",
"desc": null,
"price": "32100",
"formatted_price": "$321",
"formatted_price_with_currency_code": "$310 USD",
"limited_quantity": true,
"quantity": 10,
"image": "images.communly.com/product_image.png",
"pay_what_you_want": null,
"sales_count": "0",
"sales_usd_cents": "0",
"created" : 1361481930,
"last_updated" : 1361481930,
"meta" : {},
}, {...}, {...}]
### Create a product [POST]
Create a product
+ Request (application/json)
{
"name": "Dummy Product Name",
"description": "This is my test description",
"price": "32156",
"limited_quantity": true,
"quantity": 10,
"image": "cdn.communly.com/product_image.png",
"collect_shipping_address": false,
"extra_fields": [
{
"name": "Contact Name",
"required": true
},
{
"name": "Contact Number",
"required": false
}
],
"pay_what_you_want": false,
"digital_delivery": {
"enabled": true,
"access_window": {
"expires": true,
"duration": 1,
"duration_period": "weeks",
"how_many_times": 10
},
"files_links": [
{
"type": "url",
"link": "http://cjtate.com/access",
"info": "Access your exclusive content"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp3",
"info": "MP3 Audio File"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp4",
"info": "MP4 Video"
}
]
},
"meta": []
}
+ Response 201 (application/json)
{
"created": true,
"product": {
"id": "prod_23Rtidc2TeYz12",
"key": "If333I",
"active": "1",
"name": "Dummy Product Name",
"description": "This is my test description",
"quantity": "10",
"price": "32156",
"images": [
"cdn.communly.com/product_image.png"
],
"extra_fields": [
{
"name": "Contact Name",
"required": "1"
},
{
"name": "Contact Number",
"required": "0"
}
],
"created": "1404381880",
"last_updated": "1404381880",
"meta": null,
"pay_what_you_want": "0",
"limited_quantity": "1",
"collect_shipping_address": null,
"digital_delivery": {
"enabled": "1",
"access_window": {
"expires": "1",
"duration": "1",
"duration_period": "weeks",
"how_many_times": "10"
},
"files_links": [
{
"type": "url",
"link": "http://cjtate.com/access",
"info": "Access your exclusive content"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp3",
"info": "MP3 Audio File"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp4",
"info": "MP4 Video"
}
]
}
}
}
## Product Resources [/products/{merchant_id}/{product_id}]
### Retrieve a product [GET]
Retrieve a merchant's product
+ Response 201 (application/json)
{
"id": "prod_23Rtidc2TeYz12",
"key": "If333I",
"active": "1",
"name": "Dummy Product Name",
"description": "This is my test description",
"quantity": "10",
"price": "32156",
"images": [
"cdn.communly.com/product_image.png"
],
"extra_fields": [
{
"name": "Contact Name",
"required": "1"
},
{
"name": "Contact Number",
"required": "0"
}
],
"created": "1404381880",
"last_updated": "1404381880",
"meta": null,
"pay_what_you_want": "0",
"limited_quantity": "1",
"collect_shipping_address": null,
"digital_delivery": {
"enabled": "1",
"access_window": {
"expires": "1",
"duration": "1",
"duration_period": "weeks",
"how_many_times": "10"
},
"files_links": [
{
"type": "url",
"link": "http://cjtate.com/access",
"info": "Access your exclusive content"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp3",
"info": "MP3 Audio File"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp4",
"info": "MP4 Video"
}
]
}
}
### Update a product [PUT]
Update a merchant's product
+ Request (application/json)
{
"merchant_id": "mer_51sQ1GuaJKWl13",
"name": "New Dummy Product Name",
"description": "This is new my test description",
"price": "32156",
"limited_quantity": true,
"quantity": 10,
"collect_shipping_address": false
}
+ Response 201 (application/json)
{
"updated": true,
"product": {
"id": "prod_23Rtidc2TeYz12",
"key": "If333I",
"active": "1",
"name": "New Dummy Product Name",
"description": "This is new my test description",
"quantity": "10",
"price": "32156",
"images": [
"cdn.communly.com/product_image.png"
],
"extra_fields": [
{
"name": "Contact Name",
"required": "1"
},
{
"name": "Contact Number",
"required": "0"
}
],
"created": "1404381880",
"last_updated": "1404381880",
"meta": null,
"pay_what_you_want": "0",
"limited_quantity": "1",
"collect_shipping_address": null,
"digital_delivery": {
"enabled": "1",
"access_window": {
"expires": "1",
"duration": "1",
"duration_period": "weeks",
"how_many_times": "10"
},
"files_links": [
{
"type": "url",
"link": "http://cjtate.com/access",
"info": "Access your exclusive content"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp3",
"info": "MP3 Audio File"
},
{
"type": "download",
"link": "http://cdn.communly.com/cj_tate.mp4",
"info": "MP4 Video"
}
]
}
}
}
### Remove a product [DELETE]
Remove a product. **Warning** This will permantly delete a product, but will **not* remove orders for this product
+ Response 204
# Group Checkout
This API allows you to generate a checkout token and then capture an order using this token.
## Create a checkout token [/checkout/{merchant_id}/{product_id}]
### Generate a checkout token [GET]
Generate a checkout token which loads relevent product data needed to create your checkout.
I.E do you need to collect a shipping address, shipping options, extra fields and variants required etc... as well as information about the seller to display to customers.
+ Response 201 (application/json)
{
"checkout_token": "chkt_1XGdbRAWQLY",
"expires": 1404478268,
"product": {
"id": "prod_23TZDoJyxkQ616",
"name": "Dummy Product Name",
"description": "This is my test description",
"quantity": "10",
"price": "32156",
"images": [
"cdn.communly.com/product_image.png"
],
"formatted_price": "$321.56",
"formatted_price_with_currency_code": "$321.56 USD"
},
"merchant": {
"id": "mer_51sQ1GuaJKWl13",
"seller_name": "CJ Tate",
"seller_email": "[email protected]",
"currency": "USD",
"street_address": "1001 Balling St",
"town_city": "Racks on Racks",
"county_state": "RacksOnRackshire",
"postal_zip_code": "94107",
"country": "US"
},
"conditionals": {
"pay_what_you_want": "0",
"shipping_options_available": null,
"digital_goods": "1",
"collect_shipping_address": null,
"limited_quantity": "1"
},
"extra_fields": [
{
"name": "Contact Name",
"required": "1"
},
{
"name": "Contact Number",
"required": "0"
}
],
"product.meta": {
"communly_id": "123",
"other_meta_data": "321"
},
"merchant.meta": {
"communly_id": "123",
"other_meta_data": "321"
}
}
## Capture an order from a checkout token [/checkout/{checkout_token}]
### Create order from checkout token [POST]
Once you have collected data for the checkout, you need to send this data to Chec to capture the order and charge the credit card. We will preform server side validation and return a displayable error if something is wrong.
+ Request (application/json)
{
"buyer": {
"first_name": "Devan",
"last_name": "Koshal",
"email": "[email protected]",
"address": {
"street": "68 Kingsway",
"town_city": "Northampton",
"county_state": "Northamptonshire",
"postal_zip_code": "NN28HF",
"country": "UK"
}
},
"extra_fields": [
{
"name": "Extra Field 1",
"value": "Value"
},
{
"name": "Extra Field 2",
"value": "Value"
}
],
"order": {
"quantity": 3,
"customer_set_price": null
},
"card": {
"number": "4242424242424242",
"exp_month": "02",
"exp_year": "2015",
"cvc": "123",
"name": null,
"address_line1": null,
"address_zip": null
},
"meta": {
"test": 123
}
}
+ Response 201 (application/json)
[
{
"success": true,
"order": {
"id": "ord_41QlTpLXMIHx",
"merchant_id": "mer_51sQ1GuaJKWl13",
"buyer": {
"first_name": "Devan",
"last_name": "Koshal",
"email": "[email protected]",
"address": {
"street": "68 Kingsway",
"town_city": "Northampton",
"county_state": "Northamptonshire",
"postal_zip_code": "NN28HF",
"country": "UK"
},
"extra_fields": [
{
"name": "Extra Field 1",
"value": "Value"
},
{
"name": "Extra Field 2",
"value": "Value"
}
]
},
"product": {
"name": "Dummy Product Name",
"price": "$321.56"
},
"order": {
"status": "1",
"currency": "USD",
"quantity": "1",
"shipping_amount": "$0.00",
"total": "$321.56",
"total_charged_in_usd": "$321.56",
"card_last4": "4242"
},
"conditional": {
"collect_shipping_address": "1",
"digital_goods": "1",
"shippable": null,
"pay_what_you_want": "0"
},
"created": "1405417278",
"meta": {
"test": "123"
},
"delivery": [
{
"type": "url",
"info": "Access your exclusive content",
"expires": 1406022079,
"counter": "10",
"access_url": "http://stage.ch.eckout.com/download/ord_41QlTpLXMIHx/7"
},
{
"type": "download",
"info": "MP3 Audio File",
"expires": 1406022079,
"counter": "10",
"access_url": "http://stage.ch.eckout.com/download/ord_41QlTpLXMIHx/8"
},
{
"type": "download",
"info": "MP4 Video",
"expires": 1406022079,
"counter": "10",
"access_url": "http://stage.ch.eckout.com/download/ord_41QlTpLXMIHx/9"
}
]
}
}
]
## Check discount code, quantity, & pay what you want price [/checkout/{product_id}/check]
### Validate discount code, quantity, or pay what you want price [GET]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
## Retrieve shipping options available for selected country [/checkout/{product_id}/shipping_options]
### Retrieve available shipping options [GET]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
# Group Orders
The API allows you to add, delete, refund, and update orders.
## Orders [/orders/{merchant_id}]
### List orders [GET]
+ Response 200 (application/json)
[ {
"id":"ord_31yIfnztwxCg",
"merchant_id":"mer_51sQ1GuaJKWl13",
"buyer":{
"first_name":"Devan",
"last_name":"Koshal",
"email":"[email protected]",
"address":{
"street":"68 Kingsway",
"town_city":"Northampton",
"county_state":"Northamptonshire",
"postal_zip_code":"NN28HF",
"country":"UK"
},
"extra_fields":[{
"name":"Extra Field 1",
"value":"Value"
},
{
"name":"Extra Field 2",
"value":"Value"
}]
},
"product":{
"name":"Dummy Product Name",
"price":"$321.56"
},
"order":{
"status":"1",
"currency":"USD",
"quantity":"3",
"shipping_amount":"$0.00",
"total":"$964.68",
"total_charged_in_usd":"964.68",
"card_last4":"4242"
},
"conditional":{
"collect_shipping_address":"1",
"digital_goods":"1",
"shippable":null,
"pay_what_you_want":"0"
},
"created":"1405404739",
"meta":{
"test":"123"
}
},
{
"id":"ord_31yIfnztwxCg",
"merchant_id":"mer_51sQ1GuaJKWl13",
"buyer":{
"first_name":"Devan",
"last_name":"Koshal",
"email":"[email protected]",
"address":{
"street":"68 Kingsway",
"town_city":"Northampton",
"county_state":"Northamptonshire",
"postal_zip_code":"NN28HF",
"country":"UK"
},
"extra_fields":[{
"name":"Extra Field 1",
"value":"Value"
},
{
"name":"Extra Field 2",
"value":"Value"
}]
},
"product":{
"name":"Dummy Product Name",
"price":"$321.56"
},
"order":{
"status":"1",
"currency":"USD",
"quantity":"3",
"shipping_amount":"$0.00",
"total":"$964.68",
"total_charged_in_usd":"964.68",
"card_last4":"4242"
},
"conditional":{
"collect_shipping_address":"1",
"digital_goods":"1",
"shippable":null,
"pay_what_you_want":"0"
},
"created":"1405404739",
"meta":{
"test":"123"
}
},{},{}...]
## Order Resources [/orders/{merchant_id}/{id}]
### Retrieve an order [GET]
+ Response 200 (application/json)
{
"id":"ord_31yIfnztwxCg",
"merchant_id":"mer_51sQ1GuaJKWl13",
"buyer":{
"first_name":"Devan",
"last_name":"Koshal",
"email":"[email protected]",
"address":{
"street":"68 Kingsway",
"town_city":"Northampton",
"county_state":"Northamptonshire",
"postal_zip_code":"NN28HF",
"country":"UK"
},
"extra_fields":[{
"name":"Extra Field 1",
"value":"Value"
},
{
"name":"Extra Field 2",
"value":"Value"
}]
},
"product":{
"name":"Dummy Product Name",
"price":"$321.56"
},
"order":{
"status":"1",
"currency":"USD",
"quantity":"3",
"shipping_amount":"$0.00",
"total":"$964.68",
"total_charged_in_usd":"964.68",
"card_last4":"4242"
},
"conditional":{
"collect_shipping_address":"1",
"digital_goods":"1",
"shippable":null,
"pay_what_you_want":"0"
},
"created":"1405404739",
"meta":{
"test":"123"
}
}
### Refund an order [POST]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
### Remove an order [DELETE]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
### Update an order [PUT]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
# Group Payouts
This API allows you retrieve information about payouts, and update a merchants payout data.
## Payouts [/payouts/{merchant_id}]
### Retrieve payout data for a merchant [GET]
+ Request (application/json)
{}
+ Response 201 (application/json)
{}
### Set/update payout settings [PUT]
Set & Update a merchants paypal settings.
+ Request (application/json)
{}
+ Response 201 (application/json)
{}