# Setup App

After successfully [creating](https://docs.salla.dev/doc-423001?nav=01HNA8MH78MVX1S0DRXDHE3A1K) Orders Fulfilment App the developer needs to apply further detailing to the App to make it fit for functioning at [Salla platform](https://apps.salla.sa). 

## 📙 What you’ll learn:
In this article we’ll elaborate the process of setting up Orders Fulfilment Apps using the [Salla Partners Portal](https://salla.partners).

- [How to setup a Salla App for Order Fulfilment](#setup-orders-management-app).

### Setup Orders Fulfilment App
Open the App details page by clicking on *My Apps* menu item on the left side of the main page in the [Partners Portal](https://salla.partners/apps). 
<!--
focus: false
-->
![image](https://cdn.salla.network/docs/shipping_orders_api/shipping-03.png)
Set up the App using the basic [standards for Salla public Apps](https://salla.dev/blog/create-your-first-app-on-salla-developer-portal/). 
Additionally, you will be required to set up the **Scopes** and **Store Events** for the Orders Fulfilment App.

On the App details page, scroll down to the Scope and set it to include the following:
- Basic Info
- Orders
- Webhooks
- Shipping
As shown below.
<!--
focus: false
-->
![image](https://cdn.salla.network/docs/shipping_orders_api/order-03-1.png?m)


These are the minimum requirements for Orders Fulfilment App, and the developer may add additional based on the App needs . After selecting the scopes, click on *Update the Scopes* to save the changes made

Next, set up the **Store Events** in the Webhooks/Notification section. Scroll down from the Scopes towards the Webhooks/Notifications section and click on *Add Events* in the Store Events.
<!--
focus: false
-->
![image](https://cdn.salla.network/docs/shipping_orders_api/order-05.png?v)

This will display the list of Store Events, enable:
- **Order Created** store event in **Orders** category, and 
- **Shiment Created** store event in **Shipping** category. Then click *Save*.

<!--
focus: false
-->
![image](https://cdn.salla.network/docs/shipping_orders_api/order-06.png?v)

:::highlight green 🎉
**Congratulations!** You have successfully set up an Orders Fulfilment App for Salla stores. Proceed to [Test](https://docs.salla.dev/doc-423003?nav=01HNA8MH78MVX1S0DRXDHE3A1K) your App using [Demo Stores](https://salla.dev/blog/how-to-test-your-app-using-salla-demo-stores/).





