fix(core-flows): allow backorder (#8721)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-22 13:28:22 +02:00
committed by GitHub
parent bc74e381ad
commit cad6dae231
4 changed files with 3 additions and 1 deletions
@@ -24,6 +24,7 @@ export async function getVariantInventoryItems({
fields: [
"variant_id",
"variant.manage_inventory",
"variant.allow_backorder",
"required_quantity",
"inventory.*",
"inventory.location_levels.*",