post
http://staging-apigateway.snapdeal.com/seller-api/products/inventory
To change inventory levels of upto 1000 SUPCs
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request
Note
In the request body for each update record either send supc or sku not both.
List of InventoryFeed objects in the body
InventoryFeed :
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supc | String | Body | Either supc or sku is Mandatory | supc |
| sku | String | Body | Either supc or sku is Mandatory | Seller sku(stock keeping unit) |
| availableInventory | Integer | Body | Mandatory | availableInventory |
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 |
|---|---|---|
| uploadId | String | Upload Id |
Note
Use above uploadId in Get feed result api to get the products update status in chronological order.
