What you can do
- Showcase products — browse and display product details from your store using slash commands
- Real-time order updates — receive instant Discord notifications when orders are created, completed, expired, or cancelled
- Customer feedback and queries — route reviews and support tickets to dedicated forum channels
- Low and out-of-stock alerts — get notifications before inventory runs out
Getting started
Go to dash.billgang.com/developers/api-keys and click Create New Key.Give the key a name, set Expiration Date to No expiration, then click Generate New Key. Copy the key that appears. 

Webhooks setup
To receive order, feedback, query, and stock alert notifications in Discord, you need to register Quarky’s webhook endpoint in your Billgang dashboard.Go to dash.billgang.com/developers/webhooks and click New Endpoint in the top-right corner.
In the events section, enable the following Order Events:
order:createdorder:expiredorder:cancelledorder:completed
Enable the following events for stock and support tickets:
warehouse:low:stockwarehouse:out:of:stockticket:createdticket:message:received
Channel assignment
With webhooks configured, run/billgang setup again in your Discord server to assign a channel to each notification type.
Feedback
Choose a Forum Channel for customer feedback (reviews), then click Next. 

The feedback channel must be a Forum Channel, not a standard text channel.
Queries
Choose a Forum Channel for customer queries (support tickets), then click Next. 

The queries channel must also be a Forum Channel.
Slash commands
Use these commands to interact with your Billgang store from Discord.| Command | Subcommand | Description |
|---|---|---|
/billgang setup | — | Connect and configure your Billgang store. |
/billgang product | get | Get product details by ID. |
/billgang product | list | List all public products. |
/billgang coupon | create | Create a new coupon. |
/billgang coupon | get | Get coupon details by ID. |
/billgang coupon | list | List all coupons. |
/billgang order | get | Get order details by ID. |
/billgang order | list | List all orders. |
/billgang order | process | Process an order manually by ID. |
/billgang feedback | get | Get feedback details by ID. |
/billgang feedback | list | List all feedback. |
/billgang query | get | Get query details by ID. |
/billgang query | list | List all queries. |
Need help? Join the Quarky Support Server and our team will assist you.





