post http://staging-apigateway.snapdeal.com/seller-api/listing/
Add existing product on Snapdeal to the seller's catalog.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| supc | String | Path | Mandatory | SUPC of the product to add to the seller's catalog |
| sellerSKU | String | Body | Mandatory | Seller's unique identifier of the product |
| procurementSLA | int | Body | Mandatory | Number of days required to dispatch |
| inventory | int | Body | Mandatory | inventory |
| mrp | int | Body | Mandatory | mrp |
| sellingPrice | int | Body | Mandatory | sellingPrice |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | PartnerI Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| uploadId | String | uploadId |
| errorMessage | String | errorMessage |
| attributeErrorMap | Map<String, String> | attributeErrorMap |
