Shopify.SmartCollection (exshopify v0.11.0)
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 \\ %{})
Specs
count(map()) :: Shopify.Operation.t()
Retrieve a count of all smart collections.
Link to this function
create(params)
Specs
create(map()) :: Shopify.Operation.t()
Create a smart collection.
Link to this function
delete(smart_collection_id)
Specs
delete(binary()) :: Shopify.Operation.t()
Delete a smart collection.
Link to this function
get(smart_collection_id, params \\ %{})
Specs
get(binary(), map()) :: Shopify.Operation.t()
Retrieve a single smart collection.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of all smart collections.
Link to this function
update(smart_collection_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update a smart collection.
Link to this function
update_order(smart_collection_id, params)
Specs
update_order(binary(), map()) :: Shopify.Operation.t()
Update the ordering type of products in a smart collection.