Is product salable for requested qty
Get is product salable for given SKU in a given Stock for a certain Qty
Path parameters
skustringRequiredExample: 
(Required)
<string>stockIdstringRequiredExample: 
(Required)
<integer>requestedQtystringRequiredExample: 
(Required)
<number>Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/inventory/is-product-salable-for-requested-qty/{sku}/{stockId}/{requestedQty}GET /V1/inventory/is-product-salable-for-requested-qty/{sku}/{stockId}/{requestedQty} HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "salable": true,
  "errors": [
    {
      "code": "nostrud",
      "message": "anim",
      "extension_attributes": {}
    },
    {
      "code": "aliqua sint officia occaecat",
      "message": "dolore adipisicing qui est",
      "extension_attributes": {}
    }
  ],
  "extension_attributes": {}
}