Skip to main content

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.

Was this section helpful?