The Suppliers API allows you to manage supplier information, including contact details and active status. Suppliers are companies or individuals who provide furniture products to your inventory.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MarcoAbundio/furniture_api_rest/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All supplier endpoints are relative to:Resource Overview
The Supplier resource contains the following information:Unique identifier for the supplier
Name of the supplier company or individual
Contact email address for the supplier
Contact phone number for the supplier
Indicates whether the supplier is currently active
Available Endpoints
Core Operations
- List all suppliers -
GET /api/v1/suppliers - Get supplier by ID -
GET /api/v1/suppliers/{id} - Create a supplier -
POST /api/v1/suppliers - Update a supplier -
PUT /api/v1/suppliers/{id} - Delete a supplier -
DELETE /api/v1/suppliers/{id}
Search Operations
- Search suppliers - Multiple search endpoints available