enterprise_client_sku_code_uom_from_order
Get client sku code from an umbrella outbound order line
Example
1
{{ 'id of the sku' | enterprise_client_sku_code_uom_from_order: 'id of the order' }} => false
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | skuId | id of the sku. Comes before the | sign. | Required |
| string | orderId | id of the order |
Output
| Type | Description |
|---|---|
| string | Client sku code |