CustomCollection {shopifyr} | R Documentation |
CustomCollection Functions
Description
CustomCollection Functions
Usage
getCustomCollections(...)
getCustomCollectionsCount(...)
getCustomCollection(customCollectionId, ...)
createCustomCollection(customCollection, ...)
modifyCustomCollection(customCollection, ...)
deleteCustomCollection(customCollectionId, ...)
Arguments
... |
additional request parameters |
customCollectionId |
a CustomCollection id number |
customCollection |
a list containing CustomCollection fields |
Value
a list containing a CustomCollection fields or a list of CustomCollections
References
Shopify API CustomCollection documentation: https://help.shopify.com/api/reference/products/customcollection
[Package shopifyr version 1.0.0 Index]