Shopify.CustomerSavedSearch (exshopify v0.11.0)

https://help.shopify.com/en/api/reference/customers/customersavedsearch

Link to this section Summary

Functions

Retrieve a count of all customer saved searches.

Create a customer saved search.

Delete a customer saved search.

Retrieve a single customer saved search.

Retrieve all customers returned by a customer saved search.

Retrieve a list of customers.

Update a customer saved search.

Link to this section Functions

Link to this function

count(params \\ %{})

Specs

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

Retrieve a count of all customer saved searches.

Specs

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

Create a customer saved search.

Link to this function

delete(customer_saved_search_id)

Specs

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

Delete a customer saved search.

Link to this function

get(customer_saved_search_id)

Specs

Retrieve a single customer saved search.

Link to this function

get_customers(customer_saved_search_id, params \\ %{})

Specs

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

Retrieve all customers returned by a customer saved search.

Link to this function

list(params \\ %{})

Specs

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

Retrieve a list of customers.

Link to this function

update(customer_saved_search_id, params)

Specs

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

Update a customer saved search.