页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Field (API)Data TypeLengthMandatoryDetails
orderIdsString80O

Support for using Tracking Number / Ref No. queries

masterIdsString80C

Master Ref No. Query is supported

labelTypeString80O

abelType:

0 Indicates the default value10cm * 15cm,

1 express 10cm * 15cm,

2 express A4,

4 express 10cm * 10cm. At present, the API only supports these three formats;

packinglistBooleantrue/falseOWhether to print a picking list or not
mergedBooleantrue/falseOSpecify whether to merge into one PDF file; If consolidation is selected, only the successful orders will be merged and printed, and the consolidation will be carried out according to the order of orders in the request parameters.
labelFormatString3O

Label format: JPG format is optional. If it is not filled in, the default format is PDF format. JPG format sheets do not support merging. When printing packinglist at the same time, multiple files will be returned.

ZPL

dpiString3O

When label format is ZPL, 300 or 203 dpi is supported.

Default value is 203 300 dpi.


Request message

代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
{
"orderIds":["ABC123456789001001002"],
"labelType":1,
"packinglist":false,
"merged":false,
"labelFormat":"JPG",
"dpi":"203"
}

...