Skip to content

Reprint a scan form (without carrier)

GET
/shipping/api/v1/scan_forms/reprint/{collection_form_id}

Reprints a previously created scan form (manifest) document without specifying a carrier. The system falls back to the base shipping configuration.

collection_form_id
required
string

The unique identifier of the scan form/manifest to reprint (returned in the create or history response as collection_form_id).

Example
dc82a800-a041-45fc-a5a3-07f33594182e990001511

Scan form document retrieved successfully

object
manifest

The reprinted scan form document

object
document

Base64-encoded scan form document content

string
JVBERi0xLjQKJeLjz9MKMyAwIG9iago8P...
document_format

Format of the document (e.g., PDF, PNG)

string
PDF
error_messages
Array<string>

Bad request - missing or invalid collection_form_id

object
error_messages
required

List of error messages

Array<string>
[
"to_address is required"
]
{
"error_messages": [
"Invalid request parameters"
]
}

Scan form not found for the given collection_form_id

object
error_messages
required

List of error messages

Array<string>
[
"to_address is required"
]
{
"error_messages": [
"Invalid request parameters"
]
}