exshopify v0.7.1 Shopify.Province

https://help.shopify.com/en/api/reference/store_properties/province

Link to this section Summary

Functions

Retrieve a count of all provinces

Retrieve a province

Retrieve a list of provinces

Link to this section Functions

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

Retrieve a count of all provinces.

Link to this function get(country_id, province_id)

Retrieve a province.

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

Retrieve a list of provinces.

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

Update a province.