正在显示
1 个修改的文件
包含
23 行增加
和
22 行删除
@@ -46,31 +46,32 @@ logging: | @@ -46,31 +46,32 @@ logging: | ||
46 | integration: | 46 | integration: |
47 | fourpx: | 47 | fourpx: |
48 | inStockProperties: | 48 | inStockProperties: |
49 | - isPickup: 'N' | ||
50 | - country: 'CN' | ||
51 | - totalVolume: 10 | 49 | + isPickup: 'N' #是否上门提货 Y (上门提货) |
50 | + country: 'CN' #国家;国家二字码 | ||
51 | + totalVolume: 0.008 #单箱体积 默认0.008立方米 | ||
52 | totalWeight: 10 | 52 | totalWeight: 10 |
53 | - ocustomsService: 'D1' | ||
54 | - printBoxNo: 'Y' | ||
55 | - printBoxType: 'P' | 53 | + ocustomsService: 'D1' #出口报关类型 D1(客户自行出口报关) |
54 | + printBoxNo: 'Y' #是否贴箱唛 Y (贴箱唛) | ||
55 | + printBoxType: 'P' #箱唛类型 P(贴4px箱唛) | ||
56 | productProperties: | 56 | productProperties: |
57 | - includeBattery: 'Y' | ||
58 | - batteryConfig: 'NB' | ||
59 | - batteryType: 'OT' | ||
60 | - batteryPower: 1000 | ||
61 | - batteryNumber: 1 | ||
62 | - wrapping: 'H' | ||
63 | - appearance: 'RS' | ||
64 | - logisticsPackage: 'Y' | ||
65 | - packageMaterial: 'PA' | 57 | + includeBattery: 'Y' #是否带电 Y(是) |
58 | + batteryConfig: 'NB' #电池配置 NB (其他) | ||
59 | + batteryType: 'OT' #电池类型 OT (其他) | ||
60 | + batteryPower: 1000 #电池功率 | ||
61 | + batteryNumber: 1 #电池数量 | ||
62 | + wrapping: 'H' #商品包装,商品包装的属性 H (硬包装) | ||
63 | + appearance: 'RS' #商品外观 RS (长方体) | ||
64 | + logisticsPackage: 'Y' #自带物流包装 Y(是) | ||
65 | + packageMaterial: 'PA' #包装材质 PA (纸质) | ||
66 | declareProperties: | 66 | declareProperties: |
67 | - declareCategoryId: 601084 | ||
68 | - specification: '长方体' | ||
69 | - originCountry: 'CN' | ||
70 | - brand: '其他' | ||
71 | - declareType: 'I' | ||
72 | - currency: 'USD' | ||
73 | - declareCountry: 'A' | 67 | + declareCategoryId: 601084 #申报品名类目ID |
68 | + specification: '长方体' #申报产品规格 | ||
69 | + originCountry: 'CN' #申报产品原产地 | ||
70 | + brand: '其他' #申报产品品牌 | ||
71 | + declareType: 'I' #清关类型 I(进口) | ||
72 | + currency: 'USD' #申报币别 | ||
73 | + declareCountry: 'A' #清关国家 A 代表 ALL | ||
74 | outStockProperties: | 74 | outStockProperties: |
75 | consignmentType: 'S' #委托类型 S(标准出库) | 75 | consignmentType: 'S' #委托类型 S(标准出库) |
76 | stockQuality: 'G' #SKU库存质量 G(良好) | 76 | stockQuality: 'G' #SKU库存质量 G(良好) |
77 | + |
-
请 注册 或 登录 后发表评论