Skip to main content
POST
Generate Shipping Label PDF
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Generate a shipping label PDF for order fulfillment. Returns an S3 URL that expires in 48 hours. Vendor tokens are scoped automatically; merchant tokens must pass vendorId as a query parameter.

Query Parameters

string
Vendor ObjectId — required for merchant tokens.

Request Body

string
required
Order ObjectId.
array
Optional list of line item ObjectIds to include on the label.

Response

200

Example