You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to create a product in Saleor core and index the same into Algolia without stock. But observed a default stock of 50 in Algolia index.
Steps to reproduce the problem
In Saleor UI, I have configured a product like the below:
Through product Variant webhook, getting the variant information like,
Since the payload coming from GitHub has a stock, in Alogila also it reflects the same.
What did you expect to happen?
The product must be out of stock in algolia as well when I am indexing the same.
How this product variant is getting a stock of 50 even if I haven't configured any quantity.
I am using saleor-platform for setting up the saleor.
The text was updated successfully, but these errors were encountered:
Sihana-Shybin
changed the title
Search App: Webhook: Product stock coming with default stock of 50
Bug: Search App: Webhook: Product stock coming with default stock of 50
Dec 7, 2023
What are you trying to achieve?
I attempted to create a product in Saleor core and index the same into Algolia without stock. But observed a default stock of 50 in Algolia index.
Steps to reproduce the problem
In Saleor UI, I have configured a product like the below:
Through product Variant webhook, getting the variant information like,
Since the payload coming from GitHub has a stock, in Alogila also it reflects the same.
What did you expect to happen?
The product must be out of stock in algolia as well when I am indexing the same.
How this product variant is getting a stock of 50 even if I haven't configured any quantity.
I am using saleor-platform for setting up the saleor.
The text was updated successfully, but these errors were encountered: