lookup_order_price
Lookup a price for a specific SKU from a specific for a specific order id
Example
1
{{ '123' | lookup_order_price: '123', true }} => 100
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | skuCode | The expiry date to parse. Comes before the | sign. | Required |
string | priceListScope | Either sales or purchase | |
string | priceListRef | Reference code of price list | |
string | asOfDate | ||
integer | quantity |
Output
Type | Description |
---|---|
double | The found price |