> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/global/global-collections/integration/trade-orders.md).

# Trade Order APIs

**Trade Order APIs** provide the mechanism to register, manage, and match PI/CI (Proforma Invoice / Commercial Invoice) trade-contract orders that establish the commercial background required for cross-border collection funds to be recognized and settled.

By integrating with these APIs, organizations can:

* **Register trade contracts:** Submit goods or services trade orders backed by contracts, logistics records, and product details so that incoming collection funds can be matched to verified commercial activity.
* **Track order status and modification rights:** Retrieve the current state, matched amount, and allowed modification type of any trade order to understand what further actions are available.
* **Match collections to trade orders:** Directly associate incoming collection orders with one or more trade orders — or vice versa — ensuring that each received payment is anchored to its corresponding commercial transaction.

In essence, **Trade Order APIs** empower you to build a complete, auditable link between your commercial contracts and the cross-border funds flowing through the Global Collections platform.

### Endpoints

* [Create Trade Order](/docs/global/global-collections/integration/trade-orders/api-create-trade-order.md)
* [Get Detail Trade Order](/docs/global/global-collections/integration/trade-orders/get-detail-trade-order.md)
* [Match Collection and Trade Order](/docs/global/global-collections/integration/trade-orders/api-match-collection-trade-order.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neox.vn/docs/global/global-collections/integration/trade-orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
