Is product salable
Get is product in salable for given SKU in a given Stock
Path parameters
skustringRequiredExample:
(Required)
<string>
stockIdstringRequiredExample:
(Required)
<integer>
Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/inventory/is-product-salable/{sku}/{stockId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
true