sub_sku_quantity
Get the quantity on sub sku lines of master sku
Example
1
{{ 'master sku id' | sub_sku_quantity: 'order id' }} => 'id of sub sku'
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | masterSkuId | The list to get unique master sku ids from. Comes before the | sign. | Required |
| string | orderId | Id of sales order |
Output
| Type | Description |
|---|---|
| int | Return quantity of sub skus on order |