# Sales

The Sales Section offers merchants the ability to manage the statuses of Orders, Coupons, Gift Cards and Customer Wallets.

#### Orders

This application manages all the orders that customers have placed on the e-commerce store. It allows the store to view and process orders, update order status and track shipments. It also helps in managing returns, cancellations and refunds.

#### Coupons

This application allows the e-commerce store to create and manage digital coupons for customers. Store owners can create coupons such as third-party merchant coupons for goods or services and/or coupons for their services and goods.

#### Gift Cards

This application allows customers to purchase and send gift cards to their friends and family. The e-commerce store can create different types of gift cards with varying values. Customers can redeem gift cards in the store to purchase products.

#### Wallets

This application allows customers to store and manage their digital wallet balance. Merchants can add funds to the customer's wallet using different payments using the Back Office. The e-commerce store can also offer incentives to customers by adding funds to their wallets after spending a pre-determined value.


---

# 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://support.storefront.co.za/features/sales.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.
