Skip to main content

OrderUpdateWithMessage Object

Description

Result type for order update operations that return both the updated order and a message describing the operation result.

Declaration

type OrderUpdateWithMessage {
order: Order!
message: String!
}

Fields

NameTypeDescription
orderOrder!The updated order object.
messageString!Message describing the result of the operation (e.g., success message, warning, or error information).