post http://staging-apigateway.snapdeal.com/seller-api/products/price
Post updates on the seller's price for the given SUPCs with a limit of 1000.
Note
In the request body for each update record either send supc or sku, not both.
Request
List of PricingFeed Objects in body
PricingFeed :
| 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) |
| mrp | Long | Body | Mandatory | mrp |
| sellingPrice | Long | Body | Mandatory | sellingPrice |
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..
