Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Order Fulfilment
  • Publish App
  • Change Log
  • Getting Started
  • Migration to the New API
  • Shipping Management
    • Create App
    • App Cycle
    • Setup App
    • Test App
  • Order Fulfilment
    • Create App
    • App Cycle
    • Setup App
    • Test App
  • Shipments
    • Create Shipment
      POST
    • List Shipments
      GET
    • Update Shipment Details
      PUT
    • Shipment Details
      GET
    • Cancel Shipments
      POST
    • Return Shipments
      POST
    • Shipment Tracking
      GET
  • Shipping Companies
    • List Shipping Companies
      GET
    • Shipping Company Details
      GET
  1. Order Fulfilment

Setup App

After successfully creating Orders Fulfilment App the developer needs to apply further detailing to the App to make it fit for functioning at Salla platform.

📙 What you’ll learn:#

In this article we’ll elaborate the process of setting up Orders Fulfilment Apps using the Salla Partners Portal.
How to setup a Salla App for Order Fulfilment.

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.
image
Set up the App using the basic standards for Salla public Apps.
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.
image
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.
image
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.
image
🎉
Congratulations! You have successfully set up an Orders Fulfilment App for Salla stores. Proceed to Test your App using Demo Stores.
Modified at 2025-03-06 07:31:57
Previous
App Cycle
Next
Test App