# Manifests A manifest is a single-page document with a barcode that carriers can scan to accept all packages into transit without the need to scan each item individually. They are close-outs of shipping labels of a certain day. Some carriers require manifests to process the shipments. ## List all manifests - [GET /manifests](https://docs.goshippo.com/shippoapi/public-api/manifests/listmanifests.md): Returns a list of all manifest objects. ## Create a new manifest - [POST /manifests](https://docs.goshippo.com/shippoapi/public-api/manifests/createmanifest.md): Creates a new manifest object. ## Retrieve a manifest - [GET /manifests/{ManifestId}](https://docs.goshippo.com/shippoapi/public-api/manifests/getmanifest.md): Returns an existing manifest using an object ID.