exshopify v0.8.0 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

Retrieve a count of all customers.

Link to this function create(params)
create(map()) :: Shopify.Operation.t()

Create a country.

Link to this function delete(country_id)
delete(binary()) :: Shopify.Operation.t()

Delete a country.

Retrieve a single country.

Link to this function list(params \\ %{})
list(map()) :: Shopify.Operation.t()

Retrieve a list of countries.

Link to this function update(country_id, params)
update(binary(), map()) :: Shopify.Operation.t()

Update a country.