Seller
Retrieves a list of vendors based on optional filters.
The number of vendors to return per page
10
The offset from which to start retrieving vendors
0
Filter by vendor name
Filter by vendor email
Filter by vendor status
Indicates whether to return the count of vendors
0
Filter by keyword
Filter by vendor's name
Filter by company name
Filter by vendor prefix ID
Successfully retrieved vendor list
Bad request, invalid parameters
GET /backend/api/admin-vendor HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got seller list</message>
</object>
Creates a new vendor with the given details, including email, password, and other company-related information. An email with credentials is sent to the vendor.
null
test
svsfgf
[email protected]
23563554
Picco123@
Picco123@
test
<p>fsdfsd</p>
sdfs
sdfds
sdfds
99
76
454354
1
1
1
28
test254354353
34543543
sdsdgs
43543543553453
sfs
43535
sgf
sds
sdf435
1
4254252
76
Successfully created new vendor with email Id and password and email sent
Bad request, invalid data
POST /backend/api/admin-vendor HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 963
"customerGroupId='null'&firstName='test'&lastName='svsfgf'&email='[email protected]'&mobileNumber='23563554'&password='Picco123@'&confirmPassword='Picco123@'&avatar=''&companyName='test'&companyLogo=''&companyDescription='<p>fsdfsd</p>'&companyAddress1='sdfs'&companyAddress2='sdfds'&companyCity='sdfds'&companyCountryId=99&companyState=76&pincode='454354'&companyWebsite=''&mailStatus=1&status=1&approvalFlag=1&commission=''&customerId=''&companyGstNumber=''&companyCoverImage=''&vendorGroupId=28&displayNameUrl='test254354353'&instagram=''&youtube=''&facebook=''&twitter=''&companyTaxNumber='34543543'&companyAccountHolderName='sdsdgs'&companyAccountNumber='43543543553453'&companyAccountBranch='sfs'&companyAccountCreatedOn='43535'&companyAccountBankName='sgf'&companyAccountBic='sds'&ifscCode='sdf435'&industryId=1&companyBusinessNumber='4254252'&vendorDocuments=[]&zoneId=76"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully created new vendor with email Id and password and email sent</message>
</object>
Retrieves the site settings based on the provided query parameters.
Filter to get settings related to the default website
1
Successfully retrieved settings
Bad request due to invalid parameters
GET /backend/api/settings HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got settings</message>
</object>
Retrieves the list of vendor groups based on the provided query parameters.
The number of records to return
0
The number of records to skip before starting the list
0
Filter results by a keyword (e.g., group name)
Filter results by status (e.g., 1 for active, 0 for inactive)
Indicates if only the count of vendor groups should be returned
0
Successfully retrieved vendor group list
Bad request due to invalid parameters
GET /backend/api/vendor-group HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got all seller group List</message>
</object>
Retrieves the list of industries based on the provided query parameters.
The number of records to return
0
The number of records to skip before starting the list
0
Filter results by a keyword (e.g., industry name)
Filter results by status (e.g., 1 for active, 0 for inactive)
Indicates if only the count of industries should be returned
0
Successfully retrieved industry list
Bad request due to invalid parameters
GET /backend/api/list/industry HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got industry list</message>
</object>
Retrieves the list of documents associated with vendors.
Successfully retrieved the document list
Bad request
GET /backend/api/admin-vendor/master/document HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got documents list</message>
</object>
Checks if a given display name URL is available for a vendor. It returns whether the URL can be used or if it is already taken.
test254354353
Successfully checked the display name availability
Bad request, invalid display name URL format
POST /backend/api/admin-vendor/check-display-name-url HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 34
"displayNameURL='test254354353'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Display name available</message>
</object>
Retrieves the details of a specific vendor by their ID
ID of the vendor
Successfully retrieved vendor details
Vendor not found
GET /backend/api/admin-vendor/{id} HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Updates the details of a specific seller by their vendor ID
ID of the vendor
null
test
svsfgf
23563554
test
<p>fsdfsd</p>
sdfs
sdfds
sdfds
99
76
454354
0
1
1
12
452
28
test254354353
[email protected]
34543543
sdsdgs
43543543553453
sfs
43535
sgf
sds
sdf435
1
4254252
76
Successfully updated seller details
Invalid input
PUT /backend/api/admin-vendor/{id} HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 1000
"customerGroupId='null'&firstName='test'&lastName='svsfgf'&mobileNumber='23563554'&avatar=''&companyName='test'&companyLogo=''&companyDescription='<p>fsdfsd</p>'&companyAddress1='sdfs'&companyAddress2='sdfds'&companyCity='sdfds'&companyCountryId=99&companyState=76&pincode=454354&companyWebsite=''&mailStatus=0&status=1&approvalFlag=1&commission=12&customerId=452&paymentInformation=''&companyEmailId=''&companyCoverImage=''&password=''&confirmPassword=''&companyGstNumber=''&vendorGroupId=28&displayNameUrl='test254354353'&instagram=''&youtube=''&facebook=''&whatsApp=''&vendorDocuments=[]&email='[email protected]'&companyTaxNumber='34543543'&companyAccountHolderName='sdsdgs'&companyAccountNumber='43543543553453'&companyAccountBranch='sfs'&companyAccountCreatedOn='43535'&companyAccountBankName='sgf'&companyAccountBic='sds'&ifscCode='sdf435'&industryId=1&companyBusinessNumber='4254252'&zoneId=76&state=''"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Seller Updated Successfully</message>
</object>
Deletes a specific seller by their vendor ID
ID of the vendor to be deleted
Bearer token for authentication.
Successfully deleted seller
Invalid vendor ID
DELETE /backend/api/admin-vendor/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Seller Deleted Successfully</message>
</object>
Retrieves a list of products for a specific vendor
The offset for pagination
The limit for the number of results
If set to 1, returns only the count of products
The ID of the vendor
Bearer token for authentication.
Successfully retrieved vendor products
GET /backend/api/admin-vendor-product HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully retrieved vendor products
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Retrieves the settings for a specific vendor
Bearer token for authentication.
Successfully retrieved vendor settings
Vendor settings not found
GET /backend/api/vendor-setting/get-vendor-settings HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Updates the commission of a vendor based on their ID
ID of the vendor
Bearer token for authentication.
Successfully updated the vendor commission
Vendor not found
PUT /backend/api/admin-vendor/update-vendor-commission/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 16
"commission=1"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Last updated