> ## Documentation Index
> Fetch the complete documentation index at: https://www.spacebring.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders

> Track and process customers' shop orders, manage order statuses, cancel orders and manage refunds

Administrators track and manage all shop orders on the **Service** > **Shop** page > **Orders** panel. Orders are sorted from newest to oldest, and each one has a unique number within the location (e.g., #30).

Open [an order a customer placed](/docs/member/shop) to see the ordered products and their options and quantity, the buyer, the payment method they chose, and the order's status.

<Frame>
  <img src="https://mintcdn.com/spacebring/r9waMHGBw1JyAC6i/images/service-shop-orders-1.png?fit=max&auto=format&n=r9waMHGBw1JyAC6i&q=85&s=d723466f26d93c26adc5cf0a934a7a85" alt="" width="1614" height="825" data-path="images/service-shop-orders-1.png" />
</Frame>

<Tip>
  [Configure the notifications](/docs/account/notifications) to be instantly notified about new shop orders.
</Tip>

## Manage orders

An order's status shows how far along its processing is:

* **New** — created but not processed yet. All new orders receive this status by default.
* **In progress** — currently being processed.
* **Completed** — successfully processed.
* **Canceled** — canceled by the customer or an administrator, or the customer couldn't proceed because payment failed.

Only administrators can change an order's status. Click the **Status** icon next to the order — or open the order and use the **Status** field — and choose the new status. The customer receives [a push notification](/docs/member/account/notifications) when their order status changes.

<Frame>
  <img src="https://mintcdn.com/spacebring/r9waMHGBw1JyAC6i/images/service-shop-orders-2.png?fit=max&auto=format&n=r9waMHGBw1JyAC6i&q=85&s=535732dbcb9f309c2d1b789532295a57" alt="" width="1614" height="462" data-path="images/service-shop-orders-2.png" />
</Frame>

### Cancel an order and issue a refund

To cancel an order — for example, if the product is out of stock or there is an issue with it — set its status to **Canceled**. You'll be asked to confirm whether the customer is eligible for a refund; canceling does not refund automatically. If you confirm, the refund is issued automatically. [Understand refunds](/docs/billing/payments/refunds)

<Warning>
  A canceled order can't be moved back to another status.
</Warning>

<Frame>
  <img src="https://mintcdn.com/spacebring/r9waMHGBw1JyAC6i/images/service-shop-orders-4.png?fit=max&auto=format&n=r9waMHGBw1JyAC6i&q=85&s=416e8d6d8c0fff6228e86b251b128c75" alt="" width="1058" height="869" data-path="images/service-shop-orders-4.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/spacebring/r9waMHGBw1JyAC6i/images/service-shop-orders-5.png?fit=max&auto=format&n=r9waMHGBw1JyAC6i&q=85&s=c1abf1a5a460f2ca6429d6403dc27661" alt="" width="1047" height="869" data-path="images/service-shop-orders-5.png" />
</Frame>

## Track orders

On the **Orders** panel, click **Add filter** and pick a property:

* Filter by **Status** to see **New**, **In progress**, **Completed**, or **Canceled** orders.
* Filter by **Category** to see orders from a specific shop category.
* Filter by **Product** to see orders that include a specific product.
* Filter by **User** to see all orders of a specific customer.
* Filter by **Create date** to see orders created in a ready-made period, such as **Today** or **Last 28 days**, or click **Custom** to set an exact date or range.

<Frame>
  <img src="https://mintcdn.com/spacebring/r9waMHGBw1JyAC6i/images/service-shop-orders-3.png?fit=max&auto=format&n=r9waMHGBw1JyAC6i&q=85&s=9799f206ae8bfd6fc8b9da79e234bbc0" alt="" width="1614" height="460" data-path="images/service-shop-orders-3.png" />
</Frame>

### Export an orders report

On the **Orders** panel, apply the necessary filters, then click **(...)** in the top right corner > **Export orders as CSV** or **Export orders as XLSX** to download a report on the filtered orders.

The report includes each order's number, create date, and ordered products, its status, payment method, payment amount and currency, and payment status, and the buyer's contact details.

## FAQs

<Accordion title="What do the Pending and Disputed labels on an order mean?">
  **Pending** means the payment hasn't gone through yet. The order is canceled automatically if the payment isn't completed within 15 minutes.

  **Disputed** means the buyer's bank opened a dispute over the payment.
</Accordion>
