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

Create a new package in the store.

Requires the Packages:Edit permission.

Body

namestringrequired
The package name.
descriptionstring
Long-form description.
pricenumberrequired
Base price in the store’s default currency.
isActiveboolean
Whether the package is enabled. Defaults to true.
sortOrderinteger
Position within the category. Defaults to 0.
categoryIdstring· uuid
Category to assign this package to.
serverIdsstring[]· uuid
Servers this package will be available on.