Province {shopifyr}R Documentation

Province Functions

Description

Province Functions

Usage

getProvinces(countryId, ...)

getProvincesCount(countryId, ...)

getProvince(countryId, provinceId, ...)

modifyProvince(countryId, province, ...)

Arguments

countryId

a Country id number

...

additional request parameters

provinceId

a Province id number

province

a list containing Province fields

Value

a list containing a Province fields or a list of Provinces

References

Shopify API Province documentation: https://help.shopify.com/api/reference/store_properties/province


[Package shopifyr version 1.0.0 Index]