exshopify v0.9.0 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
Update a province
Link to this section Functions
Link to this function
count(country_id)
count(country_id)
count(binary()) :: Shopify.Operation.t()
count(binary()) :: Shopify.Operation.t()
Retrieve a count of all provinces.
Link to this function
get(country_id, province_id)
get(country_id, province_id)
get(binary(), binary()) :: Shopify.Operation.t()
get(binary(), binary()) :: Shopify.Operation.t()
Retrieve a province.
Link to this function
list(country_id, params \\ %{})
list(country_id, params \\ %{})
list(binary(), map()) :: Shopify.Operation.t()
list(binary(), map()) :: Shopify.Operation.t()
Retrieve a list of provinces.
Link to this function
update(country_id, province_id, params)
update(country_id, province_id, params)
update(binary(), binary(), map()) :: Shopify.Operation.t()
update(binary(), binary(), map()) :: Shopify.Operation.t()
Update a province.