❗️

This endpoint should not be used for customers integrating using our API as it is deprecated.


Response Format


NameDescription
queryThe query typed in by the user.
productsAn array list of matching product names and SKUs taken from this site's product catalog data. Terms from the original query are wrapped in tags.
termsAn 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 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"
  ]
}