exshopify v0.9.1 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(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of all custom collections.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a custom collection.
Link to this function
get(custom_collection_id)
get(custom_collection_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single custom collection.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of custom collections.
Link to this function
update(custom_collection_id, params)
update(custom_collection_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a custom collection.