Adjust product inventory
ecwid_adjust_product_inventoryADJUSTS a product's in-stock quantity by a delta — this MODIFIES live store data. Positive increases stock, negative decreases it. Ecwid REST: PUT /products/{productId}/inventory with JSON body {quantityDelta}. Returns {updateCount, warning?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product id to adjust. | |
| quantity_delta | Yes | Change in stock quantity — positive increases stock, negative decreases. |