aleo
Customer
Hello,
I am using the DragonByte Shop add-on on my XenForo installation. In the Admin Panel I can see permissions such as:
However, none of these permissions appear in the official XenForo REST API documentation, and I cannot find any DragonByte-specific API endpoints either.
My Goal:
I want to create a trade post via API (programmatically from n8n).
In other words, I need an endpoint that performs the same action as creating a “Trade” inside the Shop manually from the UI.
Questions:
I just need clarification on the correct API routes so I can integrate this with my automation system.
Thank you.
I am using the DragonByte Shop add-on on my XenForo installation. In the Admin Panel I can see permissions such as:
- dbtech_shop_trade_post:read
- dbtech_shop_trade_post:write
- dbtech_shop_trade_post:delete_hard
However, none of these permissions appear in the official XenForo REST API documentation, and I cannot find any DragonByte-specific API endpoints either.
My Goal:
I want to create a trade post via API (programmatically from n8n).
In other words, I need an endpoint that performs the same action as creating a “Trade” inside the Shop manually from the UI.
Questions:
- What is the official API endpoint for creating a trade post?
(Example: POST /api/dbtech-shop/trade-posts or similar) - If these permissions (read, write, etc.) correspond to API scopes, what are the exact routes they enable?
- Does the add-on expose API endpoints for the following operations:
- Creating a trade (trade post creation)
- Reading a user’s credit balance
- Reading transaction logs / purchase history
- Reading user-owned items
- If no API endpoints exist, does this mean DragonByte Shop does not provide REST API support at all, despite showing API permissions in the Admin Panel?
I just need clarification on the correct API routes so I can integrate this with my automation system.
Thank you.
Upvote
0