...
|
...
|
@@ -46,31 +46,32 @@ logging: |
|
|
integration:
|
|
|
fourpx:
|
|
|
inStockProperties:
|
|
|
isPickup: 'N'
|
|
|
country: 'CN'
|
|
|
totalVolume: 10
|
|
|
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: '长方体'
|
|
|
originCountry: 'CN'
|
|
|
brand: '其他'
|
|
|
declareType: 'I'
|
|
|
currency: 'USD'
|
|
|
declareCountry: 'A'
|
|
|
declareCategoryId: 601084 #申报品名类目ID
|
|
|
specification: '长方体' #申报产品规格
|
|
|
originCountry: 'CN' #申报产品原产地
|
|
|
brand: '其他' #申报产品品牌
|
|
|
declareType: 'I' #清关类型 I(进口)
|
|
|
currency: 'USD' #申报币别
|
|
|
declareCountry: 'A' #清关国家 A 代表 ALL
|
|
|
outStockProperties:
|
|
|
consignmentType: 'S' #委托类型 S(标准出库)
|
|
|
stockQuality: 'G' #SKU库存质量 G(良好) |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|