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
Blog
Developer Portal
Shipment API
Copy Page
Getting Started
Migration to the New API
Publish App
Change Log
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
Shipping Routes
Routes List
GET
Route Details
GET
Create Route
POST
Update Route
PATCH
Default Route
PATCH
Delete Route
DELETE
Shipment API
Copy Page
Shipping Routes
Routes List
GET
/shipping/routes
This endpoint allows you to fetch all shipping routes configured for the store.Each route includes its type (e.g., normal, auto, branded, default), st...
Route Details
GET
/shipping/routes/{id}
This endpoint allows you to fetch detailed information about a specific shipping route, including type priority branded configuration assigned compan...
Create Route
POST
/shipping/routes
This endpoint allows you to create a new shipping route with configurable behavior, type, and conditions.You can define the route type (normal, auto, ...
Update Route
PATCH
/shipping/routes/{id}
This endpoint allows you to update the details of an existing shipping route by passing its id as a path parameter.You can change the route name, type...
Default Route
PATCH
/shipping/routes/default
This endpoint allows you to view or update the default shipping route.You can enable or disable the route, assign shipping companies, and set the sele...
Delete Route
DELETE
/shipping/routes/{id}
This endpoint allows you to update an existing shipping route by passing its id as a path paraneter.You can change the route’s name, type, status, pri...
Previous
Shipping Company Details
Next
Routes List