(get-all-collections this)
(get-collection this collection-id)
(fulfill-order this order-id)
(get-all-orders this)
(get-item-inventory this collection-id item-id)
(get-order this order-id)
(refund-order this order-id)
(unfulfill-order this order-id)
(update-item-inventory this collection-id item-id fields)
(update-order this order-id fields)
(get-item this collection-id item-id)
(get-items this collection-id)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close