Seller Profile

Vendor user

post
/api/vendor/send-otp
Body
emailIdstringRequired

email id of the vendor

Responses
chevron-right
200

OTP successfully sent to the provided email address

No content

post
/api/vendor/send-otp

No content

Vendor User Sign Up

post
/api/vendor/register
Body
firstNamestringRequired
lastNamestringOptional
displayNamestringOptional
companyNamestringRequired
contactPersonNamestringRequired
passwordstringRequired
confirmPasswordstringRequired
emailIdstringRequired
phoneNumberstringRequired
otpintegerRequired
industryIdintegerRequired
Responses
chevron-right
200

Thank you for registering with us for selling your product and please check your email

No content

post
/api/vendor/register

No content

Vendor user login

post
/api/vendor/login
Body
emailIdstringRequired
passwordstringRequired
Responses
chevron-right
200

Successfully loggedIn

No content

post
/api/vendor/login

No content

Seller KYC submission

edit vendor

post
/api/vendor/edit-vendor/{customerId}
Path parameters
customerIdintegerRequired
Header parameters
AuthorizationstringRequired
Body
firstNamestringOptional
lastNamestringOptional
avatarstringOptional
designationstringOptional
emailstringOptional
mobileNumberinteger · int32Optional
companyNamestringOptional
companyLogostringOptional
companyCoverImagestringOptional
companyAddress1stringOptional
companyAddress2stringOptional
companyCitystringOptional
companyStatestringOptional
companyCountryIdinteger · int32Optional
pincodestringOptional
companyMobileNumberinteger · int32Optional
companyEmailIdstringOptional
companyWebsitestringOptional
companyTaxNumberstringOptional
companyPanNumberstringOptional
paymentInformationstringOptional
Responses
chevron-right
200

Edited successfully

post
/api/vendor/edit-vendor/{customerId}

No content

Vendor update pending stauts

put
/api/vendor/pending-status/update/{id}
Path parameters
idintegerRequired
Header parameters
AuthorizationstringRequired
Body
idinteger · int32Required
Responses
chevron-right
200

Successfully update pending status..!

put
/api/vendor/pending-status/update/{id}

No content

Seller MyShop

Vendor profile

get
/api/vendor/vendor-profile
Header parameters
AuthorizationstringRequired
Responses
chevron-right
200

successfully got Vendor profile.

No content

get
/api/vendor/vendor-profile

No content

Last updated