Update Product Inventory Management Setting
PUT/inventory-management/api/v1/Products/:id/inventory-management
Enables or disables inventory tracking for the specified product. Disabling may be rejected if inventory or transactions exist for the product.
Request
Responses
- 200
- 400
- 404
- 500
Returns the updated product configuration
If the requested state is not allowed (e.g., due to existing inventory)
If the product with the specified ID is not found
If an error occurs while updating the inventory management setting