ShipmentUpdateInput
No description
input ShipmentUpdateInput {
orderId: Int
expectedDeliveryAt: String
status: ShipmentStatus
}
Fields
ShipmentUpdateInput.orderId
● Int
scalar
The ID of the Order the shipment belongs to
ShipmentUpdateInput.expectedDeliveryAt
● String
scalar
Expected delivery at date
ShipmentUpdateInput.status
● ShipmentStatus
enum
Shipment status
Member Of
shipmentUpdate
mutation