createProductRecommendation
|
POST /product-recommendations |
ProductRecommendation
|
Create a product recommendation
|
getProductRecommendation
|
GET /product-recommendations/{id} |
|
Get a product recommendation by id
|
updateProductRecommendation
|
PUT /product-recommendations/{id} |
ProductRecommendation
|
Update a product recommendation
|
getAllProductRecommendations
|
GET /product-recommendations |
|
Get a list of product recommendations
|
deleteProductRecommendation
|
DELETE /product-recommendations/{id} |
|
Delete a product recommendation
|
getRecommendations
|
GET /product-recommendations/request |
|
Get recommendations
|
importRecommendation
|
POST /product-recommendations/import |
ProductRecommendation
|
Import a recommendation
|