# Magento

### Installation Process&#x20;

Go to magneto marketplace and search for sendbox shipping module and download it, follow the instructions and install it on your site.&#x20;

### Settings

To set up this module, login to your admin dashboard, navigate to stores then click on carriers you will see sendbox shipping as a shipping method. toggle down, copy the web-hook URL and go paste it on Sendbox this will create your app id and client secret copy these keys and come back to your admin dashboard and paste them in their respectively fields. fill in your remaining details and then click on connect the connect to Sendbox button this will authenticate you on the Sendbox platform.  This step is very important and shouldn't be missed as it is the only way to ensure your extension works properly.&#x20;

### Get shipping quotes&#x20;

You don't need to do anything special for this to work. the extension automatically sends an API request and displays shipping quotes in the front for the customers.

### Requesting Shipment&#x20;

This is done solely by you. Navigate to  order page, click on the order you will like to ship and scroll to ship with sendbox part on the dashboard. select a courier of your choice, and click on ship request shipment button. &#x20;


---

# 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/third-party-intergations/magento.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.
