# Labels

Purchase, bulk-purchase, and combine labels.

## Create a label from shipment details

 - [POST /labels](https://docs.stallion.ca/openapi/labels/paths/~1labels/post.md): Creates a shipment and purchases its label in a single call. The
request body matches ShipmentCreate; the response includes the
label URL and the purchased rate.

## Create a label for an existing shipment

 - [POST /labels/{shipment_id}](https://docs.stallion.ca/openapi/labels/paths/~1labels~1%7Bshipment_id%7D/post.md)

