Liking cljdoc? Tell your friends :D

magnet.cms.webflow.e-commerce


fulfill-orderclj

(fulfill-order {:keys [site-id] :as wf-record} order-id)
source

get-all-ordersclj

(get-all-orders {:keys [site-id] :as wf-record})
source

get-item-inventoryclj

(get-item-inventory wf-record collection-id item-id)
source

get-orderclj

(get-order {:keys [site-id] :as wf-record} order-id)
source

refund-orderclj

(refund-order {:keys [site-id] :as wf-record} order-id)
source

unfulfill-orderclj

(unfulfill-order {:keys [site-id] :as wf-record} order-id)
source

update-item-inventoryclj

(update-item-inventory wf-record collection-id item-id fields)
source

update-orderclj

(update-order {:keys [site-id] :as wf-record} order-id fields)
source

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

× close