# How do I create a new order?

You can manually create pickup or delivery orders on behalf of customers from the Merchant Admin or the Register App on iPad.

***

## Merchant Admin (Web)

1. Go to **Sales > Online Orders** and select **Add Order**.
2. If you have multiple menus, select the menu to order from. You can switch menus at any point — items already in your cart will be removed if you do.

   ![](/files/hBIopWlc18qvgei6akLN)
3. Select **Add Order Details** to fill in:
   * **Customer** — search for an existing customer by name, phone number, or email, or add a new one.
   * **Order type** — toggle between **Pickup** and **Delivery**.
   * **Store** — select the fulfilling store. For delivery orders, the system highlights recommended stores based on the customer's address, earliest time slot availability, and lowest delivery cost.
   * **Date and time** — use the calendar to pick a date and select a time slot.
   * **Delivery address** — required for delivery orders. Select a saved address or add a new one. The billing address defaults to the delivery address; uncheck if they differ.
4. Select **Confirm** to save the order details. You can edit them at any point before checkout using the pencil icon.
5. Add items to the cart by selecting them. Simple items (no variants) add immediately; complex items (with variants or options) prompt you to make selections before adding.
6. Adjust quantities with **+** and **−**, or remove items using the trash icon.
7. Before checking out, you can optionally:

   * Add **customer remarks** or **kitchen remarks**
   * Override the **minimum order amount** or **delivery fee** (use Waive to set to zero, or Reset to restore the default)
   * Apply a **discount** — toggle between percentage (% of subtotal) or fixed dollar amount
   * Apply a **promotion** — enter a promo code or select from the list

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Some promotions are automatically removed if a connected item is removed from the cart. For example, removing a free item that was added by a "free item" promotion will remove that promotion too.</p></div>
8. Select **Checkout**, review the order summary, and select **Confirm Checkout**.

By default, the order is created as **Confirmed** and a confirmation email is sent to the customer.

***

## Register App — iPad

1. Tap the **+** button in the top-left corner to create a new order.

   ![IMG\_0278.PNG](/files/41PDu3AabAWIDa98eS2B)
2. If your account is assigned to multiple stores, select the store to prepare the order from. You can switch stores using the **Change** button — items in the cart will be removed if you do.
3. Tap **Change** next to the customer name to add a customer. Search for an existing one by name, phone number, or email, or tap **+** to create a new customer.
4. Tap **Change** next to the time slot to set the order type and schedule:
   * Toggle between **Pickup** and **Delivery**
   * Select a date from the calendar and a time slot from the list
5. For delivery orders, tap **Customer Address > Add Address** to enter the delivery address. The billing address defaults to the same — uncheck **Billing address is the same as delivery address** to set a different one. If the recipient differs from the customer, uncheck **Recipient information is the same as customer details**.
6. Add items from the menu. Use the search bar to find items by name or category.
7. Adjust quantities with **+** and **−**, or remove an item by tapping **x** when quantity is 1. Tap the quantity number directly to type an amount.
8. Optionally: add customer or kitchen remarks, override the minimum order amount, change the delivery fee, or apply a discount.
9. Tap **Checkout**, then confirm whether to send the customer an order summary email.

The order appears in the **Pending** tab once placed.


---

# 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://www.oddle.me/docs/help-center/orders-and-operations/how-do-i-create-a-new-order.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.
