shipping.read
- Shipping ReadAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/shipping/routes?name=Branded Route' \
--header 'Authorization: Bearer <token>'
{
"status": 200,
"success": true,
"data": [
{
"id": 2087831307,
"name": "Branded Route",
"type": "branded",
"status": true,
"priority": 1,
"strategy": "default",
"combinable": true
},
{
"id": 580171786,
"name": "Selected Route",
"type": "default",
"status": true,
"priority": 2,
"strategy": "ratio",
"combinable": false
},
{
"id": 298476048,
"name": "Auto assign route",
"type": "auto",
"status": true,
"priority": 3,
"strategy": "quota",
"combinable": false
}
],
"pagination": {
"count": 3,
"total": 3,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": {}
}
}