exshopify v0.9.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(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of all customer saved searches.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a customer saved search.
Link to this function
delete(customer_saved_search_id)
delete(customer_saved_search_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a customer saved search.
Link to this function
get(customer_saved_search_id)
get(customer_saved_search_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single customer saved search.
Link to this function
get_customers(customer_saved_search_id, params \\ %{})
get_customers(customer_saved_search_id, params \\ %{})
get_customers(binary(), map()) :: Shopify.Operation.t()
get_customers(binary(), map()) :: Shopify.Operation.t()
Retrieve all customers returned by a customer saved search.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of customers.
Link to this function
update(customer_saved_search_id, params)
update(customer_saved_search_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a customer saved search.