# APIs

## APIs

- [MerchantSite APIs](https://docws.ems.com.vn/master.md)
- [Giới thiệu](https://docws.ems.com.vn/tieng-viet/gioi-thieu.md)
- [Authentication](https://docws.ems.com.vn/tieng-viet/authentication.md): MerchantSite EMS sử dụng token để xác minh danh tính người dùng người dùng.
- [Đăng ký Token](https://docws.ems.com.vn/tieng-viet/authentication/dang-ky-token.md): Trước khi bắt đầu xác thực và sử dụng MCS APIs , bạn cần đăng ký với hệ thống EMS.
- [Điểm lấy hàng](https://docws.ems.com.vn/tieng-viet/diem-gui-hang.md)
- [Tạo điểm lấy hàng](https://docws.ems.com.vn/tieng-viet/diem-gui-hang/tao-diem-gui-hang.md)
- [Cập nhật điểm lấy hàng](https://docws.ems.com.vn/tieng-viet/diem-gui-hang/cap-nhat-diem-lay-hang.md)
- [Danh sách điểm lấy hàng](https://docws.ems.com.vn/tieng-viet/diem-gui-hang/danh-sach-diem-lay-hang.md)
- [Bưu gửi](https://docws.ems.com.vn/tieng-viet/buu-gui.md)
- [Tạo bưu gửi](https://docws.ems.com.vn/tieng-viet/buu-gui/tao-buu-gui.md)
- [Tạo phiếu xuất kho](https://docws.ems.com.vn/tieng-viet/buu-gui/tao-phieu-xuat-kho.md)
- [Tính phí](https://docws.ems.com.vn/tieng-viet/buu-gui/tinh-phi.md)
- [Chi tiết bưu gửi](https://docws.ems.com.vn/tieng-viet/buu-gui/chi-tiet-buu-gui.md)
- [In bưu gửi](https://docws.ems.com.vn/tieng-viet/buu-gui/in-buu-gui.md)
- [Hủy bưu gửi](https://docws.ems.com.vn/tieng-viet/buu-gui/huy-buu-gui.md)
- [Webhook](https://docws.ems.com.vn/tieng-viet/webhook.md): Trả về trạng thái bưu gửi thông qua api ngay khi có trạng thái mới nhất.
- [Tạo webhook](https://docws.ems.com.vn/tieng-viet/webhook/tao-webhook.md)
- [Cập nhật Webhook](https://docws.ems.com.vn/tieng-viet/webhook/cap-nhat-webhook.md)
- [Thông tin webhook](https://docws.ems.com.vn/tieng-viet/webhook/danh-sach-webhook.md)
- [Danh mục](https://docws.ems.com.vn/tieng-viet/danh-muc.md)
- [Danh sách quốc gia](https://docws.ems.com.vn/tieng-viet/danh-muc/quoc-gia.md)
- [Danh sách tỉnh/thành phố](https://docws.ems.com.vn/tieng-viet/danh-muc/tinh-thanh-pho.md)
- [Danh sách quận/huyện](https://docws.ems.com.vn/tieng-viet/danh-muc/quan-huyen.md)
- [Danh sách phường/xã](https://docws.ems.com.vn/tieng-viet/danh-muc/phuong-xa.md)
- [Danh sách trạng thái](https://docws.ems.com.vn/tieng-viet/danh-muc/trang-thai.md)
- [Danh sách dịch vụ](https://docws.ems.com.vn/tieng-viet/danh-muc/dich-vu.md)
- [Danh sách dịch vụ cộng thêm](https://docws.ems.com.vn/tieng-viet/danh-muc/dich-vu-cong-them.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docws.ems.com.vn/master.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.
