Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIManagement APIOrdersCreate a manual order
POST/api/v1/orders

Create 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

playerUsernamestringrequired
Player in-game name.
playerUuidstring· uuid
Minecraft UUID, if known.
emailstring· email
Customer email, stored masked.
itemsobject[]required
Line items to grant.

Order item

packageIdstring· uuidrequired
Package to grant.
quantityintegerrequired
Quantity, max 100.
serverIdstring· uuidrequired
Server to fulfill commands on.