shipment.properties

来自「国外的一套开源CRM」· PROPERTIES 代码 · 共 34 行

PROPERTIES
34
字号
####
# Shipment Processing Configuration File 
# $Id: shipment.properties,v 1.2 2003/09/09 22:13:18 ajzeneski Exp $
####

############################################
# General Configuration
############################################
shipment.default.weight.uom=WT_lb

############################################
# UPS XPCI Configuration
############################################

# UPS Connection URL
shipment.ups.connect.url=https://wwwcie.ups.com/ups.app/xml

# UPS Shipper Number
shipment.ups.shipper.number=12345E
# UPS Bill Shipper Account Number
shipment.ups.bill.shipper.account.number=12345E

# UPS XPCI Access License Number
shipment.ups.access.license.number=TEST262223144CAT
# UPS XPCI Access User ID
shipment.ups.access.user.id=REG111111
# UPS XPCI Access Password
shipment.ups.access.password=REG111111

# Setting to save files needed for UPS certification
shipment.ups.save.certification.info=true
shipment.ups.save.certification.path=/ofbiz/work/ofbiz/upscert

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?