create_package
Create reusable package templates by specifying dimensions, weight, and type to expedite future shipping label generation.
Instructions
创建包裹模板,方便下次快速使用
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nick_name | Yes | 模板名称 | |
| length | Yes | 长度 | |
| width | Yes | 宽度 | |
| height | Yes | 高度 | |
| weight | Yes | 重量 | |
| dimension_unit | No | 长度单位,默认 in | in |
| weight_unit | No | 重量单位,默认 oz | oz |
| package_type | No | 包裹类型,默认 custom | custom |
| package_category | Yes | 包裹类别:box_or_thick_parcel(箱子/厚包裹)或 poly_mailer(塑料袋) |