updateNetsuiteCustomerPayload
Result of a NetSuite customer write-back; on failure message carries
the reason.
type updateNetsuiteCustomerPayload {
success: Boolean!
message: String
}
Fields
updateNetsuiteCustomerPayload.success ● Boolean! non-null scalar
True when the customer was updated in NetSuite.
updateNetsuiteCustomerPayload.message ● String scalar
Human-readable status or error message.
Returned By
updateNetsuiteCustomer mutation