OBJECT
Investigation
Problematic shipment's investigation
link GraphQL Schema definition
- type Investigation {
- # Origin of the shipment
- : String!
- # Timestamp of the investigation's creation
- : ISO8601DateTime!
- # Email of the user who made the booking.
- : String
- # Uuid of the investigation
- : String
- # Status of progress but from another angle
- : Boolean!
- # Unique identifier within the shop ERP system of the shipment.
- : String
- # Status of progress
- : Boolean!
- # Uuid of the shipment
- : String
- # Status of the shipment
- : String
- }