ReDoc documentation
Get whether products are salable in requested Qty for given set of SKUs in specified stock.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
[- {
- "sku": "string",
- "stock_id": 0,
- "salable": true,
- "errors": [
- {
- "code": "string",
- "message": "string",
- "extension_attributes": { }
}
], - "extension_attributes": { }
}
]