Fields
Sample data
This example removes a couple of known tags from a product’s tag list, keeping only the ones that are not in the supplied set.| Field | Value |
|---|---|
| Data | { "a": "sale", "b": "clearance" } |
sale and clearance are removed because they appear in the supplied data. The kept values hold on to their original positions (summer was first, outdoor was third), which is why the result is numbered 0 and 2 rather than renumbered from scratch.