# ShipPeek ## Docs - [Book a parcel shipment](https://docs.shippeek.com/api-reference/booking/book-a-parcel-shipment.md): Book a parcel shipment using a rate ID from a parcel rate request. Returns tracking numbers and labels. - [Book an LTL shipment](https://docs.shippeek.com/api-reference/booking/book-an-ltl-shipment.md): Book a shipment using a rate ID from a previous rate request. Returns a BOL, PRO number, and optionally schedules a pickup with the carrier. - [Cancel a booking](https://docs.shippeek.com/api-reference/booking/cancel-a-booking.md): Cancel a booking or pickup by booking ID or pickup number. - [Get LTL rates](https://docs.shippeek.com/api-reference/rates/get-ltl-rates.md): Get LTL shipping rates from all configured carriers. Returns a list of rates sorted by price. Each rate includes carrier details, transit time, and an itemized charge breakdown. - [Get parcel rates](https://docs.shippeek.com/api-reference/rates/get-parcel-rates.md): Get parcel shipping rates from UPS and FedEx. Returns service options with pricing and transit times. - [Stream LTL rates (SSE)](https://docs.shippeek.com/api-reference/rates/stream-ltl-rates-sse.md): Stream LTL rates via Server-Sent Events. Rates arrive as they are returned from each carrier, rather than waiting for all carriers to respond. The request body is the same as `POST /rates`. - [Get shipment details](https://docs.shippeek.com/api-reference/shipments/get-shipment-details.md): Retrieve full details for a specific shipment, including origin, destination, items, tracking, documents, and cost breakdown. - [Search shipments](https://docs.shippeek.com/api-reference/shipments/search-shipments.md): Search and filter shipments with pagination. Supports filtering by status, mode, carrier, dates, and free-text search. - [Track by PRO/tracking number](https://docs.shippeek.com/api-reference/tracking/track-by-protracking-number.md): Track a shipment using the carrier's PRO number or tracking number. Returns real-time tracking events from the carrier. - [Authentication](https://docs.shippeek.com/authentication.md): How to authenticate your ShipPeek API requests. - [Error handling](https://docs.shippeek.com/errors.md): How to handle errors from the ShipPeek API. - [Booking examples](https://docs.shippeek.com/examples/booking.md): Code examples for booking LTL and parcel shipments. - [Rate shopping examples](https://docs.shippeek.com/examples/rate-shopping.md): Code examples for getting LTL and parcel shipping rates. - [Tracking examples](https://docs.shippeek.com/examples/tracking.md): Code examples for tracking shipments by PRO number or tracking number. - [Carrier guide](https://docs.shippeek.com/guides/carriers.md): Carrier-specific details, supported features, and configuration notes. - [Webhooks](https://docs.shippeek.com/guides/webhooks.md): How ShipPeek uses webhooks for account provisioning and event notifications. - [WordPress / WooCommerce plugin](https://docs.shippeek.com/guides/wordpress.md): Install and configure the ShipPeek plugin for WooCommerce shipping rates. - [Introduction](https://docs.shippeek.com/introduction.md): ShipPeek is a multi-carrier shipping API for LTL and parcel rate shopping, booking, and tracking. - [Quickstart](https://docs.shippeek.com/quickstart.md): Make your first ShipPeek API request in under 5 minutes. - [Rate limiting](https://docs.shippeek.com/rate-limiting.md): Understand ShipPeek API rate limits and how to handle them. - [Accessorials](https://docs.shippeek.com/reference/accessorials.md): Accessorial charges available for LTL and parcel shipments. - [Carrier codes](https://docs.shippeek.com/reference/carrier-codes.md): SCAC codes for all carriers supported by ShipPeek. - [Freight classes](https://docs.shippeek.com/reference/freight-classes.md): Standard NMFC freight classes supported by ShipPeek. - [Location types](https://docs.shippeek.com/reference/location-types.md): Facility types for origin and destination locations. - [Packaging types](https://docs.shippeek.com/reference/packaging-types.md): Packaging options for LTL and parcel shipments. - [Payment terms](https://docs.shippeek.com/reference/payment-terms.md): Shipping payment term options in ShipPeek. ## OpenAPI Specs - [openapi](https://docs.shippeek.com/openapi.json)