ConfirmationResponse
Response confirming the successful completion of an operation.
Provides status information and descriptive messages for operations that modify surcharge data or associations.
type ConfirmationResponse {
status: String!
message: String!
}
Fields
ConfirmationResponse.status
● String!
non-null scalar
Status indicator of the operation result.
Typically returns "success" for completed operations or error status for failed operations.
ConfirmationResponse.message
● String!
non-null scalar
Descriptive message providing details about the operation result.
Contains human-readable information about what was accomplished or any relevant details about the operation.
Returned By
addSurchargesToProduct
mutation ● removeSurchargesFromProduct
mutation