GraphQL OBJECT
Lookups
Requested lists of values.
link Definition
- type Lookups {
- # List of billing terms. Billing terms are also referred to as payment schedules.
- : [BillingTerm]
- # List of clearing methods.
- : [ClearingMethod]
- # List of client groups.
- : [ClientGroup]
- # List of client segments.
- : [ClientSegment]
- # List of contact types.
- : [ContactType]
- # List of payout information types.
- : [PayoutInformationType]
- # List of enable PayPal billing agreement types.
- : [EnablePayPalBillingAgreementType]
- # List of client statuses.
- : [ClientStatus]
- # The currencies available for payout and clearing.
- #
- # Arguments
- # clientId: Client ID.
- (: Int!): [Currency]
- # List of currencies.
- #
- # Arguments
- # orderProcessCurrenciesOnly: Only show the currencies which are
- # supported by the order process. Cannot be used together with parameters
- # 'isOrderProcess', 'isManualPaymentAssignment' or 'isPayout'.
- # manualPaymentCurrenciesOnly: Only show the currencies which are
- # supported by the manual payment process. Cannot be used together with parameters
- # 'isOrderProcess', 'isManualPaymentAssignment' or 'isPayout'.
- # isOrderProcess: Filter for currencies which are supported by
- # the order process.
- # isManualPaymentAssignment: Filter for currencies which are
- # supported by the manual payment process.
- # isPayout: Filter for currencies which are supported by the
- # payout process.
- (
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean
- ): [Currency]
- # List of file statuses.
- : [FileStatus]
- # Arguments
- # orderProcessLanguagesOnly: Only show the languages which are
- # supported by the order process.
- # filter: Filters the result of languages if needed.
- (: Boolean, : LanguagesFilter): [Language]
- # List of salutations.
- : [Salutation]
- # List of shipper services.
- : [ShipperService]
- # List of states. Returns all states where order processing is allowed by default.
- # Provides optional filter parameter.
- #
- # Arguments
- # filter: Filters the result of states if needed.
- (: StatesFilter): [State]
- # List of content types.
- : [ContentType]
- # List of countries.
- : [Country]
- # List of all available IDEAL payment providers.
- : [IdealBank]
- # List of all available payment types.
- #
- # Arguments
- # paymentTypeCategory: Filter payment types by given category.
- (: PaymentTypeCategoryEnum): [ActivePaymentType]
- # List of all available payment type categories.
- : [PaymentTypeCategory]
- # List of all available operating systems for products.
- : [OperatingSystem]
- # Tree of all available operating systems.
- #
- # Arguments
- # returnTopLevelOperatingSystemsOnly: Set to true to only return
- # the top level operating systems.
- (
- : Boolean
- ): [OperatingSystemTreeElement]
- # List of product categories.
- #
- # Arguments
- # returnTopLevelCategoriesOnly: Set to true to only return the
- # top level product categories.
- # returnEnabledOnly: Set to true to only return the enabled
- # product categories.
- (
- : Boolean,
- : Boolean
- ): [ProductCategory]
- # List of all notification transport types.
- #
- # Arguments
- # activeTransportTypesOnly:
- (
- : Boolean
- ): [NotificationTransportType]
- # List of all notification document types.
- : [NotificationDocumentType]
- # List of all notification intervals.
- : [NotificationInterval]
- # List of all possible encodings.
- : [CharacterEncoding]
- : [KeyGeneratorInterface]
- # List of all available price types.
- : [PriceType]
- # List of all available recommendation position types.
- : [RecommendationPositionType]
- # List of all regions.
- : [Region]
- # List of all language regions.
- : [LanguageRegion]
- # List of all browsers.
- : [Browser]
- # List of all notification events.
- : [NotificationEvent]
- # List of all xml schemas.
- : [XmlSchema]
- # List of all business models.
- : [BusinessModel]
- # List of all partner types.
- : [PartnerType]
- # List of all payment type categories for purchase search.
- : [PurchaseSearchPaymentTypeCategory]
- # List of all payment types for purchase search.
- : [PurchaseSearchPaymentType]
- # List of all purchase statuses.
- #
- # Arguments
- # excludeTestStatuses: Only return those purchase statuses that
- # are not marked as test status.
- (: Boolean): [PurchaseStatus]
- # List of all manual authorization statuses.
- : [ManualAuthorizationStatus]
- # List of all payment assignment statuses.
- : [PaymentAssignmentStatus]
- # List of all financial accounts.
- #
- # Arguments
- # validOnJournalItemsOnly: Return only financial accounts that
- # are valid for journal items.
- (: Boolean): [FinancialAccount]
- # List of all Tax-Exemption document statuses.
- : [TaxExemptionDocumentStatus]
- # List of all Tax-Exemption document exempt reasons.
- : [TaxExemptionReason]
- # List of all Tax-Exemption document tax id types.
- : [TaxExemptionTaxIdType]
- # List of all Tax-Exemption business types.
- : [TaxExemptionTypeOfBusiness]
- # List of all Tax-Exemption document attachment statuses.
- : [TaxExemptionDocumentAttachmentStatus]
- # List of all available tax types.
- : [TaxType]
- # List of historytypes.
- : [Historytype]
- # All error log entry types.
- #
- # Arguments
- # visibleToClientOnly: Only return those error log entry types
- # that should be visible to the client.
- (: Boolean): [ErrorLogEntryType]
- # List of all available subscription statuses.
- : [SubscriptionStatus]
- # List of all available subscription item statuses.
- : [SubscriptionItemStatus]
- # List of all available customer types.
- : [CustomerType]
- # List of features.
- : [Feature]
- # List of user roles.
- : [UserRoleGraph]
- # List of user account statuses.
- : [UserAccountStatus]
- # List of user account types.
- : [UserAccountType]
- # Tree of available privileges.
- #
- # Arguments
- # privilegeSetType: privilegeSetType.
- # returnTopLevelPrivilegesOnly: Set to true to only return the
- # top level permission contexts.
- # clientId: Client ID.
- (
- : PrivilegeSetTypeEnum!,
- : Boolean,
- : Int
- ): [Privilege]
- }