GET /V1/inventory/are-product-salable-for-requested-qty/
GET /V1/inventory/are-product-salable-for-requested-qty/ is a Magento 2 REST endpoint in the InventorySalesApi module. Get whether products are salable in requested Qty for given set of SKUs in specified stock. Requires an admin Bearer token with ACL Magento_InventorySalesApi::stock.
Last verified: against Magento 2.4.9.
Returns
Magento\InventorySalesApi\Api\Data\IsProductSalableForRequestedQtyResultInterface[]
Service contract
Magento\InventorySalesApi\Api\AreProductsSalableForRequestedQtyInterface::execute
Authorization
Admin Bearer token with ACL:
- Magento_InventorySalesApi::stock
Query parameters
Example request
Auto-generated from the service contract — paste-ready against your store's /rest/default base. Replace the host, store code, ACL token, and any required values before running.
Headers
Path
/V1/inventory/are-product-salable-for-requested-qty/Related in InventorySalesApi
Other endpoints shipped by the same module.
/V1/inventory/are-products-salable
Get products salable status for given SKUs and given Stock.
InventorySalesApi · Magento\InventorySalesApi\Api\AreProductsSalableInterface::execute
/V1/inventory/get-product-salable-quantity/:sku/:stockId
Get Product Quantity for given SKU and Stock
InventorySalesApi · Magento\InventorySalesApi\Api\GetProductSalableQtyInterface::execute
/V1/inventory/is-product-salable-for-requested-qty/:sku/:stockId/:requestedQty
Get is product salable for given SKU in a given Stock for a certain Qty
InventorySalesApi · Magento\InventorySalesApi\Api\IsProductSalableForRequestedQtyInterface::execute
/V1/inventory/is-product-salable/:sku/:stockId
Get is product in salable for given SKU in a given Stock
InventorySalesApi · Magento\InventorySalesApi\Api\IsProductSalableInterface::execute
/V1/inventory/stock-resolver/:type/:code
Resolve Stock by Sales Channel type and code
InventorySalesApi · Magento\InventorySalesApi\Api\StockResolverInterface::execute
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.