# Approving Orders

{% hint style="info" %}
**Manual order fulfillment**&#x20;

Orders will only need to be approved if:

* the order fulfillment settings are set to manual
* the order is pending payment
* the order is high risk
  {% endhint %}

### Approving Amazon orders for fulfillment

Amazon fullfilled orders will remain "unfulfilled" and will require a manual approval before sending to Amazon for fulfillment.\
\
On the order's page, click the "Request fulfillment" button. You'll be directed to another page to confirm the order details. Click the "Send fulfillment request" button to send the order to Amazon for fulfillment.

That's it, the app will do the rest!

<figure><img src="/files/chQ1MNgMGYbhmeqW72PW" alt=""><figcaption><p>An Amazon MCF order requiring manual approval before sending to Amazon</p></figcaption></figure>

<figure><img src="/files/AgfyXd5EwIXBbCyJyqqg" alt=""><figcaption><p>Confirm the order details and click the "Send fulfillment request" button to fulfill order</p></figcaption></figure>

Once you have submitted the fulfilment request, you can track the fulfillment progress on the order's page.&#x20;

<figure><img src="/files/VbIGMYn4GcTipfbyrnXz" alt=""><figcaption><p>An Amazon MCF order has been accepted by Amazon and fulfillment is in progress</p></figcaption></figure>


---

# 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://help.tinygoliath.io/apps/amazon-fulfillment-for-shopify/orders/approving-orders.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.
