# 


## 3.8 CartonContent

说明：商家发货时的装箱明细，包括箱子的序号、尺寸、重量和内容物
| 字段名称  描述 | 是否必填  类型 |
|------------------|------------|------------------|------------|
| shipmentId | 货件ID | Yes | string |
| identifier  商家反馈的箱子序号，用于防止重复上传，不允许重复 | Yes  string |
|------------------------------------|------------------------------------------------------------------------------|---------------|------------------------|
| weight | 重量，单位：g | No | int |
| length  长，单位：cm | No  int |
|------------------------|---------------------------|------------|---------------|
| width | 宽，单位：cm | No | int |
| height  高，单位：cm | No  int |
|------------------------|---------------------------|------------|---------------|
| cartonDetail | 箱子内容物，包括SKU的ID及数量 | Yes | Map，示例[{"sku":123,"quantity":1}, {"sku":1234,"quantity":1}, {"sku":1235,"quantity":1}] |
