--- title: New fields for inventory shipment timestamps - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/inventory-shipment-timestamp-fields md: https://shopify.dev/changelog/inventory-shipment-timestamp-fields.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 15, 2025 Tags: * Admin GraphQL API * 2025-10 # New fields for inventory shipment timestamps 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`: Includes `dateCreated` in the input to specify the creation date of the shipment. * `inventoryShipmentMarkInTransit`: Accepts `dateShipped` as an argument to indicate when the shipment was dispatched. * `inventoryShipmentReceive`: Uses `dateReceived` as 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.