# Fulfilment

### Fulfillment, Shipping, and Delivery times <a href="#fulfillment-shipping-and-delivery-times" id="fulfillment-shipping-and-delivery-times"></a>

The **Fulfillment, Shipping, and Delivery times** report the time taken for orders to move through the entire fulfillment process. The chart in this report plots the number of orders that completed the selected stage against each hourly or daily completion period, and shows the median (or typical) amount of time orders took to complete the selected stage.

| **Term**            | **Definition**                                                                                                                                                                                                                                                              |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Time to Fulfill** | The number of orders marked as fulfilled during the given timespan, for each hourly or daily completion period. It's calculated from when the order was received to when it was fulfilled. E.g. 20 orders took less than one hour to be fulfilled after they were received. |
| **Time to ship**    | The number of orders marked as shipped during the given timespan, for each hourly or daily completion period, calculated from when the order was shipped to when it was delivered. E.g. 10 orders took between 1 and 2 hours to be delivered after they were shipped.       |
| **Time to deliver** | The number of orders marked as delivered during the given timespan, for each hourly or daily completion period, calculated from when the order was received to when it was delivered. E.g. 15 orders took between 2 and 3 days to be delivered after they were received.    |

### Fulfillment over time <a href="#fulfillment-over-time" id="fulfillment-over-time"></a>

The **Fulfillment over time** report displays the total number of orders that were either fulfilled, shipped, or delivered over the selected time period.

| Term                 | Definition                                                                |
| -------------------- | ------------------------------------------------------------------------- |
| **Fulfilled orders** | The number of orders fulfilled during the selected time period.           |
| **Shipped orders**   | The number of orders that were shipped during the selected time period.   |
| **Delivered orders** | The number of orders that were delivered during the selected time period. |


---

# 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.reportpundit.com/knowledge-base/report-creation/report-types/fulfilment.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.
