add_calculation_line
Add a quantity calculation line to an item, computing total as count multiplied by up to three dimensions minus any deduction.
Instructions
Add a quantity calculation line to an item (count x dim_1 x dim_2 x dim_3 - deduction).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| reference | Yes | ||
| count | No | ||
| dim_1 | No | ||
| dim_2 | No | ||
| dim_3 | No | ||
| deduction | No | ||
| zone | No | ||
| level | No | ||
| description | No | ||
| notes | No |