Reprint a scan form (with carrier)
GET /shipping/api/v1/scan_forms/{sub_carrier_id}/reprint/{collection_form_id}
Reprints a previously created scan form (manifest) document and returns it as a base64-encoded document.
When a sub-carrier identifier is provided, it is used to look up the company’s shipping configuration for that carrier.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Sub-carrier identifier (e.g., USPS, ROYAL_MAIL, DPD_LOCAL). Used to look up the company’s shipping configuration.
Example
USPSThe 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-07f33594182e990001511Responses
Section titled “ Responses ”Scan form document retrieved successfully
object
The reprinted scan form document
object
Base64-encoded scan form document content
JVBERi0xLjQKJeLjz9MKMyAwIG9iago8P...Format of the document (e.g., PDF, PNG)
PDFBad request - missing or invalid collection_form_id
object
List of error messages
[ "to_address is required"]{ "error_messages": [ "Invalid request parameters" ]}Scan form not found for the given collection_form_id
object
List of error messages
[ "to_address is required"]{ "error_messages": [ "Invalid request parameters" ]}