/api/v1/ordersCreate a manual order. Manual orders are recorded as paid and fulfilled immediately: commands are executed on the configured game server. Use this endpoint to grant items to a player without going through checkout (e.g., support credits, prize fulfillment).
Requires the Orders:Edit permission.
Body
playerUsernamestringrequiredPlayer in-game name.
playerUuidstring· uuidMinecraft UUID, if known.
emailstring· emailCustomer email, stored masked.
itemsobject[]requiredLine items to grant.
Order item
packageIdstring· uuidrequiredPackage to grant.
quantityintegerrequiredQuantity, max 100.
serverIdstring· uuidrequiredServer to fulfill commands on.