Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIManagement APIOrdersList orders
GET/api/v1/orders

List orders in the store. Paginated and filterable.

Customer email addresses are masked (e.g., j***@example.com) in API responses to protect personally identifiable information.

Requires the Orders:View permission.

Query parameters

playerUsernamestring
Filter by player username (exact match).
playerUuidstring· uuid
Filter by Minecraft UUID.
statusstring
Filter by order status.
Values:
pendingpaidcancelledrefundedchargeback
skipinteger
Results to skip. Defaults to 0.
takeinteger
Page size, max 100. Defaults to 20.

Headers

X-Api-Keystringrequired
Your API key.