Skip to content

Ecommerce Search 26.0

Version 26.0
Release Date TBD

Upcoming Release

This version has not been released yet. The information on this page is subject to change.

Changes

Upgrade instructions

Unified Search response model changes

The return models for suggestions, didYouMean, relatedTags, and aiRelatedTags have changed from simple string arrays to object arrays.

Field V25 (old) V26 (new)
suggestions string[] { phrase, hits[] }[]
didYouMean string[] { phrase }[]
relatedTags string[] { phrase, hits[], tag }[]
aiRelatedTags string[] { phrase, hits[] }[]

See Unified Search - Breaking changes in V26 for more details and examples.

New features

None

Enhancements

None

New or updated endpoints (v26)

Search Api

Endpoint Comment
POST /search Response model updated for suggestions, didYouMean, relatedTags, and aiRelatedTags

Deprecations

V24 is now out of service and will be removed soon.