exshopify v0.9.1 Shopify.Country
https://help.shopify.com/en/api/reference/store_properties/country
Link to this section Summary
Functions
Retrieve a count of all customers
Create a country
Delete a country
Retrieve a single country
Retrieve a list of countries
Update a country
Link to this section Functions
Link to this function
count()
count()
count() :: Shopify.Operation.t()
count() :: Shopify.Operation.t()
Retrieve a count of all customers.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a country.
Link to this function
delete(country_id)
delete(country_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a country.
Link to this function
get(country_id)
get(country_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single country.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of countries.
Link to this function
update(country_id, params)
update(country_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a country.