Country {shopifyr} | R Documentation |
Country Functions
Description
Country Functions
Usage
getCountries(...)
getCountriesCount(...)
getCountry(countryId, ...)
createCountry(country, ...)
modifyCountry(country, ...)
deleteCountry(countryId, ...)
Arguments
... |
additional request parameters |
countryId |
a Country id number |
country |
a list containing Country fields |
Value
a list containing a Country fields or a list of Countrys
References
Shopify API Country documentation: https://help.shopify.com/api/reference/store_properties/country
[Package shopifyr version 1.0.0 Index]