.. _getShipmentLabel-label: GET /v3/shipments/{shipmentIds}/labels ----------------------------------------- **Description** - The Download Labels API prints integrated shipping label and invoice (optional) for packed shipments. The invoice is printed only if the seller opts for the auto-invoicing solution. The shipping labels and customer invoices can be printed for multiple shipment ids. It produces a single, merged PDF, if multiple shipment IDs are passed in the request parameters. Request and Response Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: toggle .. container:: header **☰ SHOW | HIDE** **URL:** ``https://api.flipkart.net/sellers/v3/shipments/{shipmentIds}/labels`` **Request Header Parameters** +-----------------+-------------+-------------------------------------------+ | Path Parameter | Requirement | Description | +=================+=============+===========================================+ | ``shipmentIds`` | Mandatory | Prints shipping label for ``shipmentIds`` | +-----------------+-------------+-------------------------------------------+ **Validations** :: shipmentIds: should be a valid shipment ids for this seller and the label. Maximum 100 shipmentIds per request. **Possible Error Response Codes** ================================ ========================= Error Codes Reason for Error ================================ ========================= ``DEPENDENT_SYSTEM_CALL_FAILED`` Error in getting forms for the shipment ``UNPROCESSABLE_ENTITY`` When more than 100 shipmentIds are passed. ================================ ========================= | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |