Collect {shopifyr} | R Documentation |
Collect Functions
Description
Collect Functions
Usage
createCollect(collect, ...)
deleteCollect(collectId, ...)
getCollects(...)
getCollectsCount(...)
getCollect(collectId, ...)
Arguments
collect |
a list containing Collect fields |
... |
additional request parameters |
collectId |
a Collect id number |
Value
a list containing a Collect fields or a list of Collects
References
Shopify API Collect documentation: https://help.shopify.com/api/reference/products/collect
[Package shopifyr version 1.0.0 Index]