get http://staging-apigateway.snapdeal.com/seller-api/products/inventory/bulk
Returns the seller's inventories for the given SUPCs with a limit of 10.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supcs | String | Query | Mandatory | comma separated supcs |
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 : List of InventoryDetail objects
InventoryDetail :
| FieldName | DataType | Description |
|---|---|---|
| availableInventory | Integer | availableInventory |
| 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. |
