exshopify v0.9.0 Shopify.SmartCollection

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

Link to this section Summary

Functions

Retrieve a count of all smart collections

Create a smart collection

Delete a smart collection

Retrieve a single smart collection

Retrieve a list of all smart collections

Update a smart collection

Update the ordering type of products in a smart collection

Link to this section Functions

Link to this function

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

Retrieve a count of all smart collections.

Link to this function

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

Create a smart collection.

Link to this function

delete(smart_collection_id)
delete(binary()) :: Shopify.Operation.t()

Delete a smart collection.

Link to this function

get(smart_collection_id, params \\ %{})
get(binary(), map()) :: Shopify.Operation.t()

Retrieve a single smart collection.

Link to this function

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

Retrieve a list of all smart collections.

Link to this function

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

Update a smart collection.

Link to this function

update_order(smart_collection_id, params)
update_order(binary(), map()) :: Shopify.Operation.t()

Update the ordering type of products in a smart collection.