OBJECT

ESSeller

A brand (elasticsearch cached)

link GraphQL Schema definition

  • type ESSeller implements Node {
  • businessName: String!
  • id: ID!
  • # True if the seller is a private store
  • isPrivate: Boolean!
  • managedMultiStore: MultiStore
  • multiStoreMemberships: [MultiStoreMembership!]
  • # Path to a retailer-specific advert search results page that only shows adverts
  • # from the given seller.
  • shopAdvertSearchPath: String
  • }