# Automatic and manual order status updates

Shipping status may vary on the order depending on the shipping mode selected for the product.\
For modes that support automatic tracking and tracking numbers are monitored, the shipping status will be updated by the marketplace, while for other shipping modes, you’ll be responsible for sending a tracking number and update the orders status.

The user can request to change the status of an order only when that order does not is set to a shipping method that updates the statuses automatically, for example, those orders that have the "Shipping.Method" property set to the "*MarketplaceShipping*" value.

&#x20;The following table summarizes the markets and logistics types to understand which orders automatically change status and which orders do not.

| Country         | Marketplace                                     | Marketplace                                                               | Orders status changes                                       |
| --------------- | ----------------------------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------------- |
| ALL             | <p>Mercado Libre /<br>Mercado Livre<br><br></p> | Agreement                                                                 | <p>Manual.</p><p>User should change status.</p>             |
|                 |                                                 | Pickup                                                                    | <p>Manual.</p><p>User should change status.</p>             |
|                 |                                                 | <p>ME2</p><p>Mercado Envios 2</p><p>(drop\_off)</p><p>(xd\_drop\_off)</p> | <p>Automatic.</p><p>The marketplace changes the status.</p> |
|                 |                                                 | <p>ME1</p><p>Mercado Envios 1</p>                                         | <p>Manual.</p><p>User should change status.</p>             |
|                 |                                                 | <p>Flex</p><p>(self\_service)</p>                                         | <p>Manual.</p><p>User should change status.</p>             |
| <p></p><p> </p> |                                                 | <p>Collection</p><p>(cross\_docking)</p>                                  | <p>Automatic.</p><p>The marketplace changes the status.</p> |
|                 |                                                 | Fulfillment                                                               | <p>Automatic.</p><p>The marketplace changes the status.</p> |
|                 |                                                 | <p>Custom</p><p>(Postal, Courier)</p>                                     | <p>Manual.</p><p>User should change status.</p>             |
| Brazil          | B2W                                             | All                                                                       | <p>Automatic.</p><p>The marketplace changes the status.</p> |
| Brazil          | E-COMM                                          | All                                                                       | <p>Manual.</p><p>User should change status.</p>             |
| LATAM           | Garbarino                                       | All                                                                       | <p>Automatic.</p><p>The marketplace changes the status.</p> |
| LATAM           | Pedidos YA!                                     | All                                                                       | <p>Automatic.</p><p>The marketplace changes the status.</p> |
| LATAM           | Rappi                                           | All                                                                       | <p>Automatic.</p><p>The marketplace changes the status</p>  |
| ALL             | Amazon                                          | Courier                                                                   | <p>Automatic.</p><p>The marketplace changes the status</p>  |
|                 |                                                 | Fulfillment                                                               | <p>Automatic.</p><p>The marketplace changes the status</p>  |


---

# 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://developers.alephee.com/v2/glossary/glo1-4/glo1-2.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.
