Defines structure for updating bag or product-level data.
- The fields to update (via `data`)
- The product selection criteria (via `filters`)
Example: `{ "filters": [{}], "data": { "meta": { "courier_partner_name": "BVC Logistics" } } }`
Was this section helpful?