| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Required Parameters

- **shipiumShipmentId**: string (required)
- **carrierSelectionId**: string (required)
- **shipiumLabelId**: string (required)
- **packageReferenceIdentifier**: string

### Response Codes

- ``200``: ZPL formatted label previously generated for the shipment.
- ``404``: Unable to find Carrier Label

---

#### Example Curl Request

```bash
curl --request GET \
     --url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipiumShipmentId/carrierSelection/carrierSelectionId/label/shipiumLabelId/zpl \
     --header 'accept: application/octet-stream'
```

### API Response

- application/octet-stream
- ``200``
- ``404``

---
