Fields
Sample data
This transformer reads from a configured storage backend, so there is no fixed before and after to show. The example below reads the item whose identifier matches thesku field in your data and places it at price_info. If no item exists for that identifier, your data is returned as it was.
| Field | Value |
|---|---|
| Storage | A storage set up beforehand |
| Storage item identifier | &{sku} |
| Destination | price_info |