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 , , and fields within the type. Additionally, you can set timestamp values using the following mutations:
: Includesin the input to specify the creation date of the shipment.: Acceptsas an argument to indicate when the shipment was dispatched.: Usesas 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.
Was this section helpful?