Get products salable status for given SKUs and given Stock.
(Required)
<string>,<string>
<integer>
GET /V1/inventory/are-products-salable HTTP/1.1 Host: {{baseurl}} Accept: */*
OK
[ { "sku": "sunt ex", "stock_id": -40297076, "salable": true, "extension_attributes": {} }, { "sku": "ullamco laborum cupidatat", "stock_id": -27670062, "salable": false, "extension_attributes": {} } ]