Response Format
Name | Description |
---|---|
query |
The query typed in by the user. |
products |
An array list of matching product names and SKUs taken from this site's product catalog data. Terms from the original query are wrapped in <em> tags. |
terms |
An array list of matching suggestion queries taken from the popular query history of this site over the past 90 days. Terms from the original query are wrapped in <em> tags. |
Response Example
{
"query": "dress",
"products": [
{
"sku": "C-MB-E2-16512",
"name": "Hollywood Starlet Mint Maxi <em>Dress</em>"
},
{
"sku": "C-HM-B2-29GKM",
"name": "Thanks For The Memories <em>Dress</em>"
},
{
"sku": "C-HM-V5-77GAM",
"name": "If You Knew <em>Dress</em>"
},
{
"sku": "C-LA-W1-20264",
"name": "Sun And Stun White <em>Dress</em>"
}
],
"terms": [
"<em>dress</em>es",
"<em>dress</em>",
"white <em>dress</em>",
"white <em>dress</em>es"
]
}
Comments
0 comments
Article is closed for comments.