accountingItemExternals
Imported accounting items for an integration, for choosing one to link a product to.
accountingItemExternals(
integrationId: ID!
keyword: String
limit: Int
): [AccountingItemExternal!]!
Arguments
accountingItemExternals.integrationId ● ID! non-null scalar common
The accounting integration to search.
accountingItemExternals.keyword ● String scalar common
Case-insensitive filter on the provider's item name or SKU.
accountingItemExternals.limit ● Int scalar common
How many to return. Defaults to 25, capped at 100.
Type
AccountingItemExternal object accounting
A read-only projection of an item as it currently stands in the connected accounting provider (e.g. a QuickBooks item). Shown beside the endless-owned accounting item so an operator can see where the two disagree.