urbox-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

/urbox-api/

    Package Sidebar

    Install

    npm i urbox-api

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    115 kB

    Total Files

    18

    Last publish

    Collaborators

    • duongjerry