Store API
The Store API provides a powerful interface for managing server-specific stores with customizable items, categories, and reward systems.
β¨ Features
π Quick Start
π¦ Methods Reference
addItem(guildId, itemData)
removeItem(guildId, itemId)
updateItem(guildId, itemId, updates)
getItem(guildId, itemId)
getItems(guildId, category?)
getCategories(guildId)
getFeaturedItems(guildId)
purchaseItem(guildId, userId, itemId, client?)
getUserPurchases(guildId, userId)
π Reward Types
pet
role
booster
title
item
custom
π Categories
Category
Description
π‘ Addon Examples
Adding Custom Shop Items
Seasonal/Limited Items
Dynamic Pricing
Purchase Announcements
π Item Schema
π Purchase Record Schema
Last updated