My Shop
Last updated
Last updated
Fetches a list of vendor documents based on the provided filters.
/vendor-document
Number of documents to return per page
The offset for pagination
Flag to indicate if count is requested
ID of the vendor
Bearer token for vendor authentication
This endpoint allows the upload of a document for a vendor.
/vendor-document
Bearer token for vendor authentication
The document file to upload.
The ID of the vendor uploading the document.
The type of the document being uploaded (e.g., 'invoice', 'contract').
This endpoint allows uploading a media file (such as an image or document) to the server.
/media/upload-file
Bearer token for vendor authentication
The name of the file being uploaded.
The type of file being uploaded (e.g., image = 1, document = 2).
The path where the file should be stored.
Base64 encoded image or document file content.
The document ID (for documents).
This endpoint allows fetching details of a specific vendor document by its unique ID.
/vendor-document/{id}
The unique identifier of the document.
Bearer token for vendor authentication
Update the vendor details by providing the vendor ID and the new data via form data.
/vendor/edit-vendor/{customerId}
ID of the vendor to be updated
Bearer token for vendor authentication
Date of Birth
Email address
First Name
Gender
Last Name
Mobile number
Username
Password
Flag to reset password
Media related to the vendor
Retrieve the profile information for the authenticated vendor.
/vendor/vendor-profile
Bearer token for vendor authentication