urbox-api
v1.0.1
Published
## Installation
Downloads
11
Readme
SDK For Urbox API
Installation
npm install urbox-api
Usage
import { Urbox } from 'urbox-api';
// Create a new instance of Urbox
const urbox = new Urbox({
appSecret: 'xxxx',
appId: 'xxxx',
rsaPrivateKey: 'xxxx',
});
Methods
| Method | Description | | ------------------- | ----------------------------------- | | getGifts | Láy danh sách quà tặng | | getGiftDetail | Lấy chi tiết quà tặng | | getCategories | Lấy danh sách danh mục | | getBrands | Lấy danh sách thương hiệu | | cartPayVoucher | Đổi quà eVoucher | | getCities | Lấy danh sách tỉnh thành | | getDistricts | Lấy danh sách quận huyện | | getWards | Lấy danh sách phường xã | | searchByUser | Tra cứu đơn hàng theo mã người dùng | | searchByTransaction | Tra cứu đơn hàng theo mã giao dịch |