exshopify v0.8.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
Retrieve a count of all smart collections.
Create a smart collection.
Delete a smart collection.
Link to this function
get(smart_collection_id, params \\ %{})
get(binary(), map()) :: Shopify.Operation.t()
Retrieve a single smart collection.
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.