exshopify v0.8.0 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
Retrieve a count of all customer saved searches.
Create a customer saved search.
Delete a customer saved search.
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.
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.