Skip to main content
Glama

create_order

Create orders in Eduframe by specifying catalog variants, student IDs, payment details, and cost schemes to process educational enrollments.

Instructions

Create an order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costNoDecimal representing the value of the order
cost_schemeNoThe cost schema that the payment will follow for the specified order.
catalog_variant_idYesUnique identifier of the orders CatalogVariant.
creator_idYesUnique identifier of the orders Creator (User).
account_idNoThe unique identifier associated with the orders Account. If not provided, the system will default to using the personal account.
planned_course_idNo*DEPRECATED*: Use catalog_variant_id instead. Unique identifier of the order's planned course.
payment_method_idNoUnique identifier of the orders PaymentMethod.
student_idsNoArray of student ids. A non-empty array is required if there are no student ids specified in the enrollments_attributes.
payment_option_idNoUnique identifier of the orders PaymentOption.
customNoThe custom properties of the order.
approveNoOptional: If the order should be approved or not. When omitted will default to false
label_idsNoOptional: Assign labels to the order.
referral_idNoOptional: Identifier of the referral.
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/martijnpieters/eduframe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server