Download OpenAPI specification:Download
Resonance Demand Storefront API Routes that fall outside of GraphQL
List suggested searches based on a prefix for Collection search
| demandHqId required | string |
| storefrontId required | string |
| query required | string |
| first | number Default: 10 |
{- "collectionAutoCompletes": [
- "test",
- "test this",
- "test this route"
]
}List suggested searches based on a prefix for Collection and Product search simultaneously
| demandHqId required | string |
| storefrontId required | string |
| query required | string |
| first | number Default: 10 |
{- "collectionAutoCompletes": [
- "test",
- "test this",
- "test this route"
], - "productAutoCompletes": [
- "test",
- "test this",
- "test this product"
]
}List suggested searches based on a prefix for Page search
| demandHqId required | string |
| storefrontId required | string |
| query required | string |
| first | number Default: 10 |
{- "pageAutoCompletes": [
- "test",
- "test this",
- "test this route"
]
}List suggested searches based on a prefix for Product search
| demandHqId required | string |
| storefrontId required | string |
| query required | string |
| first | number Default: 10 |
{- "productAutoCompletes": [
- "test",
- "test this",
- "test this route"
]
}