order_delivery_number
Get the delivery number of an order
Example
1
| {{ 'id of the order' | order_delivery_number }} => 3245
|
| Type |
Parameter |
Description |
Required |
| string |
orderId |
id of the order. Comes before the | sign. |
Required |
| string |
orderSection |
|
|
Output
| Type |
Description |
| int |
Delivery number |