Cleverini logoCoursesLog in

Create Order

Orders are currently checkout-driven. Manual create is intentionally disabled.

Placeholder

This category keeps `Create New` as a placeholder for now. If manual creation is enabled later, JSON payloads should follow this draft shape:
{
  "courseId": "course_uuid",
  "courseTitle": "Course title snapshot",
  "priceCents": 2500,
  "currency": "usd",
  "email": "learner@example.com",
  "status": "created"
}

Back to orders list