exshopify v0.7.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

Link to this function count(params \\ %{})

Retrieve a count of all customers.

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

Create a customer.

Link to this function create_account_activation_url(customer_id)
create_account_activation_url(binary()) :: Shopify.Operation.t()

Create an account activation URL for a customer account that is not yet enabled.

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

Delete a customer.

Note that a customer cannot be deleted if they have existing orders.

Retrieve a single customer.

Link to this function get_orders(customer_id)
get_orders(binary()) :: Shopify.Operation.t()

Retrieve all orders belonging to a customers.

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

Retrieve a list of customers.

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

Search for customers that match a given query.

Link to this function send_invite(customer_id, params)
send_invite(binary(), map()) :: Shopify.Operation.t()

Send an account invite to a customer.

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

Update a customer.