1.0.1 • Published 3 months ago

urbox-api v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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

MethodDescription
getGiftsLáy danh sách quà tặng
getGiftDetailLấy chi tiết quà tặng
getCategoriesLấy danh sách danh mục
getBrandsLấy danh sách thương hiệu
cartPayVoucherĐổi quà eVoucher
getCitiesLấy danh sách tỉnh thành
getDistrictsLấy danh sách quận huyện
getWardsLấy danh sách phường xã
searchByUserTra cứu đơn hàng theo mã người dùng
searchByTransactionTra cứu đơn hàng theo mã giao dịch
1.0.1

3 months ago

1.0.0

9 months ago