ProfitDesk Quick Links – Developer Integration Guide
Use ProfitDesk Quick Links to track down an order directly inside ProfitDesk with prefilled buy/sell data.
This is designed for bots, sourcing tools, dashboards, and webhooks.
Base URL
https://dash.profitpath.com/profitdesk/orders
ProfitDesk Track-Orders is web-app only: the link opens ProfitDesk in the ProfitPath web app (on mobile it opens in the browser).
Example
https://dash.profitpath.com/profitdesk/orders?pd_prefill_asin=B0CX588NB9&pd_prefill_buy_region=DE&pd_prefill_buy=12.34&pd_prefill_sell=DE:24.99,FR:25.50&pd_prefill_buy_url=https%3A%2F%2Fshop.de%2Fartikel
This link deep-links into ProfitGo and pre-populates the product and pricing context so users can immediately evaluate the deal.
Required Parameters
Parameter | Type | Description | Example |
| string | 10-character Amazon ASIN. |
|
| string | Marketplace the item is bought in. One of DE, GB, FR, IT, ES, NL, AT. |
|
| number | Buy price (gross). |
|
| string | One or more target sell prices (gross) as REGION:price, comma-separated. Sell regions: DE, GB, FR, IT, ES, NL, BE, PL, SE, IE. |
|
Optional Parameters
Parameter | Type | Description | Example |
| string | Supplier/shop link, shown as the source. Must be http/https. |
|
Minimal Link
https://dash.profitpath.com/profitdesk/orders?pd_prefill_asin=B0CX588NB9&pd_prefill_buy_region=DE&pd_prefill_buy=12.34&pd_prefill_sell=DE:24.99
Rules & Notes
Use
.as the decimal separator. Do NOT include currency symbols.URL-encode all values (especially
pd_prefill_buy_url).Prices are gross (incl. VAT).
The user reviews and confirms in the Track-Orders dialog before anything is saved. An invalid or incomplete link shows a short error and opens nothing.
The user must be logged in (they are sent through login first, then land on the pre-filled dialog).
Support
If you have any issues, feel free to chat with us via Intercom or send an email to marten [at] profitpath.com
