post http://staging-apigateway.snapdeal.com/seller-api/listing/image/upload
The API uploads image and returns the reference which is required to be passed to the post Listing API .
Image formats allowed
JPG ,JPEG,BMP,PNG
Request
ParameterName | DataType | ParameterType | Requirement | Description |
---|---|---|---|---|
file | InputStream | form-data | Mandatory | Product image to be upload |
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 |
---|---|---|
title | String | title |
ref | String | image reference used in list new product |
Language
Credentials