Product Service
GET /api/product/:cloudId/:id
GET /v2/clouds/:cloudId/products/:productId
GET /api/product/:cloudId/:warehouseId/list
GET /v2/clouds/:cloudId/warehouses/:warehouseId/products
GET /api/product/withstockstatus/:cloudId/:warehouseid/:productid
GET /v2/clouds/:cloudId/warehouses/:warehouseId/products/:productId
GET /api/product/:cloudId/:productId/delete
DELETE /v2/clouds/:cloudId/products/:productId
GET /api/product/:cloudId
GET /v2/clouds/:cloudId/products
GET /api/product/:cloudId/:productId/ingredients
GET /v2/clouds/:cloudId/product-ingredients?filter=_parentProductId|eq|:productId
GET /v2/clouds/:cloudId/products?filter=id|eq|:productId&include=ingredients
POST /api/product/:cloudId/create
POST /v2/clouds/:cloudId/products
POST /api/product/:cloudId/:productId/update
Replace or create
PUT /v2/clouds/:cloudId/products
PUT /v2/clouds/:cloudId/products/:productId
Partial update
PATCH /v2/clouds/:cloudId/products/:productId
GET /api/product/:cloudId/ingredients
GET /v2/clouds/:cloudId/product-ingredients
POST /api/product/:cloudId/ingredients/edit
POST/PUT /v2/clouds/:cloudId/product-ingredients
Partial update
PATCH /v2/clouds/:cloudId/product-ingredients/:ingredientId
GET /api/product/:cloudid/ingredients/:ingredientId/delete
DELETE /v2/clouds/:cloudId/product-ingredients/:ingredientId
Last modified 2yr ago