Seller
Retrieves a list of vendors based on optional filters.
The number of vendors to return per page
10The offset from which to start retrieving vendors
0Filter by vendor name
Filter by vendor email
Filter by vendor status
Indicates whether to return the count of vendors
0Filter by keyword
Filter by vendor's name
Filter by company name
Filter by vendor prefix ID
Successfully retrieved vendor list
Bad request, invalid parameters
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.
nulltestsvsfgf[email protected]23563554Picco123@Picco123@test<p>fsdfsd</p>sdfssdfdssdfds997645435411128test25435435334543543sdsdgs43543543553453sfs43535sgfsdssdf4351425425276Successfully created new vendor with email Id and password and email sent
Bad request, invalid data
Retrieves the list of vendor groups based on the provided query parameters.
The number of records to return
0The number of records to skip before starting the list
0Filter 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
0Successfully retrieved vendor group list
Bad request due to invalid parameters
Retrieves the list of industries based on the provided query parameters.
The number of records to return
0The number of records to skip before starting the list
0Filter 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
0Successfully retrieved industry list
Bad request due to invalid parameters
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.
test254354353Successfully checked the display name availability
Bad request, invalid display name URL format
Updates the details of a specific seller by their vendor ID
ID of the vendor
nulltestsvsfgf23563554test<p>fsdfsd</p>sdfssdfdssdfds99764543540111245228test254354353[email protected]34543543sdsdgs43543543553453sfs43535sgfsdssdf4351425425276Successfully updated seller details
Invalid input
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
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
Successfully retrieved vendor products
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
Last updated