Liking cljdoc? Tell your friends :D

magnet.cms.core


Collectionscljprotocol

get-all-collectionsclj

(get-all-collections this)

get-collectionclj

(get-collection this collection-id)
source

E-Commercecljprotocol

fulfill-orderclj

(fulfill-order this order-id)

get-all-ordersclj

(get-all-orders this)

get-item-inventoryclj

(get-item-inventory this collection-id item-id)

get-orderclj

(get-order this order-id)

refund-orderclj

(refund-order this order-id)

unfulfill-orderclj

(unfulfill-order this order-id)

update-item-inventoryclj

(update-item-inventory this collection-id item-id fields)

update-orderclj

(update-order this order-id fields)
source

Itemscljprotocol

get-itemclj

(get-item this collection-id item-id)

get-itemsclj

(get-items this collection-id)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close