/api/v1/packages/{id}Retrieve a single package by its ID.
Requires the Packages:View permission.
Path parameters
idstring· uuidrequiredThe package ID.
Headers
X-Api-KeystringrequiredYour API key.
Response fields
Package object
idstring· uuidrequiredThe package ID.
namestringrequiredThe package name.
descriptionstringLong-form description of the package.
pricenumberrequiredBase price in the store’s default currency.
salePricenumberSale price if a sale is active, otherwise null.
imageUrlstringURL of the package image.
isActivebooleanrequiredWhether the package is enabled in the store.
sortOrderintegerPosition of the package within its category.
categoryIdstring· uuidID of the category this package belongs to.
categoryNamestringName of the category.
allowCustomPricebooleanWhether customers can set their own price.
globalLimitintegerGlobal purchase limit, or null for unlimited.
perUserLimitintegerPer-user purchase limit, or null for unlimited.
isCumulativebooleanWhether per-user limit accumulates across resets.
isTieredbooleanWhether the package has tier pricing.
isSubscriptionbooleanWhether the package is a subscription.
serverIdsstring[]· uuidServers this package is available on.
createdAtstring· date-timerequiredCreation timestamp.
updatedAtstring· date-timerequiredLast update timestamp.