OBJECT
Seller
Retailer or private seller.
link GraphQL Schema definition
- type Seller implements Node {
- # Used to identify the Seller from an Account Management perspective
- String :
- # The bank's account name for direct debit. Only accessible to users:
- # admin_authorized, seller_authorized.
- String :
- # The bank's account number for direct debit. Only accessible to users:
- # admin_authorized, seller_authorized.
- String :
- # Account type of the Seller
- String :
- Address :
- # True if product vetting is enabled for the seller.
- Boolean! :
- # Count of adverts belonging to the seller Only accessible to users:
- # admin_authorized, seller_authorized.
- Int! :
- # True if API access is enabled for this seller.
- Boolean :
- # Base Commission Level. Note: this is only visible when an API Key is provided,
- # and excludes options like category based commissions. Only accessible to users:
- # admin_visible.
- Float :
- # Domestic shipping cost applied at the Seller level
- Float! :
- # International shipping cost applied at the Seller level
- Float! :
- # Bank State Branch for direct debit. Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # The seller's trading name.
- String! :
- # National business identification number (e.g. ABN in Australia).
- String! :
- # Store Policies - Click and Collect Policy
- String :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- ISO8601DateTime :
- # Customised fields for the seller. Only accessible to users: admin_authorized,
- # seller_authorized. And admin users with permissions: 'Manage sellers', 'Full
- # GraphQL API access'.
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (
- String, :
- String, :
- Int, :
- Int :
- ): EntityCustomFieldGroupConnection
- # Store Policies - Shipping and Delivery Policy
- String :
- # Orders over this threshold value will qualify for free shipping
- Float :
- String! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # True if advert auto mapping is enabled for the seller Only accessible to users:
- # admin_authorized, seller_authorized.
- Boolean! :
- # True if wholesale and rrp pricing are enabled for the seller
- Boolean! :
- # True if wholesale pricing promo is enabled for the seller
- Boolean! :
- # True if seller is allowed to mark variants as wholesale Only accessible to
- # users: admin_authorized, seller_authorized. And admin users with permissions:
- # 'Manage product catalog', 'Full GraphQL API access'.
- Boolean! :
- ExternalID!]! : [
- # This field identifies sellers that have a stored payment method Only accessible
- # to users: admin_authorized, seller_authorized.
- Boolean! :
- # True if seller has unpaid billings Only accessible to users: admin_authorized,
- # seller_authorized.
- Boolean! :
- # True if commission invoice should be hidden for the seller Only accessible to
- # users: admin_authorized, seller_authorized.
- Boolean! :
- ID! :
- # Image gallery data for the shop page
- ImageGallery! :
- # True if seller is allowed to initiate refunds Only accessible to users:
- # admin_authorized, seller_authorized.
- Boolean :
- # True if Integrations manager is enabled for this seller
- Boolean :
- # Seller authenticated absolute url for the integration manager auth path Only
- # accessible to users: admin_authorized, seller_authorized.
- String :
- # Seller authenticated relative url for the integration manager auth path Only
- # accessible to users: admin_authorized, seller_authorized.
- String :
- # True if seller enabled international shipping
- Boolean! :
- # Orders over this threshold value will qualify for free international shipping
- Float :
- # Maximum number of days allowed for dispatching an invoice. If the value is nil,
- # the system will use the operator setting to measure SLA. Only accessible to
- # users: admin_authorized, seller_authorized.
- Int :
- # True if seller is billable Only accessible to users: admin_authorized,
- # seller_authorized.
- Boolean! :
- # True if the seller is a private store
- Boolean! :
- # True if the seller is a retailer
- Boolean! :
- # Last stored payment method used by the seller
- StoredPaymentMethod :
- # The id used to identify the seller.
- Int! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String! :
- # The company logo for the seller.
- Image :
- # The company logo url for the seller.
- String @deprecated( reason: "Deprecated as of March 2023. Use logo instead" ) :
- # True if customisable storefront is enabled for the seller
- Boolean! :
- # Url for the seller contact page
- String! :
- MultiStore :
- Boolean! :
- # Collection of all Marketplacer API keys belonging to the seller
- MarketplacerAPIKey!]! : [
- # Metadata key/values
- Metadatum!]! : [
- # Pending remittance process as missing Hyperwallet details Only accessible to
- # users: admin_authorized, seller_authorized.
- Boolean! :
- # Pending remittance process because of missing remittance details Only accessible
- # to users: admin_authorized, seller_authorized.
- Boolean! :
- # Pending remittance process due to missing Xero account Only accessible to users:
- # admin_authorized, seller_authorized.
- Boolean! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # True if the seller is the parent of multiple stores
- Boolean! :
- # The phone number of the seller, obscured
- String :
- # Shows if seller is online
- Boolean! :
- # True if the seller is online only
- Boolean! :
- String :
- # Payment method for the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # Pending remittance process because of Hyperwallet verification status Only
- # accessible to users: admin_authorized, seller_authorized.
- Boolean! :
- # The phone number of the seller
- String! :
- SellerPolicies! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- User :
- # True if product limits are enabled for the seller Only accessible to users:
- # admin_authorized, seller_authorized.
- Boolean :
- SellerRating :
- # True if allow order cancellations is enabled for this seller Only accessible to
- # users: admin_authorized, seller_authorized.
- Boolean :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- Boolean! :
- # The bank's account name for remittance. Only accessible to users:
- # admin_authorized, seller_authorized.
- String :
- # The bank's account number for remittance. Only accessible to users:
- # admin_authorized, seller_authorized.
- String :
- # Bank State Branch for remittance. Only accessible to users: admin_authorized,
- # seller_authorized.
- String :
- # This field identifies sellers that require payment details for billing Only
- # accessible to users: admin_authorized, seller_authorized.
- Boolean! :
- # Retailer Access Config details for Sellers
- RetailerAccessConfig :
- # Store Policies - Exchange Policy
- String :
- # Collection of all Rithum API keys belonging to the seller
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): RithumAPIKeysConnection! ( :
- # True if the seller is contactable
- Boolean! :
- # Rating associated to the seller by admin Only accessible to users:
- # admin_authorized, admin_visible.
- String :
- # Store Policies - Customer Service Policy
- String :
- # Addresses for invoices to be shipped from. Only accessible to the seller Only
- # accessible to users: admin_authorized, seller_authorized.
- Address!] : [
- # Path to a retailer-specific advert search results page that only shows adverts
- # from the given seller.
- String :
- # True if we can display the image gallery
- Boolean! :
- # True if we can show the phone number of the seller
- Boolean! :
- # Seller SLA rating value based on recent performance
- Float :
- # Only applies to professional retailer accounts.
- String :
- String :
- # The store description html for the seller.
- String! :
- Image!]! : [
- # SEO content html for the seller
- String! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- String!] : [
- # True if seller is required to add a tracking number on a line item. Only
- # accessible to users: admin_authorized, seller_authorized.
- Boolean :
- # The category with which the Seller is associated
- String :
- # Text below will appear on all ads
- String :
- # Your store details to include with all ads
- String :
- ISO8601DateTime! :
- # only accessible to the seller Only accessible to users: admin_authorized,
- # seller_authorized.
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): UserConnection! ( :
- # Store Video (retailer page)
- String :
- # Pending remittance process because of zero or negative total remittance amount
- # Only accessible to users: admin_authorized, seller_authorized.
- Boolean! :
- }
link Require by
- AdvertAn advert
- AllSellerSeller that could be soft deleted
- APIKeyPrincipalLogged in principal from API Key
- BillingBilling record.
- CartItemA good or service that a user has added to their cart.
- CartSellerEdgeAn edge in a connection.
- CartSellersConnectionThe connection type for Seller.
- CommissionPackageScheduleItemCommission package schedule item within a commission package schedule
- ESAdvertAn advert (elasticsearch cached)
- ImportExportnull
- Inquirynull
- InventoryRecord to handle multi-store inventory.
- InvoiceInvoice items associated with an order.
- PromotionA promotion, sale, or special discount.
- RemittanceRemittance for invoice or invoice amendment
- RemittanceAdviceRemittance advice
- SellerAdyenBillingPaymentMethodUpdateMutationPayloadAutogenerated return type of SellerAdyenBillingPaymentMethodUpdateMutation.
- SellerBraintreeBillingPaymentMethodUpdateMutationPayloadAutogenerated return type of SellerBraintreeBillingPaymentMethodUpdateMutation.
- SellerConnectionThe connection type for Seller.
- SellerCreateMutationPayloadAutogenerated return type of SellerCreateMutation.
- SellerEdgeAn edge in a connection.
- SellersConnectionThe connection type for Seller.
- SellerStatsInsights and Statistics for a Seller.
- SellerUpdateMutationPayloadAutogenerated return type of SellerUpdateMutation.
- ShippingOptionA shipping rule that might apply to a certain variant
- ShippingRateA shipping rate defined in the marketplace
- ShippingZoneA shipping area defined in the marketplace which consists of multiple postcodes
- UserProperties of the currently logged in User
- WebhookReturns the webhooks linked to marketplacer events.