Paperless Labels
Paperless shipping (also called labelless shipping) allows you to send a shipment without printing a traditional label. Paperless services are quickly becoming more common and are an excellent way to serve senders that do not have a printer available.
A common use case for paperless services is for returns. Paperless returns help customers by not requiring the printing of a label. Instead, the customer can take their barcode or handoff code to the carrier, who will label the shipment as needed. This also allows merchants to avoid the label-in-a-box strategy where the pre-printed return label might not ever be used.
For details on creating USPS paperless labels, see our Stamps.com (USPS) Carrier Guide
Paperless Methods
When your label request specifies the paperless display schema, the carrier will typically return a handoff code, barcode (for example, a QR code), instructions for next steps, or a mix of all of these.
- Handoff code: Depending on the carrier, the handoff code can be written on the package, provided to a member of staff at drop-off point, or entered via pin pad into a dedicated mechine like a package locker or label printer at a drop-off point.
- Barcode (ex: QR code): The code is scanned at the drop-off point. This may be by a staff member who will accept the package but can also apply to drop-off lockers using in-built scanners.
Some carriers don't generate a barcode at all. Instead, the carrier generates the label and brings it when they collect the package.
Request a Paperless Label
To request a paperless label, include the display_scheme
property in your label request with one of the following values:
Value | Description |
---|---|
label | Default. Requests only the traditional label from the carrier. |
paperless | Requests only the paperless label from the carrier. |
label_and_paperless | Requests both a traditional label and the paperless label from the carrier. |
qr_code | Soon to be deprecated. Available to provide backward compatibility with prior paperless implementation in ShipEngine. |
label_and_qr_code | Soon to be deprecated. Available to provide backward compatibility with prior paperless implementation in ShipEngine. |
We recommend only using the updated paperless
or label_and_paperless
values when requesting a paperless label as these display schemas cover a broader range of use cases than just a QR code.
Example Request & Response
Add the display_scheme
property to your purchase label request. This example uses a "dummy" carrier and service and may not include all properties needed for a live shipment.
Response
For paperless services, the recommended way to consume the paperless data is via the paperless_download
object, which will always be present when one of the paperless schema is set in the request.
Please note that, for backward compatibility reasons, ShipEngine will also populate the label_download
object with links to a document that contains a rasterized representation of the paperless_download
where all parameters are merged together into a single document (for example, a barcode, handoff code, or instructions).
There are a few things to note about the response:
- The
paperless_download
object includes three parameters:- href: a link to the document returned by the carrier (typically a barcode).
- instructions: the instructions provided by the carrier to describe what to do with the output. For example, "Scan the QR code at the carrier locker" or "Use the pin pad to enter the handoff code".
- handoff_code: the code used to hand off the package to the carrier (often entered via pin pad on a package locker, but can also be a code to provide staff when picked up from a location or at a drop off point).
- Certain carriers may not include all of these parameters. If a carrier does not include the parameter, it will not be present in the response.
- The
paperless_download
object is shown at both the shipment level and the package level. Where this object is returned for your specific use case will depend on which carrier you are using.
Example Barcode
Here is an example of the rasterized representation from the label_download
object.

Customer Communication
Using paperless labels might be a new experience for your cusomters. You may want to send email with the barcode image to help educate your customer on what they need to do to ship their package, including locating drop-off locations or how to use the barcode to hand over the package to the carrier.