Vendors

Vendor Management

The Venddor platform enables multiple independent vendors to sell their products through a unified marketplace. This section details the API endpoints for managing vendors.

Note: Vendor management is a key feature that enables multi-seller marketplace functionality in the Venddor platform.

Vendor Overview

Vendors are independent sellers who offer products through the Venddor platform. Each vendor maintains their own:

Tip: The Vendors API allows platform administrators to manage vendor accounts, approve new vendors, and monitor vendor performance.

Common Vendor Operations

The following operations are available through the Vendors API:

GET /vendors

Retrieves a list of all vendors on the platform.

GET /vendors/{id}

Retrieves detailed information about a specific vendor.

POST /vendors

Creates a new vendor account.

PUT /vendors/{id}

Updates an existing vendor's information.

DELETE /vendors/{id}

Deactivates a vendor account.

Integration Note: For detailed examples of each vendor management operation, refer to the individual endpoint documentation in the following sections.