Fields
Sample data
This example removes thebrand and material attributes from a product, keeping the rest.
| Field | Value |
|---|---|
| Data | { "brand": null, "material": null } |
material and brand entries are removed because their keys appear in the supplied data, while color and size are kept. The values you give the supplied keys are ignored, so null is a convenient placeholder.