shopee-client
Version:
Shoppe Open API Client
37 lines (36 loc) • 1.08 kB
JavaScript
;
/**
* {
shop_id: 198785094,
shop_name: 'Atla Surabaya',
country: 'ID',
shop_description: 'untuk orderan yang masuk akan segera\n' +
'kami proses. Terima Kasih\n' +
'\n' +
'Menjual berbagai macam barang kebutuhan Berkebun\n' +
'Senin-Sabtu : 08.00-16.00\n' +
'Minggu, Tgl Merah : Libur\n' +
'\n' +
'Sebelum membeli harap dibaca',
videos: [],
images: [],
disable_make_offer: 1,
enable_display_unitno: false,
item_limit: 2000,
request_id: '00c67fbd9ca4ce8d3f3aa45623e6cfb8',
status: 'NORMAL',
installment_status: 0,
sip_a_shops: [],
is_cb: false,
non_pre_order_dts: 2,
auth_time: 1587965484,
expire_time: 1619501484
}
*/
Object.defineProperty(exports, "__esModule", { value: true });
var ShopStatus;
(function (ShopStatus) {
ShopStatus["BANNED"] = "BANNED";
ShopStatus["FROZEN"] = "FROZEN";
ShopStatus["NORMAL"] = "NORMAL";
})(ShopStatus = exports.ShopStatus || (exports.ShopStatus = {}));