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}