exshopify v0.9.1 Shopify.Collect
Link to this section Summary
Functions
Add a product to a collection
Retrieve a count of all collects
Retrieve a single collect
Retrieve a list of collects
Remove a product from a collection
Link to this section Functions
Link to this function
add_product(params)
add_product(params)
add_product(map()) :: Shopify.Operation.t()
add_product(map()) :: Shopify.Operation.t()
Add a product to a collection.
Link to this function
count(params \\ %{})
count(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of all collects.
Link to this function
get(collect_id)
get(collect_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single collect.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of collects.
Link to this function
remove_product(collect_id)
remove_product(collect_id)
remove_product(binary()) :: Shopify.Operation.t()
remove_product(binary()) :: Shopify.Operation.t()
Remove a product from a collection.