saleor-apps-redis_apl/.changeset/eight-oranges-appear.md

10 lines
475 B
Markdown
Raw Normal View History

---
"saleor-app-search": minor
---
Extended search model with two new fields:
- `inStock`: returns true if stock is available. To keep this up to date, the application subscribes to `ProductVariantOutOfStock` and `ProductVariantBackInStock` events
- `media`: array of objects containing URL and type of given file (video or image)
To enable those features, open App configuration page and click on the `Update webhooks` button. To update existing data start a data import.