Note: You are viewing an older version of the documentation. Click here to go the latest versionHomeAPI ReferenceStorefront GraphQL API2.11.0EntitiesdataupdatesinputOpenAIOpen in ChatGPTFynd Platform Versionv2.11.0v2.11.1 - latestv2.11.0v2.10.3v2.10.2v2.10.1input_objectEntitiesDataUpdatesInputDefines 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" } }`FieldsdataJSONInformation about the data to be updated.filters[JSON]Criteria applied to filter the shipments.Previous« DeliveryReattemptRequestInputNextEntitiesReasonsInput »