INPUT_OBJECT
ShipmentCompleteInput
link GraphQL Schema definition
1 input ShipmentCompleteInput { 2 3 # Set it if the shipment was actually sent some time ago. If it's not provided, "now" will be used 4 : DateTimeTz 5 6 : ShipmentInfoInput 7 8 # It will send a Shipping confirmation email to a customer 9 : Boolean 10 11 : String 12 }