Product Service
Get Product
GET /v2/clouds/:cloudId/products/:productId
Get All Products with stockstatus
GET /v2/clouds/:cloudId/warehouses/:warehouseId/products
Get Product with stockstatus
GET /v2/clouds/:cloudId/warehouses/:warehouseId/products/:productId
Delete Product
DELETE /v2/clouds/:cloudId/products/:productId
Get All Products for Cloud
GET /v2/clouds/:cloudId/products
Get All Ingredients for Product
GET /v2/clouds/:cloudId/product-ingredients?filter=_parentProductId|eq|:productId
GET /v2/clouds/:cloudId/products?filter=id|eq|:productId&include=ingredients
Create Product
POST /v2/clouds/:cloudId/products
Update Product Field
Replace or create PUT /v2/clouds/:cloudId/products PUT /v2/clouds/:cloudId/products/:productId
Partial update PATCH /v2/clouds/:cloudId/products/:productId
Get All Ingredients for Cloud
GET /v2/clouds/:cloudId/product-ingredients
Create/Update Ingredient for Product
POST/PUT /v2/clouds/:cloudId/product-ingredients
Partial update PATCH /v2/clouds/:cloudId/product-ingredients/:ingredientId
Delete Ingredient for Product
DELETE /v2/clouds/:cloudId/product-ingredients/:ingredientId
Last updated
Was this helpful?