# Get products salable status for given SKUs and given Stock **GET /V1/inventory/are-products-salable** Get products salable status for given SKUs and given Stock. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Query parameters - **skus** (array[string]) - **stockId** (integer) ## Responses ### 200 200 Success. #### Body: (array[object]) - **sku** (string) Product sku from result. - **stock_id** (integer) Stock id from result. - **salable** (boolean) Is salable result. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\InventorySalesApi\Api\Data\IsProductSalableResultInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)