Get the Receipt Confirmation PDF for an inwards consignment
Path Parameters
- Type: string Format: uuidconsignment
Id required
Query Parameters
- Type: integer · enumOrientation
The orientation of the PDF. Defaults to Portrait.
values- Portrait = 1
- Landscape = 2
- Type: booleanInclude
Shipping Whether to include shipping information in the PDF, if any. Defaults to true.
- Type: booleanInclude
Metrics Whether to include metrics in the PDF. Defaults to true.
- Type: booleanInclude
Notes Whether to include notes in the PDF, if any. Defaults to true.
- Type: booleanInclude
Product Summary Whether to include product summary information in the PDF. Defaults to false.
- Type: string Format: uuidPrint
Option . Printer Id The printer bridge warehouse printer id to be used for printing.
Responses
- 200
OK
Request Example for get/v1/consignments/{consignmentId}/receipt-confirmation-pdf
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/receipt-confirmation-pdf
No Body