netsuite_get_vendor_bill_by_external_id
Retrieve a vendor bill by its external ID to verify existence and prevent duplicate creation. Returns found flag and bill details.
Instructions
Get a vendor bill by its externalId (idempotency helper). Required: externalId (string). Returns { found: boolean, bill: { id, tranId, externalId, entity, tranDate, total } | null }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| externalId | Yes |