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