saleor-apps-redis_apl/.changeset/selfish-kids-heal.md

33 lines
472 B
Markdown
Raw Normal View History

---
"saleor-app-search": minor
---
Added a new `pricing` field to the Algolia object representation. It now passes variant pricing representation from GraphQL:
```graphQL
price {
gross {
amount
}
net {
amount
}
}
discount {
gross {
amount
}
net {
amount
}
}
onSale
priceUndiscounted {
gross {
amount
}
net {
amount
}
}
```