Skip to main content
7 commands. Native in-Discord purchase panels and standalone buy buttons that customers use to check out without leaving the server. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: managerAdds a single standalone purchase button for one product, outside the full panel workflow.SellAuth endpoints:
  • GET /shops/{id}/products
  • GET /shops/{id}/products/{id}/deliverables/{id}
  • POST /shops/{id}/checkout
Tier: managerCreates a new purchase panel embed for one or more products in a channel.SellAuth endpoint: GET /shops/{id}/products
Tier: managerDeletes an existing purchase panel.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: managerEdits an existing purchase panel’s products or presentation.SellAuth endpoint: GET /shops/{id}/products
Tier: managerLists purchase panels configured in this server.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: managerMigrates a legacy-format purchase panel to the current panel schema.SellAuth endpoint: GET /shops/{id}/products/{id}
Tier: managerRefreshes a panel’s displayed stock and price without recreating it.SellAuth endpoints: none — this command works entirely from the bot’s own database.