exshopify v0.7.1 Shopify.CustomerAddress
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
Perform bulk operations on multiple customer addresses.
Create a new customer address.
Link to this function
delete(customer_id, address_id)
delete(binary(), binary()) :: Shopify.Operation.t()
Delete a customer address.
Retrieve a single customer address.
Link to this function
list(customer_id, params \\ %{})
list(binary(), map()) :: Shopify.Operation.t()
Retrieve a list of customer addresses.
Link to this function
set_default(customer_id, address_id)
set_default(binary(), binary()) :: Shopify.Operation.t()
Sets the default address for a customer.
Link to this function
update(customer_id, address_id, params)
update(binary(), binary(), map()) :: Shopify.Operation.t()
Update a customer address.