> ## Documentation Index
> Fetch the complete documentation index at: https://help.ship.uniuni.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About

> Integrate directly with the UniUni Platform API for custom shipping workflows

## Overview

The UniUni Platform REST API lets you build custom shipping workflows on top of our carrier network. You can create and manage shipments, group them into batches, download labels, track deliveries, and receive real-time status updates via webhooks — all programmatically.

## What you can do

<CardGroup cols={2}>
  <Card title="Shipments" icon="box">
    Create, retrieve, list, purchase, refund, and delete shipments. The full shipment lifecycle is available through the API.
  </Card>

  <Card title="Batches" icon="layer-group">
    Group shipments into batches for bulk label printing and organized dispatch. Create, manage, and delete batches programmatically.
  </Card>

  <Card title="Labels" icon="tag">
    Retrieve shipping labels as PDFs for any purchased shipment, ready for printing.
  </Card>

  <Card title="Tracking" icon="location-dot">
    Query real-time tracking status for any shipment by tracking number.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Subscribe to shipment status events and receive push notifications to your server as packages move through the network.
  </Card>
</CardGroup>

## API Guides

<CardGroup cols={2}>
  <Card title="API Guides" icon="book-open-cover" href="/en/api/introduction">
    Environments, authentication, response format, and error codes.
  </Card>

  <Card title="Contact Support" icon="envelope" href="mailto:retailsupport@uniuni.com">
    Reach out to request API access or get integration help.
  </Card>
</CardGroup>
