Asset {shopifyr}R Documentation

Asset Functions

Description

Asset Functions

Usage

getAssets(themeId, ...)

getAsset(themeId, assetKey, ...)

createAsset(themeId, asset, ...)

deleteAsset(themeId, assetKey, ...)

Arguments

themeId

a Theme id number

...

additional request parameters

assetKey

an Asset key e.g. "templates/index.liquid"

asset

a list containing Asset fields

Value

a list containing an Asset fields or a list of Assets

References

Shopify API Asset documentation: https://help.shopify.com/api/reference/online_store/asset


[Package shopifyr version 1.0.0 Index]