GraphQL OBJECT
ClientSearchResultItem
Client that matches the search parameters.
link Definition
- type ClientSearchResultItem {
- # Unique ID of the client.
- : Int!
- # Short name of the client.
- : String
- # Full name of the client.
- : String
- # Internal name of the client.
- : String
- # Flag that states if the client is active.
- : Boolean
- # Client status.
- : ClientStatus
- # Country of the client
- : Country
- # Clearing method of the client.
- : ClearingMethod
- # Client segment of the client.
- : ClientSegment
- # Date and time of the first sale.
- : DateTime
- # Flag that states if the client allows us to act as a merchant.
- : Boolean
- # Date and time when client was created.
- : DateTime
- # Date and time when client was modified.
- : DateTime
- # User who created the client.
- : UserAccountInformation
- # User that last modified the client.
- : UserAccountInformation
- # Main Sales contact user account.
- : UserAccountInformation
- # Additional Client Success contact user account.
- : UserAccountInformation
- # Main Account Management contact user account.
- : UserAccountInformation
- # Main Business Optimization contact user account.
- : UserAccountInformation
- # Main Client Success contact user account.
- : UserAccountInformation
- # How many orders for the client have been placed.
- : OrderStatistics
- # How much revenue the promotion has generated for the client.
- : ClientSalesRevenueStatistics
- }