# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendbox.co/shipping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
