Project

General

Profile

Actions

Specification » History » Revision 2

« Previous | Revision 2/5 (diff) | Next »
Soh Keong, 11/11/2020 05:29 PM


Specification

Programming Guide

Jar version

version Description
1.3 Init

Jar File Download

Jar
Lib
Properties

properties file

  • service.properties
  1. json.url - Provided by offline team
  2. json.key - for encryption
  3. connection.timeout - set connection timeout
  4. connection.read.timeout - set connection read timeout

Methods

InventoryLevel

com.ecosway.vmart.cnwhs.service.InventoryService service = new com.ecosway.vmart.cnwhs.service.InventoryService();

getInventoryLevel

com.ecosway.vmart.cnwhs.model.InventoryResultBean resultBean = service.getInventoryLevel(InventoryBean invBean)
  • com.ecosway.vmart.cnwhs.model.InventoryBean
  • orderId - String
  • centerId - String (com.ecosway.vmart.cnwhs.contant.CommonConstant.CENTER_ID_ONLINE)
  • countryId - String
  • warehouseCode - String (com.ecosway.vmart.cnwhs.contant.CommonConstant.WAREHOUSE_CODE_2 | WAREHOUSE_CODE_4)
  • productList - List<ProductBean>
  • productId - String
  • consum - String (com.ecosway.vmart.cnwhs.contant.CommonConstant.CONSUME_YES)
  • requestQuantity - Int
  • com.ecosway.vmart.cnwhs.model.InventoryResultBean
  • errCode - String
  • errMessage - String
  • countryId - String
  • warehouseCode - String
  • productList - List<ProductBean>
  • productId - String
  • consum - String (com.ecosway.vmart.cnwhs.contant.CommonConstant.CONSUME_YES)
  • requestQuantity - Int
  • availableQuantity - Int

h3.

Updated by Soh Keong almost 4 years ago · 2 revisions