You can now access inventory shipment timestamps through the Admin GraphQL API. You can now use the dateCreated, dateReceived, and dateShipped fields within the InventoryShipment type. Additionally, you can set timestamp values using the following mutations:
-
inventoryShipmentCreate: IncludesdateCreatedin the input to specify the creation date of the shipment. -
inventoryShipmentMarkInTransit: AcceptsdateShippedas an argument to indicate when the shipment was dispatched. -
inventoryShipmentReceive: UsesdateReceivedas an argument to denote when the shipment was initially received.
All the above timestamp fields return dates in UTC format. They are currently accessible via the unstable version of the API and will be available in the stable admin GraphQL API version 2025-10.