Get dealer order by id (scoped to current dealer)

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}

Path parameters

  • id string Required

    Order id

Responses

  • 200

    Order detail

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