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:
: Includes
in the input to specify the creation date of the shipment.
: Accepts
as an argument to indicate when the shipment was dispatched.
: Uses
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.
Was this section helpful?