- Welcome 👋
- Get Started
- Create Your First App
- Authorization
- Webhooks
- Conditional Webhooks
- Security Considerations
- Multi-Language Support
- Responses
- Pagination
- Rate Limiting
- Versioning
- Change Log
- Support
- APIs
- Orders
- Order Status
- Order Histories
- Order Tags
- Order Invoice
- Order Reservations
- Order Items
- Products
- Product Options
- Product Quantity
- Product Variants
- Product Tags
- Product Images
- Product Option Values
- Abandoned Carts
- Customer Groups
- Customers
- Digitals Product
- Categories
- Exports
- Shipments
- Shipping Companies
- Shipping Zones
- Shipping Rules
- Countries
- Product Option Templates
- Taxes
- Coupons
- Affiliates
- Order Assignment
- Special Offers
- Transactions
- Payments
- Settlements
- Settings
- Merchant
- Brands
- Branches
- Currencies
- SEO
- Cities
- DNS Records
- Languages
- Employees
- Advertisements
- Webhooks
- Custom URLs
- Loyalty Points
- Webhooks - Store Events
Create Shipment
Production
Production
POST
https://api.salla.dev/admin/v2/shipments
Shipments
Last modified:2025-04-27 07:43:47
Scopes
shipping.read_write
- Shipping Read & WriteRequest
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Body Params application/json
shipment_id
integer | null
optional
courier_id
integer
required
Example:
1723506348
external_company_name
string
optional
overwrite_exists_pending
boolean
optional
Example:
true
shipment_type
enum<string>
required
Allowed values:
returnshipment
Example:
shipment
policy_options
object
optional
boxes
integer
optional
Example:
2
payment_method
enum<string>
required
Allowed values:
codpre_paid
Example:
cod
cash_on_delivery
object
optional
payment_method
is cod
amount
number
required
0
and 9999
Example:
200
currency
string
required
Example:
SAR
ship_to
object
required
name
string
required
Example:
username
email
string
required
Example:
username@gmailcom
phone
string
required
>= 10 characters
Example:
0512345678
country_id
number
required
city_id
number
required
address_line
string
required
Example:
Tahlia Street
street_number
string
required
Example:
120
block
string
required
Example:
Block AB
postal_code
string
required
Example:
1000
geo_coordinates
object
required
ship_from
object
required
type
string
required
Example:
address
branch_id
integer
optional
Example:
194309
name
string
optional
Example:
Username
email
string
optional
Example:
username@gmail.com
phone
string
optional
>= 10 characters
Example:
0512345678
country
array[string]
optional
country_code
string
write-onlyoptional
country_id
is not setExample:
SA
country_id
number
optional
country_code
is not setcity
array[string]
optional
city_id
number
optional
address_line
string
optional
Example:
Mecca Street
street_number
string
optional
block
string
optional
postal_code
string
optional
geo_coordinates
object
optional
packages
array [object {5}]
required
name
string
optional
Example:
Package 1
sku
string
optional
Example:
SKU-123-456
price
object
optional
quantity
integer
optional
Example:
2
weight
object
optional
Example
{
"courier_id": 1927161457,
"order_id": 54534523,
"external_company_name": "Salla Express",
"overwrite_exists_pending": true,
"shipment_type": "shipment",
"policy_options": {
"boxes": 1
},
"payment_method": "pre_paid",
"cash_on_delivery": {
"amount": 10.7,
"currency": "SAR"
},
"ship_to": {
"name": "Mohammed Khalid",
"email": "test@gmail.com",
"phone": "966501636784",
"country_id": 1473353380,
"city_id": 1473353380,
"postal_code": "95128",
"street_number": "2345",
"block": "السلام",
"address_line": "شارع عبدالله سنابل السلام مكة السعوديه",
"geo_coordinates": {
"lat": 21.3825905096851,
"lng": 39.77319103068542
}
},
"ship_from": {
"type": "branch",
"branch_id": 1987977866,
"name": "الفرع الرئيسي",
"email": "",
"phone": "966501636784",
"country": [
"السعودية"
],
"country_id": 1473353380,
"country_code": "SA",
"city": [
"Mecca"
],
"city_id": 1939592358,
"address_line": "Mecca,السعودية",
"street_number": "1234",
"block": "block",
"postal_code": "1234",
"geo_coordinates": {
"latitude": [
21.3825905096851
],
"longitude": [
39.77319103068542
]
}
},
"packages": [
{
"item_id": 2077288690,
"external_id": null,
"name": " منتج تجريبي",
"sku": "52743-145",
"quantity": 1,
"price": {
"amount": 25.5,
"currency": "SAR"
},
"weight": {
"value": 5,
"units": "kg"
}
}
]
}
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 --request POST 'https://api.salla.dev/admin/v2/shipments' \
--header 'Content-Type: application/json' \
--data-raw '{
"courier_id": 1927161457,
"order_id": 54534523,
"external_company_name": "Salla Express",
"overwrite_exists_pending": true,
"shipment_type": "shipment",
"policy_options": {
"boxes": 1
},
"payment_method": "pre_paid",
"cash_on_delivery": {
"amount": 10.7,
"currency": "SAR"
},
"ship_to": {
"name": "Mohammed Khalid",
"email": "test@gmail.com",
"phone": "966501636784",
"country_id": 1473353380,
"city_id": 1473353380,
"postal_code": "95128",
"street_number": "2345",
"block": "السلام",
"address_line": "شارع عبدالله سنابل السلام مكة السعوديه",
"geo_coordinates": {
"lat": 21.3825905096851,
"lng": 39.77319103068542
}
},
"ship_from": {
"type": "branch",
"branch_id": 1987977866,
"name": "الفرع الرئيسي",
"email": "",
"phone": "966501636784",
"country": ["السعودية"],
"country_id": 1473353380,
"country_code": "SA",
"city": ["Mecca"],
"city_id": 1939592358,
"address_line": "Mecca,السعودية",
"street_number": "1234",
"block": "block",
"postal_code": "1234",
"geo_coordinates":{
"latitude": [21.3825905096851],
"longitude": [39.77319103068542]
}
},
"packages": [
{
"item_id": 2077288690,
"external_id": null,
"name": " منتج تجريبي",
"sku": "52743-145",
"quantity": 1,
"price": {
"amount": 25.5,
"currency": "SAR"
},
"weight": {
"value": 5,
"units": "kg"
}
}
]
}'
Responses
🟢200Success
application/json
Body
status
number
optional
success
boolean
optional
data
object (Shipment)
optional
id
number
required
Example:
987654321
order_id
number
required
Example:
123456789
order_reference_id
number | null
required
created_at
object
required
type
enum<string>
required
Allowed values:
returnshipment
Example:
shipment
courier_id
integer
required
Example:
1723506348
courier_name
string
required
Example:
Semsa
courier_logo
string
required
Example:
https://semsa.com/assets/logo.png
external_company_name
string
optional
shipping_number
string
required
Example:
192837465
tracking_number
string
required
Example:
918273645
pickup_id
number
required
trackable
boolean
required
Example:
true
tracking_link
string
required
Example:
https://semsa.com/tracking/order_url.com
label
object
required
payment_method
enum<string>
required
Allowed values:
codpre_paid
Example:
cod
source
string
required
Example:
dashboard
status
enum<string>
required
Allowed values:
creatingcreatedpendingdeliveredreturnedin_progresscancelleddelivering
Example:
in_progress
total
object
required
cash_on_delivery
object
required
is_international
boolean
required
Example:
true
total_weight
object
required
packages
array [object {8}]
required
ship_from
object
required
ship_to
object
required
meta
object
required
billing_account
enum<string>
required
Allowed values:
sallamerchant
Example
{
"status": 200,
"success": true,
"data": {
"id": 362985662,
"order_id": 560695738,
"order_reference_id": 48927,
"created_at": {
"date": "2023-01-12 14:19:08.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"type": "shipment",
"courier_id": 814202285,
"courier_name": "DHL",
"courier_logo": "https://company.com/logo.png",
"external_company_name": "Salla Express",
"shipping_number": "0",
"tracking_number": "0",
"pickup_id": 576756,
"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"
},
"packages": [
{
"item_id": 2077288690,
"external_id": 123212,
"name": "منتج تجريبي",
"sku": "6ytrrhrhr",
"price": {
"amount": "50.00",
"currency": "SAR"
},
"quantity": 2,
"weight": {
"value": "1.00",
"unit": "kg"
},
"options": []
}
],
"ship_from": {
"type": "branch",
"name": "Riyadh",
"email": "",
"phone": "0555555555",
"country": "السعودية",
"city": "RIYADH",
"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": "السعودية",
"city": "الرياض",
"address_line": " شارع 2345، الحي السلام 95128،, شارع عبدالله سنابل السلام مكة السعوديه,, الرياض, السعودية",
"street_number": "2345",
"block": "السلام",
"postal_code": "95128",
"latitude": 21.382590509685,
"longitude": 39.773191030685
},
"meta": {
"app_id": 12345643,
"policy_options": {
"types": "",
"boxes": "1"
}
},
"billing_account": "salla"
}
}
🟠422Error Validation
Modified at 2025-04-27 07:43:47