Theme {shopifyr} | R Documentation |
Theme Functions
Description
Theme Functions
Usage
getThemes(...)
getTheme(themeId, ...)
createTheme(theme, ...)
modifyTheme(theme, ...)
deleteTheme(themeId, ...)
Arguments
... |
additional request parameters |
themeId |
a Theme id number |
theme |
a list containing Theme fields |
Value
a list containing a Theme fields or a list of Themes
References
Shopify API Theme documentation: https://help.shopify.com/api/reference/online_store/theme
[Package shopifyr version 1.0.0 Index]