Profit breakdown for a dealer order

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://tailieu-api.dilisupplement.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "API Đại Lý MCP server": {
    "url": "https://tailieu-api.dilisupplement.com/mcp"
  }
}

Close
GET /orders/{id}/breakdown

Retail vs dealer buy price per line, order profit (COD − cost), and upline dealers.

Path parameters

  • id string Required

    Order id

Responses

  • 200

    Order profit breakdown

GET /orders/{id}/breakdown
curl \
 --request GET 'https://api-dealer.dilisupplement.com/api/orders/{id}/breakdown'