INPUT_OBJECT

ShipmentCompleteInput

link GraphQL Schema definition

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

link Required by