Collections REST Endpoints
Admin/Collections
Collection endpoints
- assignProducts
- Method: postPath:
/ccadmin/v1/collections/assignProducts - createCollection
- Method: postPath:
/ccadmin/v1/collections - deleteCollection
- Method: deletePath:
/ccadmin/v1/collections/{id} - getCollection
- Method: getPath:
/ccadmin/v1/collections/{id} - listCollections
- Method: getPath:
/ccadmin/v1/collections - moveCollection
- Method: putPath:
/ccadmin/v1/collections - updateCollection
- Method: putPath:
/ccadmin/v1/collections/{id}