order_quantity_declaration_sum
Retrieves the sum of a quantity declaration on a specific order.
Example
1
{{ '123' | order_quantity_declaration_sum: 'ABC', 'outbound' }} => 123.45
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | orderId | The ID of the order. Comes before the | sign. | Required |
| string | qdRef | The reference code of the quantity declaration | |
| string | section | The section of the order. Either inbound or outbound |
Output
| Type | Description |
|---|---|
| double | The quantity amount on the order |