Shopify.Collect (exshopify v0.11.0)
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)
Specs
add_product(map()) :: Shopify.Operation.t()
Add a product to a collection.
Link to this function
count(params \\ %{})
Specs
count(map()) :: Shopify.Operation.t()
Retrieve a count of all collects.
Link to this function
get(collect_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single collect.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of collects.
Link to this function
remove_product(collect_id)
Specs
remove_product(binary()) :: Shopify.Operation.t()
Remove a product from a collection.