(delete-shop-banner shop-id)
Deletes a shop banner image
Deletes a shop banner image
(find-all-shops &
{:keys [shop-name limit offset page lat lon distance-max]
:as params})
Finds all Shops. If there is a keywords parameter, finds shops with shop_name starting with keywords.
Finds all Shops. If there is a keywords parameter, finds shops with shop_name starting with keywords.
(find-all-user-shops user-id & {:keys [limit offset page] :as params})
Retrieves a set of Shop objects associated to a User.
Retrieves a set of Shop objects associated to a User.
(get-listing-shop listing-id)
Retrieves a shop by a listing id.
Retrieves a shop by a listing id.
(get-shop shop-id & {:keys [fields] :as params})
Retrieves a Shop by id.
Retrieves a Shop by id.
(update-shop shop-id
&
{:keys [title announcement sale_message policy_welcome
policy_payment policy_shipping policy_refunds
policy_additional policy_seller_info digital_sale_message]
:as params})
Updates a Shop
Updates a Shop
(upload-shop-banner shop-id img)
Upload a new shop banner image
Upload a new shop banner image
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close