exshopify v0.7.1 Shopify.CustomerSavedSearch

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 \\ %{})
count(map()) :: Shopify.Operation.t()

Retrieve a count of all customer saved searches.

Link to this function create(params)
create(map()) :: Shopify.Operation.t()

Create a customer saved search.

Link to this function delete(customer_saved_search_id)
delete(binary()) :: Shopify.Operation.t()

Delete a customer saved search.

Link to this function get(customer_saved_search_id)

Retrieve a single customer saved search.

Link to this function get_customers(customer_saved_search_id, params \\ %{})
get_customers(binary(), map()) :: Shopify.Operation.t()

Retrieve all customers returned by a customer saved search.

Link to this function list(params \\ %{})
list(map()) :: Shopify.Operation.t()

Retrieve a list of customers.

Link to this function update(customer_saved_search_id, params)
update(binary(), map()) :: Shopify.Operation.t()

Update a customer saved search.