Skip to content

tecklens/e-com-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/phamkhanhminhman97/shopee-tiktok-lazada-api

⚡️ Installation

  • npm: npm i e-com-api
  • yarn: yarn add e-com-api

TIKTOK MODULE (UPDATE API V2 VERSION 2309)

  const tiktok = new TiktokModule({
  appKey: '1234567890',
  appSecret: '1234567890',
  shopId: '1234567890',
  shopCipher: '1234567890',
  accessToken: '1234567890',
});
Function Status
getOrderList Doing
getOrderDetail Done
getProductDetail Done
getAuthorizedShop Done
getPackageTimeSlots Done
shipPackage Done
getShippingDocument Done
getCategories Done
getBrands Done
getAttributes Done
createProduct Done

alt

SHOPEE MODULE

  const shopee = new ShopeeModule({
  partnerId: 1234567890,
  partnerKey: '1234567890',
  shopId: '1234567890',
  accessToken: '1234567890',
});
Function Status
getOrders Doing
getOrderDetail Done
getProductItemList Done
getProductItemBaseInfo Done
updateStock Done
unListItem Done
updatePrice Done
addItem Done
getChannelList Done
fetchToken Done
getCategory Done
getAttributes Done
getBrandList Done
shippingParameter Done
shipOrder Done

alt

Lazada MODULE

  const lazada = new LazadaModule({
  appKey: '1234567890',
  appSecret: '1234567890',
  shopId: '1234567890',
  appAccessToken: '1234567890',
});

alt

To be continued...# shopee-tiktok-lazada-api

e-com-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •