orderId.{{base_url}}/v1/external/shipments/{orderId}/label-url200 OK status and a JSON object containing the following fields:null. This field may be used in future implementations to provide the waybill number associated with the shipment.null. This field may indicate the format of the label, which is not defined at this time.null. This field may be used for any messages related to the request or label generation.orderId provided in the request is valid and corresponds to an existing shipment.curl --location --request GET '/v1/external/shipments//label-url' \
--header 'Authorization: {{auth_token}}'{
"waybill": null,
"format": null,
"message": null,
"label_url": "https://zippy-india-labels.s3.us-west-1.amazonaws.com/delhivery/zplbl-6901910800973.pdf"
}