Shopify.CustomCollection (exshopify v0.11.0)

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 \\ %{})

Specs

count(map()) :: Shopify.Operation.t()

Retrieve a count of all custom collections.

Specs

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

Create a custom collection.

Link to this function

get(custom_collection_id)

Specs

Retrieve a single custom collection.

Link to this function

list(params \\ %{})

Specs

list(map()) :: Shopify.Operation.t()

Retrieve a list of custom collections.

Link to this function

update(custom_collection_id, params)

Specs

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

Update a custom collection.