页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 16 下一个 »

Description

Generate and print labels, and return results according to the order of request.

  • 'orderIds' and 'masterIds' field are set as condition. If they are filled in at the same time, the default value is from orderIds;

Path

HTTP Verb URL
Post/services/shipper/labels

Request field

Field (API)Data TypeLengthMandatoryDetails
orderIdsString80O


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 300 dpi.


Request message

Request
{
"orderIds":["ABC123456789001001002"],
"labelType":1,
"packinglist":false,
"merged":false,
"labelFormat":"JPG",
"dpi":"203"
}

Response message

Response
 {
    "status": "Success",
    "errors": null,
    "data": [
        {
            "status":"Success",
            "errors": null,
            "labelContent":"Base64 String"
            "orderId":"JDQ002445001000931503",
            "trackingNo":"JDQ002445001000931503",
            "labelContents": null
        }
    ]
}







  • 无标签