SmartCollection {shopifyr} | R Documentation |
SmartCollection Functions
Description
SmartCollection Functions
Usage
getSmartCollections(...)
getSmartCollectionsCount(...)
getSmartCollection(smartCollectionId, ...)
createSmartCollection(smartCollection, ...)
modifySmartCollection(smartCollection, ...)
orderSmartCollection(smartCollectionId, productIds, ...)
deleteSmartCollection(smartCollectionId, ...)
Arguments
... |
additional request parameters |
smartCollectionId |
a SmartCollection id number |
smartCollection |
a list containing SmartCollection fields |
productIds |
a vector of |
Value
a list containing a SmartCollection fields or a list of SmartCollections
References
Shopify API SmartCollection documentation: https://help.shopify.com/api/reference/products/smartcollection
[Package shopifyr version 1.0.0 Index]