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
Getting error: "Variant variant_XXXXXXX does not have any inventory items associated with it" when placing order with 2 variants of the same product. Despite the product variants being linked to the same inventory item.
All variants linked to same inventory item (since they're the same physical product)
Trying to place order with different variants in cart.
Expected behavior
Should allow adding multiple variants that share the same inventory item
Should allow ordering multiple variants that share the same inventory item
Should expose inventory_item data to fulfillment module to allow correct shipping information with quantity
Actual behavior
Getting mentioned error.
Cart becomes unusable with error: "Cart cart_XXXXX is already completed"
System doesn't handle multiple variants sharing the same inventory item pool
Any suggestions how to move forward with my case are welcome!
Thank you.
The text was updated successfully, but these errors were encountered:
Package.json file
Node.js version
v23.5.0
Database and its version
PostgreSQL 17.2
Operating system name and version
macOS 15.2
Browser name
Google Chrome
What happended?
Getting error: "Variant variant_XXXXXXX does not have any inventory items associated with it" when placing order with 2 variants of the same product. Despite the product variants being linked to the same inventory item.
Setup
Expected behavior
Actual behavior
Getting mentioned error.
Cart becomes unusable with error: "Cart cart_XXXXX is already completed"
System doesn't handle multiple variants sharing the same inventory item pool
Any suggestions how to move forward with my case are welcome!
Thank you.
The text was updated successfully, but these errors were encountered: