Types > UnifiedSearchResult
Commerce APITypesUnifiedSearchResult
UnifiedSearchResult

Description

Topic: Search

Fields

brands: [Brand]


categories: [Category]


content_blocks: [ContentBlock]


customer_inventory: [CustomerInventory]


customers: [Customer]


files: [File]


orders: [Order]


products: [Product]


promotions: [Promotion]


purchase_orders: [PurchaseOrder]


questions: [ProductQuestion]


reviews: [ProductReview]


scores: [UnifiedSearchResultScore!]!


subscriptions: [Subscription]


suppliers: [Supplier]


transfers: [Transfer]


Used By

Queries

searchUnified

Preview (typescript)

interface UnifiedSearchResult {
brands?: (Brand | null)[]
categories?: (Category | null)[]
content_blocks?: (ContentBlock | null)[]
customer_inventory?: (CustomerInventory | null)[]
customers?: (Customer | null)[]
files?: (File | null)[]
orders?: (Order | null)[]
products?: (Product | null)[]
promotions?: (Promotion | null)[]
purchase_orders?: (PurchaseOrder | null)[]
questions?: (ProductQuestion | null)[]
reviews?: (ProductReview | null)[]
scores: UnifiedSearchResultScore[]
subscriptions?: (Subscription | null)[]
suppliers?: (Supplier | null)[]
transfers?: (Transfer | null)[]
}