Skip to main content

updateNetsuiteOpportunityPayload

Result of a NetSuite opportunity write-back; on failure message carries the reason.

type updateNetsuiteOpportunityPayload {
success: Boolean!
message: String
}

Fields

updateNetsuiteOpportunityPayload.success ● Boolean! non-null scalar

True when the opportunity was updated in NetSuite.

updateNetsuiteOpportunityPayload.message ● String scalar

Human-readable status or error message.

Returned By

updateNetsuiteOpportunity mutation