–包裹类型 1:单包裹 2:多包裹 ,若不确定可传多包裹
If not exists(Select 1 From TDefShippingMethodsDet Where ShippingCode = ‘VIP’ And ParmKey = ‘PackageType’)
Begin
Insert Into TDefShippingMethodsDet(ShippingCode, ParmKey, ParmName, ParmValue,Ex1)
Values(‘VIP’, ‘PackageType’, ‘包裹类型 1:单包裹(默认) 2:多包裹’, ‘2’, ‘*|仓库’)
End
GO
上游是旺店通 必须要打这个脚本
–确认接口
If not exists(Select 1 From TDefShippingMethodsDet Where ShippingCode = ‘VIP’ And ParmKey = ‘TransportShipForVop’)
Begin
Insert Into TDefShippingMethodsDet(ShippingCode, ParmKey, ParmName, ParmValue,Ex1)
Values(‘VIP’, ‘TransportShipForVop’, ‘确认接口调用; 0:不调用|1:调用(默认)’, ‘0’, ‘*|仓库’)
End
GO
http://www.shjyun.com/Callback/VipShop?product=iwms
开放业务接入文档: https://vop.vip.com/doccenter/viewdoc/128
组件下载地址
https://vos.vipstatic.com/vip-lbs-printer/printer/vip_printer_setup_0.8.46.exe
参考文档,最新组件下载
JIT:https://vop.vip.com/doccenter/viewdoc/143
JITX:https://vop.vip.com/doccenter/viewdoc/131