Fields
Sample data
This transformer reads from and writes to a configured storage backend and leaves your data unchanged, so there is no fixed before and after to show. The example below looks up the item whose identifier matches thesku field, then refreshes its price from the incoming price and its available stock from the incoming stock. With Automatically add item turned off, an item that does not exist yet is left alone.
| Field | Value |
|---|---|
| Storage | A storage set up beforehand |
| Storage item identifier | &{sku} |
| Automatically add item | Off |
| Update 1 | Source price to Destination price |
| Update 2 | Source stock to Destination inventory.available |