作者 韦绍镭

更新 logistics-integration-api-dev.yml

... ... @@ -46,23 +46,23 @@ logging:
integration:
fourpx:
inStockProperties:
isPickup: 'N'
country: 'CN'
totalVolume: 0.008
isPickup: 'N' #是否上门提货 Y (上门提货)
country: 'CN' #国家;国家二字码
totalVolume: 0.008 #单箱体积 默认0.008立方米
totalWeight: 10
ocustomsService: 'D1'
printBoxNo: 'Y'
printBoxType: 'P'
ocustomsService: 'D1' #出口报关类型 D1(客户自行出口报关)
printBoxNo: 'Y' #是否贴箱唛 Y (贴箱唛)
printBoxType: 'P' #箱唛类型 P(贴4px箱唛)
productProperties:
includeBattery: 'Y'
batteryConfig: 'NB'
batteryType: 'OT'
batteryPower: 1000
batteryNumber: 1
wrapping: 'H'
appearance: 'RS'
logisticsPackage: 'Y'
packageMaterial: 'PA'
includeBattery: 'Y' #是否带电 Y(是)
batteryConfig: 'NB' #电池配置 NB (其他)
batteryType: 'OT' #电池类型 OT (其他)
batteryPower: 1000 #电池功率
batteryNumber: 1 #电池数量
wrapping: 'H' #商品包装,商品包装的属性 H (硬包装)
appearance: 'RS' #商品外观 RS (长方体)
logisticsPackage: 'Y' #自带物流包装 Y(是)
packageMaterial: 'PA' #包装材质 PA (纸质)
declareProperties:
declareCategoryId: 601084
specification: '长方体'
... ...