Add Inventory Valuation
add_inventory_valuationAppend an immutable valuation to an inventory item by providing its ID and value, with optional currency and idempotency support for reliable retries.
Instructions
Append immutable valuation observation. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| currency | No | ||
| request_id | No | Client idempotency key (retries return original result). | |
| inventory_id | Yes | ||
| idempotency_key | No | Alias for request_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| valuation | No |