Shopify.Country (exshopify v0.11.0)
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()
Specs
count() :: Shopify.Operation.t()
Retrieve a count of all customers.
Link to this function
create(params)
Specs
create(map()) :: Shopify.Operation.t()
Create a country.
Link to this function
delete(country_id)
Specs
delete(binary()) :: Shopify.Operation.t()
Delete a country.
Link to this function
get(country_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single country.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of countries.
Link to this function
update(country_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update a country.