Get the Picking List PDF for an outwards consignment

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
Query Parameters
  • SortBy
    Type: integer · enum

    The sort order for the picking list. Defaults to Location.

    values
    • Location = 1
    • InventoryProduct = 2
  • PrintOption.PrinterId
    Type: stringFormat: uuid

    The printer bridge warehouse printer id to be used for printing.

Responses
  • 200

    OK

Request Example for get/v1/consignments/{consignmentId}/picking-list-pdf
curl 'https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/picking-list-pdf?SortBy=enum%20(Location%20%3D%201%2C%20InventoryProduct%20%3D%202)&PrintOption.PrinterId='
No Body