Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Missing pricing when variant updated via webhook #1108

Open
lkostrowski opened this issue Nov 14, 2023 · 1 comment
Open

[Bug]: Missing pricing when variant updated via webhook #1108

lkostrowski opened this issue Nov 14, 2023 · 1 comment
Labels
App: Search bug Something isn't working

Comments

@lkostrowski
Copy link
Member

variant.pricing field is filled only if queries with channel set. In subscription its empty.

Initial "bulk sync" sets value properly, but webhooks clear it

Saleor doesn't have these fields, so app must fetch them dynamically

Rel
saleor/saleor#14748

@freebreix
Copy link

freebreix commented Aug 31, 2024

So are we forced to use distinct=true or fetch the prices separately? Because the only way to retrieve the discounted price is through productPricing and not individually through pricing.

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App: Search bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants