3rd May 2016
almost 9 years ago by SellerAPI Documentaion
1) Added sellerSKU to product/search API Response
2) Seller Onboarding Process got changed.in the new process no need to upload KYC documents.
        i) primaryCategory is removed and tinVat,panNo added to Lead Registration API Request
        i) primaryCategory is removed and tinVat,panNo added to Lead Registration API Request
        ii) Seller Registration API Request got changed.
Sample Seller Registration Request is :
{
"salutation":"Mr",
"cinNo": "121212121212121212121",
"companyDisplayName": "snapdeal",
"companyName": "SD",
"cstNo": "abcd",
"firstName": "akash",
"fullName": "akash singh",
"lastName": "singh",
"panNo": "EVIPKLS5656G",
"mobileNumber" : "9999980888",
"productCategory": "akash",
"tanNo": "45454545454",
"vatNo": "55555555555",
"pickupAddress" : {
"street" : "street",
"city" : "pcity",
"state" : "pstate",
"country": "India",
"pinCode" : "110019",
"landmark":"Beside Hometown"
},
"bankDetails" : {
"beneficiaryName" : "bbeneficiaryName",
"currentAccountNumber" : "bcurrentAccountNumber",
"ifsc" : "bifsc"
}
}
Changelog