Types > PromotionSearchResult
Commerce APITypesPromotionSearchResult
PromotionSearchResult

Description

Topic: Search

Fields

count: Int!

Total number of items in the collection


items: [Promotion]


Used By

Queries

searchPromotions

Preview (typescript)

interface PromotionSearchResult {
count: number
items?: (Promotion | null)[]
}