Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtex/vtexis-compatibility-layer

Compatibility layer between intelligent search and VTEX
https://github.com/vtex/vtexis-compatibility-layer

intelligent-search search-personalization

Last synced: 25 days ago
JSON representation

Compatibility layer between intelligent search and VTEX

Awesome Lists containing this project

README

        

# vtexis-compatibility-layer

Lib to convert the Intelligent Search object to the VTEX object.

## Example

```js
import { convertISProduct } from 'vtexis-compatibility-layer'

const vtexProduct = convertISProduct(intelligentSearchProduct, tradePolicy)
```

## Deploy

- Merge your PR to the `main` branch
- `git checkout main`
- `git pull`
- Update the `CHANGELOG.md` file
- `npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=] | from-git]` on the `main` branch.
- Run `git push origin main --tags`