accountingVendors
Vendors from a connected accounting integration, for use as selectable options when mapping Endless suppliers to accounting vendors.
Returns the endless-owned canonical vendors linked to the integration, ordered by name. Filter
with filters.keyword for a case-insensitive text search. Each vendor exposes its provider
externalId and the currently mapped supplySupplierId, if any.
Error Scenarios
- **
NOT_FOUND**: the integration does not exist.
Permissions Required
accounting:read_vendorspermission.
accountingVendors(
after: String
before: String
filters: AccountingVendorFiltersInput
first: Int
integrationId: ID!
last: Int
): AccountingVendorConnection!
Arguments
accountingVendors.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
accountingVendors.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
accountingVendors.filters ● AccountingVendorFiltersInput input accounting
Optional filters to apply to the vendors.
accountingVendors.first ● Int scalar common
Returns the first _n_ elements from the list.
accountingVendors.integrationId ● ID! non-null scalar common
The accounting integration ID.
accountingVendors.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
AccountingVendorConnection object common
The connection type for AccountingVendor.