Product Service

Get Product

GET /api/product/:cloudId/:id

Get All Products with stockstatus

GET /api/product/:cloudId/:warehouseId/list

Get Product with stockstatus

GET /api/product/withstockstatus/:cloudId/:warehouseid/:productid

Delete Product

GET /api/product/:cloudId/:productId/delete

Get All Products for Cloud

GET /api/product/:cloudId

Get All Ingredients for Product

GET /api/product/:cloudId/:productId/ingredients

Create Product

POST /api/product/:cloudId/create

Update Product Field

POST /api/product/:cloudId/:productId/update

Get All Ingredients for Cloud

GET /api/product/:cloudId/ingredients

Create/Update Ingredient for Product

POST /api/product/:cloudId/ingredients/edit

Delete Ingredient for Product

GET /api/product/:cloudid/ingredients/:ingredientId/delete

Last updated

Was this helpful?