Core APIs
...
Results
Utility Requests
Autocomplete
2min
autocomplete results when making a request with the type parameter https //docs trajectdata com/bluecartapi/walmart product data api/parameters/autocomplete set to type=autocomplete bluecart api will return autocomplete suggestions for the search term specified in the search term parameter an example of the json object returned from an autocomplete request is shown below { "request info" { "success" true, "credits used" 1, "credits remaining" 999 }, "request metadata" { "id" "48d63ef58b3eb240d5b18115b674c4170faba51f", "created at" "2021 01 01t00 00 00 000z", "processed at" "2021 01 01t00 00 00 001z", "total time taken" 0 1 }, "request parameters" { "type" "autocomplete", "search term" "memory" }, "autocomplete results" \[ { "suggestion" "memory foam mattress", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam mattress", "category name" "home", "type" "keyword" }, { "suggestion" "memory foam pillow", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam mattress topper", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory card", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam futon", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam mattress queen", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam bath mat", "category name" "all departments", "type" "keyword" }, { "suggestion" "memory foam mattress full", "category name" "all departments", "type" "keyword" } ] } bluecart api returns the following properties for autocomplete requests property type description autocomplete results array autocomplete results array the autocomplete results array contains details of each of the autocomplete suggestions returned from the query suggestion string the text of the autocomplete suggestion type string the type of the suggestion category name string a category name for the suggestion next steps autocomplete parameters https //docs trajectdata com/bluecartapi/walmart product data api/parameters/autocomplete