Umbraco Commerce - Stock Returning Zero for Product Variants Using IStockService #595
njvicente82
announced in
Q&A [Archived]
Replies: 1 comment 6 replies
-
If you look in the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using commerceApi.GetProductStock to retrieve stock for product variants, the stock always returns zero, even though stock levels are correctly set in the backoffice for each variant.
Variants have unique SKUs, and stock is properly entered in the Variants Editor.
Expected Behavior: The API should return the correct stock levels for each variant.
Actual Behavior: The API returns null or 0 for all product variants.
Request: Please advise on resolving this issue or confirm if additional configuration is required.
Beta Was this translation helpful? Give feedback.
All reactions