Declare what the order says should ship
packing_expectRecord expected shipment shortfalls by adding an ordered line with SKU, description, and quantity to a packing list.
Instructions
Add an ordered line to a packing list so the shortfall is real: a SKU, a description and a quantity. Nothing is read from the quotes, work order or invoice store; what the order says is stated here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Stock code, upper-cased and stripped of spaces. Lines with a SKU are matched on it, lines without on their description | |
| quantity | Yes | How many units the order says should ship. Whole units | |
| description | Yes | The goods as the order names them, e.g. Oak shelf 900mm | |
| packing_list | Yes | The packing list id, e.g. PL-2026-0001, or the order reference when only one list carries it |