# Pickups

Schedule and cancel carrier pickups (courier shipments only).

## Schedule a pickup

 - [POST /pickups](https://docs.stallion.ca/openapi/pickups/paths/~1pickups/post.md): Books a carrier pickup for one or more courier shipments. The
shipments must already exist and have purchased labels. Pickup
availability depends on the carrier, postal code, and time of day.

## Cancel a pickup

 - [DELETE /pickups/{pickup_id}](https://docs.stallion.ca/openapi/pickups/paths/~1pickups~1%7Bpickup_id%7D/delete.md)

