> For the complete documentation index, see [llms.txt](https://docs.sendbox.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendbox.co/shipping.md).

# Shipping

- [Introduction](https://docs.sendbox.co/shipping/introduction.md): Sendbox Shipping API
- [Get Shipments](https://docs.sendbox.co/shipping/get-shipments.md): To get all shipments, you need to make a get request to the shipments' endpoint ensure to pass the required header parameters to get the appropriate response.
- [Get Shipment](https://docs.sendbox.co/shipping/get-shipment.md): To get a particular shipment, you need to make a call to the shipments endpoint and pass id as a path parameter to get the appropriate response.
- [Request Shipping Quotes](https://docs.sendbox.co/shipping/request-shipping-quotes.md): Getting shipment quotes requires you making a post request to the shipment delivery quote endpoint ensure to pass the required header parameters and body parameters to get the appropriate response.
- [Create New Shipment](https://docs.sendbox.co/shipping/create-new-shipment.md): Creating a new shipment requires you making a post request to the shipment endpoint ensure to pass the required header parameters and body parameters to get the appropriate response
- [Calculate Landed Cost](https://docs.sendbox.co/shipping/calculate-landed-cost.md)
- [Tracking Shipment](https://docs.sendbox.co/shipping/track-shipment.md): Tracking a shipment requires you make a post request to the tracking endpoint, passing the shipment tracking number in the body of your request.
- [Saved Addresses](https://docs.sendbox.co/shipping/saved-addresses.md): Sendbox gives you access to user's saved addresses so you can easily get addresses used before that are saved. Make a request to saved address endpoint and pass in right header parameters.
