getNetsuiteOpportunity
Fetch a single NetSuite opportunity by internal id, mapped to the
slideout payload shape. Hydrates the connected CRM card for opportunity
accords. Customer entities are served by getNetsuiteCustomer.
getNetsuiteOpportunity(
opportunityId: String!
): getNetsuiteOpportunityPayload
Arguments
getNetsuiteOpportunity.opportunityId ● String! non-null scalar
Internal id of the NetSuite opportunity to fetch.
Type
getNetsuiteOpportunityPayload object
Wrapper for the normalized NetSuite opportunity, in the slideout payload
shape (plus any configured child custom records). On failure data
carries an error message instead.