product_update_inventory
Update product prices and stock quantities in bulk using SKU-based inventory sync. Specify SKU, new price, stock, and discount price per product.
Instructions
Bulk-update product price and/or stock (inventory sync).
Parameters
data : JSON array of inventory update objects, each containing: - sku (required) product SKU - price (optional) new price - stock (optional) new stock quantity - specialPrice (optional) discounted price
Example
'[{"sku": "TEST-001", "price": 89.99, "stock": 50}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||