Defines structure for updating shipment/entity-level data.
- The fields to update (via `data`)
- The shipment selection criteria (via `filters`)
Example: `{ "filters": [{}], "data": { "delivery_awb_number": "RSC000000513" } }`
Was this section helpful?