getNetsuiteOpportunitiesForEntity
Opportunities that already exist under a customer entity (by entity id).
getNetsuiteOpportunitiesForEntity(
entityId: String!
): findNetsuiteOpportunityPayload
Arguments
getNetsuiteOpportunitiesForEntity.entityId ● String! non-null scalar
NetSuite internal id of the customer entity to list opportunities for.
Type
findNetsuiteOpportunityPayload object
Wrapper payload for the NetSuite opportunity/entity search queries;
data is the matched rows (each annotated with any connected accords)
or a response whose error is set on failure.