Liking cljdoc? Tell your friends :D

etsy.api.shop


delete-shop-bannerclj

(delete-shop-banner shop-id)

Deletes a shop banner image

Deletes a shop banner image
raw docstring

find-all-shopsclj

(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.
raw docstring

find-all-user-shopsclj

(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.
raw docstring

get-listing-shopclj

(get-listing-shop listing-id)

Retrieves a shop by a listing id.

Retrieves a shop by a listing id.
raw docstring

get-shopclj

(get-shop shop-id & {:keys [fields] :as params})

Retrieves a Shop by id.

Retrieves a Shop by id.
raw docstring

update-shopclj

(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
raw docstring

upload-shop-bannerclj

(upload-shop-banner shop-id img)

Upload a new shop banner image

Upload a new shop banner image
raw docstring

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

× close