exshopify v0.9.1 Shopify.Collect

https://help.shopify.com/en/api/reference/products/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(map()) :: Shopify.Operation.t()

Add a product to a collection.

Link to this function

count(params \\ %{})
count(map()) :: Shopify.Operation.t()

Retrieve a count of all collects.

Retrieve a single collect.

Link to this function

list(params \\ %{})
list(map()) :: Shopify.Operation.t()

Retrieve a list of collects.

Link to this function

remove_product(collect_id)
remove_product(binary()) :: Shopify.Operation.t()

Remove a product from a collection.