sku_partner_value
Retrieves a partner value from a SKU.
Example
1
{{ '123' | sku_partner_value: '123', 'code_name' }} => value
Input
Type | Parameter | Description | Required |
---|---|---|---|
int | skuId | The ID of the SKU. Comes before the | sign. | Required |
int | partnerId | The ID of the partner | |
string | field | The field to retrieve |
Output
Type | Description |
---|---|
mixed | The value or null if not found |