Shopify.Province (exshopify v0.11.0)

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)

Specs

count(binary()) :: Shopify.Operation.t()

Retrieve a count of all provinces.

Link to this function

get(country_id, province_id)

Specs

Retrieve a province.

Link to this function

list(country_id, params \\ %{})

Specs

list(binary(), map()) :: Shopify.Operation.t()

Retrieve a list of provinces.

Link to this function

update(country_id, province_id, params)

Specs

update(binary(), binary(), map()) :: Shopify.Operation.t()

Update a province.