getNetsuiteCustomer
Fetch a single NetSuite customer entity (Lead/Prospect/Customer are one
customer record by stage) by internal id, with its lifecycle stage.
Hydrates the connected card for entity accords and reads cross-object
Customer fields on an opportunity accord.
getNetsuiteCustomer(
customerId: String!
): getNetsuiteCustomerPayload
Arguments
getNetsuiteCustomer.customerId ● String! non-null scalar
Internal id of the NetSuite customer entity to fetch.
Type
getNetsuiteCustomerPayload object
Wrapper for the normalized NetSuite customer entity, in the slideout
payload shape (plus any configured child custom records). On failure
data carries an error message instead.