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. Shipments
  • 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
  1. Shipments

List Shipments

Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
/shipments
Last modified:2025-06-17 12:32:58
You can list all shipments related to your store directly from this endpoint. Also, it allows you to filter them using by shipping company slug.
Scopes
shipping.read- Shipping Read Only

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Query Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.salla.dev/admin/v2/shipments?order_id=1743861419&courier_id=1723506348&courier_slug=smsa&status=delivered&shipment_type=shipment&payment_method=pre_paid&from_date=2024-11-29&to_date=2024-12-29&ship_to[country_id]=1473353380&ship_to[country_code]=SA&ship_to[city_id]=566146469&ship_from[country_id]=1473353380&ship_from[country_code]=SA&ship_from[city_id]=566146469&source=api&per_page=5'

Responses

🟢200Success
application/json
Body

Example
{
    "status": 200,
    "success": true,
    "data": [
        {
            "id": 362985662,
            "order_id": 560695738,
            "order_reference_id": 48927,
            "created_at": {
                "date": "2023-01-18 09:35:03.000000",
                "timezone_type": 3,
                "timezone": "Asia/Riyadh"
            },
            "type": "return",
            "courier_id": 814202285,
            "courier_name": "DHL",
            "courier_logo": "https://company.com/logo.png",
            "shipping_number": "0",
            "tracking_number": "0",
            "pickup_id": null,
            "trackable": true,
            "tracking_link": "https://www.company/tracking/tracking-express.html?submit=1&tracking-id=12345",
            "label": [],
            "payment_method": "cod",
            "source": "api",
            "status": "creating",
            "total": {
                "amount": 0,
                "currency": "SAR"
            },
            "cash_on_delivery": {
                "amount": "10.70",
                "currency": "SAR"
            },
            "meta": {
                "app_id": null,
                "policy_options": []
            },
            "ship_from": {
                "type": "address",
                "name": "Username",
                "email": "username@email.com",
                "phone": "055-555-555",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": "2345,السلام,95128, شارع عبدالله  سنابل السلام  مكة  السعوديه, RIYADH,السعودية",
                "street_number": "2345",
                "block": "السلام",
                "postal_code": "95128",
                "latitude": 21.382590509685,
                "longitude": 39.773191030685
            },
            "ship_to": {
                "type": "branch",
                "name": "Riyadh",
                "email": "",
                "phone": "0555555555",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": "7687 طريق الملك فهد الفرعي,الملك فهد,12262, 7687 طريق الملك فهد الفرعي، الملك فهد، الرياض 12262 3010، السعودية, الرياض,السعودية",
                "street_number": "7687 طريق الملك فهد الفرعي",
                "block": "الملك فهد",
                "postal_code": "12262",
                "latitude": 24.7431373,
                "longitude": 46.6570741,
                "branch_id": 1723506348
            },
            "packages": [],
            "billing_account": "salla"
        },
        {
            "id": 362985663,
            "order_id": 560695739,
            "order_reference_id": 48928,
            "created_at": {
                "date": "2023-01-16 23:37:59.000000",
                "timezone_type": 3,
                "timezone": "Asia/Riyadh"
            },
            "type": "return",
            "courier_id": 814202285,
            "courier_name": "DHL",
            "courier_logo": "https://company.com/logo.png",
            "shipping_number": "23424234354434",
            "tracking_number": "23424234354434",
            "pickup_id": null,
            "trackable": true,
            "tracking_link": "https://www.company/tracking/tracking-express.html?submit=1&tracking-id=12345",
            "label": [],
            "payment_method": "cod",
            "source": "api",
            "status": "creating",
            "total": {
                "amount": 100,
                "currency": "SAR"
            },
            "cash_on_delivery": {
                "amount": "10.70",
                "currency": "SAR"
            },
            "meta": {
                "app_id": null,
                "policy_options": []
            },
            "ship_from": {
                "type": "branch",
                "name": "Riyadh",
                "email": "",
                "phone": "0555555555",
                "country": "السعودية",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": "7687 طريق الملك فهد الفرعي,الملك فهد,12262, 7687 طريق الملك فهد الفرعي، الملك فهد، الرياض 12262 3010، السعودية, RIYADH,السعودية",
                "street_number": "7687 طريق الملك فهد الفرعي",
                "block": "الملك فهد",
                "postal_code": "12262",
                "latitude": 24.7431373,
                "longitude": 46.6570741,
                "branch_id": 1723506348
            },
            "ship_to": {
                "type": "address",
                "name": "Username",
                "email": "username@email.com",
                "phone": "055-555-555",
                "country": "السعودية",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": " شارع 2345، الحي السلام 95128،, شارع عبدالله  سنابل السلام  مكة  السعوديه,, الرياض, السعودية",
                "street_number": "2345",
                "block": "السلام",
                "postal_code": "95128",
                "latitude": 21.382590509685,
                "longitude": 39.773191030685
            },
            "packages": [
                {
                    "name": "منتج تجريبي",
                    "sku": "6ytrrhrhr",
                    "price": {
                        "amount": "50.00",
                        "currency": "SAR"
                    },
                    "quantity": 2,
                    "weight": {
                        "value": "1.00",
                        "unit": "kg"
                    }
                }
            ],
            "billing_account": "salla"
        },
        {
            "id": 362985660,
            "order_id": 560695732,
            "order_reference_id": 48922,
            "created_at": {
                "date": "2023-01-16 23:26:15.000000",
                "timezone_type": 3,
                "timezone": "Asia/Riyadh"
            },
            "type": "shipment",
            "courier_id": 814202285,
            "courier_name": "DHL",
            "courier_logo": "https://company.com/logo.png",
            "shipping_number": "0",
            "tracking_number": "0",
            "pickup_id": null,
            "trackable": true,
            "tracking_link": "https://www.company/tracking/tracking-express.html?submit=1&tracking-id=12345",
            "label": [],
            "payment_method": "cod",
            "source": "api",
            "status": "creating",
            "total": {
                "amount": 100,
                "currency": "SAR"
            },
            "cash_on_delivery": {
                "amount": "10.70",
                "currency": "SAR"
            },
            "meta": {
                "app_id": null,
                "policy_options": {
                    "boxes": 2
                }
            },
            "ship_from": {
                "type": "branch",
                "name": "Riyadh",
                "email": "",
                "phone": "0555555555",
                "country": "السعودية",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": "7687 طريق الملك فهد الفرعي,الملك فهد,12262, 7687 طريق الملك فهد الفرعي، الملك فهد، الرياض 12262 3010، السعودية, RIYADH,السعودية",
                "street_number": "7687 طريق الملك فهد الفرعي",
                "block": "الملك فهد",
                "postal_code": "12262",
                "latitude": 24.7431373,
                "longitude": 46.6570741,
                "branch_id": 1723506348
            },
            "ship_to": {
                "type": "address",
                "name": "Username",
                "email": "username@email.com",
                "phone": "055-555-555",
                "country": "السعودية",
                "country_id": 1939592358,
                "country_code": "KW",
                "city": "ABBASIYA",
                "city_id": 1313869267,
                "address_line": " شارع 2345، الحي السلام 95128،, شارع عبدالله  سنابل السلام  مكة  السعوديه,, الرياض, السعودية",
                "street_number": "2345",
                "block": "السلام",
                "postal_code": "95128",
                "latitude": 21.382590509685,
                "longitude": 39.773191030685
            },
            "packages": [
                {
                    "name": "منتج تجريبي",
                    "sku": "6ytrrhrhr",
                    "price": {
                        "amount": "50.00",
                        "currency": "SAR"
                    },
                    "quantity": 2,
                    "weight": {
                        "value": "1.00",
                        "unit": "kg"
                    }
                }
            ],
            "billing_account": "salla"
        }
    ],
    "pagination": {
        "count": 3,
        "total": 32,
        "perPage": 3,
        "currentPage": 1,
        "totalPages": 11,
        "links": {
            "next": "https://company.com/shipments?page=2"
        }
    }
}
🟠422Error Validation
Modified at 2025-06-17 12:32:58
Previous
Create Shipment
Next
Update Shipment Details