Skip to content

Commit

Permalink
Create shopee.co.id.js
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Dec 31, 2019
1 parent 94bf382 commit 73e45aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functions/config/shopee.co.id.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const shopeeVN = require('./shopee.vn');

module.exports = {
...shopeeVN,
logo: 'https://i.imgur.com/a59T2FW.png',
website: 'Shopee ID',
domain: 'shopee.co.id',
color: '#ff531d',

product_api: 'https://shopee.co.id/api/v2/item/get?itemid={product_id}&shopid={shop_id}',
product_info_api: 'https://shopee.co.id/api/v2/item/get?itemid={product_id}&shopid={shop_id}',
}

0 comments on commit 73e45aa

Please sign in to comment.