Products REST Endpoints

Admin/Products
Product endpoints
createProduct
Method: post
Path: /ccadmin/v1/products
createProductAssignmentToCollections
Method: post
Path: /ccadmin/v1/products/{id}/addToCollections
deleteProduct
Method: delete
Path: /ccadmin/v1/products/{id}
getProduct
Method: get
Path: /ccadmin/v1/products/{id}
listProducts
Method: get
Path: /ccadmin/v1/products
updateProduct
Method: put
Path: /ccadmin/v1/products/{id}
updateProductMembership
Method: post
Path: /ccadmin/v1/products/membership