Shopify.CustomerAddress (exshopify v0.11.0)

https://help.shopify.com/en/api/reference/customers/customer_address

Link to this section Summary

Functions

Perform bulk operations on multiple customer addresses.

Create a new customer address.

Delete a customer address.

Retrieve a single customer address.

Retrieve a list of customer addresses.

Sets the default address for a customer.

Update a customer address.

Link to this section Functions

Link to this function

bulk(customer_id, params)

Specs

bulk(binary(), map()) :: Shopify.Operation.t()

Perform bulk operations on multiple customer addresses.

Link to this function

create(customer_id, params)

Specs

create(binary(), map()) :: Shopify.Operation.t()

Create a new customer address.

Link to this function

delete(customer_id, address_id)

Specs

delete(binary(), binary()) :: Shopify.Operation.t()

Delete a customer address.

Link to this function

get(customer_id, address_id)

Specs

Retrieve a single customer address.

Link to this function

list(customer_id, params \\ %{})

Specs

list(binary(), map()) :: Shopify.Operation.t()

Retrieve a list of customer addresses.

Link to this function

set_default(customer_id, address_id)

Specs

set_default(binary(), binary()) :: Shopify.Operation.t()

Sets the default address for a customer.

Link to this function

update(customer_id, address_id, params)

Specs

update(binary(), binary(), map()) :: Shopify.Operation.t()

Update a customer address.