Bulk PDF label printing
POST {{baseUrl}}/labels
Request multiple shipping labels for an array of parcels at the same time.
Request Body
{"label"=>{"parcels"=>["<integer>", "<integer>"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"label":{"normal_printer":["\u003cstring\u003e","\u003cstring\u003e"],"label_printer":"\u003cstring\u003e"}}