GraphQL OBJECT
Client
Account information for a specific client account.
link Definition
- type Client {
- # Unique ID of the client account.
- Int :
- # Flag that states if the client is active.
- Boolean! :
- # The currency used for payout and clearing. This currency is also used in
- # reports.
- Currency :
- # Default currency for the client account in which products are priced. If no
- # price is defined for a currency, the price for that currency is converted from
- # the base currency based on the daily floating exchange rate.
- Currency :
- # Default language for the client account in which product information must be
- # entered. You can override the default language on product level.
- Language :
- # All currencies in which products can be priced.
- Currency] : [
- # All languages in which product information can be entered.
- Language] : [
- # Full name of the client account.
- String :
- # Short name of the client account.
- String :
- # Settings for refund policy.
- RefundPolicySettings :
- # Short name of the client account.
- String :
- # All policies for the client account.
- #
- # Arguments
- # languageIds: The language filter (defaults to EN)
- ClientPolicyLanguagesEnum]): [ClientPolicy] ( : [
- ExtendedClientSettings :
- # Base url of the client.
- String :
- # Context containing the right resources for cSP or MoR.
- #
- # Arguments
- # languageId: The language the context resources will be provided
- # in.
- # countryId: The country the context resources will be provided
- # for. If not set, this value will be taken from client's accounting contact. In
- # case accounting contact is not set, the main contact is used.
- # resourceSearchTerms: Pairs of Resource Contexts and Element
- # names.
- (
- LanguageEnum, :
- CountryEnum, :
- ResourceEntityContextInput]! : [
- ): [SellingEntityContextResourceItem]
- # Business model of the client.
- ClientBusinessModel :
- # Client segment of the client.
- ClientSegment :
- # Cleverbridge contacts for the client.
- CleverbridgeContacts :
- # Indicator to mark new purchases as test order when matching the last name of the
- # submitted contact.
- CleverbridgeContacts :
- # IDP Identifier associated with client.
- String :
- # Features available for the client.
- Feature] : [
- # Client link configuration.
- ClientLinkConfiguration :
- # Client group of the client.
- ClientGroup :
- # Status of the client.
- ClientStatus :
- }
link Required by
- BiBookmarkPreconfigured or created Bookmark in the Business Intelligence (BI). Bookmarks are used to quickly access customized or commonly-used reports.
- Catalognull
- ClientFileFile that customers download through a link.
- ClientGroupClient group.
- ClientPolicyPolicy and procedure for the client account.
- ClientWebbinaryWeb file for the product. Typically an image, application, or related document.
- ConfigurationConfiguration settings for the client account.
- CustomerCustomer profile and transaction data.
- CustomerSearchResultItemCustomer that matches the search parameters.
- DepartmentDepartment information for the user or client. A department is a team in your organization.
- ErrorLogEntryError that occurred during the purchase process.
- ErrorLogEntrySearchResultItemnull
- FlowFlow information.
- FollowUpReminder about open product and purchase issues.
- KeyGeneratorKey generator that creates customized licensing information for customers at the time of purchase
- KeyListList of pre-generated keys.
- MvtCampaignMultivariate testing campaign.
- NotificationClient notifications.
- OfficeOffice information for the user or client. An office is a location used by your organization.
- PackageDiscountThe package discount.
- PriceConfigurationSpecial pricing you can create for a single product ID based on a combination of regions, products, and languages.
- PrivilegeSetThe privilege set.
- ProductItem or service offered for sale.
- ProductCharacteristicProduct characteristic for offering product variations in the cart, such as version, language, or license period. One product characteristic contains the different options for a product from which the customer can choose.
- ProductListProduct list for which the notification applies.
- ProductSelectionProduct selection for a product variation. Product selections are used to assign a product to one or more product characteristics.
- PromotionPrice discount off of the regular product price you offer the customer.
- ProtectedUrlProtected URL.
- PurchaseTransaction data related to the purchase.
- PurchaseSearchResultProductProduct purchased by the customer.
- querynull
- RecommendationProduct suggestion for customers during the checkout process.
- RegionConfigurationRegion you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.
- SecurityPolicySecurity policy.
- StatisticValueStatistical value.
- SubscriptionThe subscription.
- TaxTypeConfigurationConfiguration of tax types per countries and states.
- TemplateTemplate you define or design for your client account, recommendation, or catalog.
- TextResourceReusable, localizable text resource.
- TrackingParameterX-parameter for a client account. X-parameters are components of URLs that are used to pass information through the checkout process.
- UpdateClientPayloadnull
- UserAccountAccount information for a specific user account.
- UserAccountSearchResultItemUser account that matches the search parameters.
- WebFileReusable, localizable web file.