Print Label
Print Pending Orders Label
POST /v4/orders/awb
This endpoint retrieves order labels for one or more pending orders based on the provided filters. You can specify the label type using the type field, which is optional.
Label Types:
paper: Returns a standard A5 label (default if no type is provided).a6: Returns an A6 size label.thermal: Returns a thermal-compatible label.
Headers
Name
Value
Content-Type
application/json
Authorization
Body
{
"filters": {
"ids": ["<order_id_1>", "<order_id_2>", "..."],
"type": "paper"
}
}Response
Last updated