sku_ids_from_partner_id
Retrieves a list of SKU IDs from a partner ID on a sku relation.
Example
1
{{ '123' | sku_ids_from_partner_id: 'any' }} => [1, 2, 3]
Input
Type | Parameter | Description | Required |
---|---|---|---|
int | partnerId | The ID of the partner. Comes before the | sign. | Required |
string | relation | The relation to check, defaults to ‘any’ |
Output
Type | Description |
---|---|
array | The list of SKU IDs |