Seller Application

Submit and manage seller/seller applications to become a verified shop on the platform.

POST
/Sellers/submit-application
Submit Seller Application
Submit an application to become a seller. Requires Authorization: Bearer <token>.

Request Body

Request
{}

Response

Response (200 OK)
{
  "success": true,
  "message": "Seller application submitted successfully",
  "data": {
    "referenceId": "ByF-INF-1BAF75",
    "status": "Pending",
    "submittedAt": "2024-03-20T10:00:00Z",
    "note": "Your application is under review. You will be notified once it's processed."
  }
}