Seller
Last updated
Last updated
Retrieves a list of vendors based on optional filters.
/admin-vendor
The number of vendors to return per page
The offset from which to start retrieving vendors
Filter by vendor name
Filter by vendor email
Filter by vendor status
Indicates whether to return the count of vendors
Filter by keyword
Filter by vendor's name
Filter by company name
Filter by vendor prefix ID
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.
/admin-vendor
null
test
svsfgf
test@gmail.com
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
Retrieves the site settings based on the provided query parameters.
/settings
Filter to get settings related to the default website
Retrieves the list of vendor groups based on the provided query parameters.
/vendor-group
The number of records to return
The number of records to skip before starting the list
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
Retrieves the list of industries based on the provided query parameters.
/list/industry
The number of records to return
The number of records to skip before starting the list
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
Retrieves the list of documents associated with vendors.
/admin-vendor/master/document
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.
/admin-vendor/check-display-name-url
test254354353
Retrieves the details of a specific vendor by their ID
/admin-vendor/{id}
ID of the vendor
Updates the details of a specific seller by their vendor ID
/admin-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
test@gmail.com
34543543
sdsdgs
43543543553453
sfs
43535
sgf
sds
sdf435
1
4254252
76
Deletes a specific seller by their vendor ID
/admin-vendor/{id}
ID of the vendor to be deleted
Bearer token for authentication.
Retrieves a list of products for a specific vendor
/admin-vendor-product
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.
Retrieves the settings for a specific vendor
/vendor-setting/get-vendor-settings
Bearer token for authentication.
Updates the commission of a vendor based on their ID
/admin-vendor/update-vendor-commission/{id}
ID of the vendor
Bearer token for authentication.