Collections REST Endpoints

Admin/Collections
Collection endpoints
assignProducts
Method: post
Path: /ccadmin/v1/collections/assignProducts
createCollection
Method: post
Path: /ccadmin/v1/collections
deleteCollection
Method: delete
Path: /ccadmin/v1/collections/{id}
getCollection
Method: get
Path: /ccadmin/v1/collections/{id}
listCollections
Method: get
Path: /ccadmin/v1/collections
moveCollection
Method: put
Path: /ccadmin/v1/collections
updateCollection
Method: put
Path: /ccadmin/v1/collections/{id}