get http://staging-apigateway.snapdeal.com/seller-api/products//inventory
Returns inventory level for a particular SUPC
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supc | String | Path | Mandatory | SUPC for which inventory is required |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| supc | String | supc |
| sellerSku | String | Seller's unique identifier of the product |
| live | boolean | Whether the product is live or not |
| liveDisableMsg | String | Reason why product is not live. If product is live, value will be null. |
| availableInventory | Integer | availableInventory |
