product_update
Update an existing product incrementally from a manifest, changing only fields you include. Re-applying the same manifest keeps state consistent and confines paths to allowed directories.
Instructions
Incrementally update an existing product (schema.update) from a manifest.
Only the fields present in the manifest are changed. Re-applying the same manifest yields the same state (idempotent). Paths are confined to the server's allowed directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| account_key | No | ||
| manifest_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| response | No | ||
| error_type | No | ||
| product_id | No | ||
| biz_success | No | ||
| filled_fields | No | ||
| missing_required | No |