rule_id
as a path parameter.shipping.read
- Shipping Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/shipping/rules/'
{
"status": 200,
"success": true,
"data": {
"title": "CPSAVIP",
"status": "active",
"shipping_companies_ids": [
322729604
],
"restrictions": [
{
"type": "cart-price",
"condition": "==",
"value": 100
},
{
"type": "category",
"condition": "!=",
"value": "Dress"
},
{
"type": "customer-group",
"condition": ">",
"value": "VIP"
}
]
}
}