POST api/products/stock?sku={sku}&isDebug={isDebug}
Get current product stock for a given sku
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| sku |
Product sku [required] |
string |
Body Parameters
None.
Response Information
Resource Description
Product stock if successful. Exception (Status 500) Otherwise
integer
Sample:
1