exshopify v0.9.0 Shopify.CustomCollection

https://help.shopify.com/en/api/reference/products/customcollection

Link to this section Summary

Functions

Retrieve a count of all custom collections

Create a custom collection

Retrieve a single custom collection

Retrieve a list of custom collections

Update a custom collection

Link to this section Functions

Link to this function

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

Retrieve a count of all custom collections.

Link to this function

create(params)
create(map()) :: Shopify.Operation.t()

Create a custom collection.

Link to this function

get(custom_collection_id)

Retrieve a single custom collection.

Link to this function

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

Retrieve a list of custom collections.

Link to this function

update(custom_collection_id, params)
update(binary(), map()) :: Shopify.Operation.t()

Update a custom collection.