top_priority_sub_sku_id
Get top priority sub sku id from master sku id
Example
1
{{ 'master sku id' | top_priority_sub_sku_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 | allowedCountry | Limit sub sku search to this market country |
Output
| Type | Description |
|---|---|
| string | Return top priority sku id |