Home > @infiniteobjects/shopify-data-manager > AdminTypes > SearchResultType
Specifies the type of resources to be returned from a search.
Signature:
export declare enum SearchResultType
| Member | Value | Description |
|---|---|---|
| Collection | "COLLECTION" |
|
| Customer | "CUSTOMER" |
|
| DiscountRedeemCode | "DISCOUNT_REDEEM_CODE" |
A code discount redeem code. |
| DraftOrder | "DRAFT_ORDER" |
|
| File | "FILE" |
A file. |
| OnlineStoreArticle | "ONLINE_STORE_ARTICLE" |
|
| OnlineStoreBlog | "ONLINE_STORE_BLOG" |
|
| OnlineStorePage | "ONLINE_STORE_PAGE" |
|
| Order | "ORDER" |
|
| PriceRule | "PRICE_RULE" |
|
| Product | "PRODUCT" |
|
| UrlRedirect | "URL_REDIRECT" |
A URL redirect. |