exshopify v0.8.0 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
Retrieve a count of all customers.
Create a customer.
create_account_activation_url(binary()) :: Shopify.Operation.t()
Create an account activation URL for a customer account that is not yet enabled.
Delete a customer.
Note that a customer cannot be deleted if they have existing orders.
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_invite(binary(), map()) :: Shopify.Operation.t()
Send an account invite to a customer.
Update a customer.