Generate shipping labels in bulk

SecurityAuthToken
Request
Request Body schema: application/json
required
Array
shipment
required
string <uuid>
Responses
200

Successfully returned a batch of labels to print

Response Schema: application/json
batch_document
string or null
Array of objects
default

Default error response

post/documents/generate-labels/
Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "batch_document": "string",
  • "labels": [
    ]
}
Copyright © Shipwell 2024. All right reserved.