exshopify v0.8.1 Shopify.Customer
https://help.shopify.com/en/api/reference/customers/customer
Link to this section Summary
Functions
Retrieve a count of all customers
Create a customer
Create an account activation URL for a customer account that is not yet enabled
Delete a customer
Retrieve a single customer
Retrieve all orders belonging to a customers
Retrieve a list of customers
Search for customers that match a given query
Send an account invite to a customer
Update a customer
Link to this section Functions
count(params \\ %{})
Retrieve a count of all customers.
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a customer.
create_account_activation_url(customer_id)
create_account_activation_url(binary()) :: Shopify.Operation.t()
create_account_activation_url(binary()) :: Shopify.Operation.t()
Create an account activation URL for a customer account that is not yet enabled.
delete(customer_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a customer.
Note that a customer cannot be deleted if they have existing orders.
get(customer_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single customer.
get_orders(customer_id)
get_orders(binary()) :: Shopify.Operation.t()
get_orders(binary()) :: Shopify.Operation.t()
Retrieve all orders belonging to a customers.
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of customers.
search(params)
search(map()) :: Shopify.Operation.t()
search(map()) :: Shopify.Operation.t()
Search for customers that match a given query.
send_invite(customer_id, params)
send_invite(binary(), map()) :: Shopify.Operation.t()
send_invite(binary(), map()) :: Shopify.Operation.t()
Send an account invite to a customer.
update(customer_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a customer.