List Shipping Companies
GET {{baseUrl}}/shipping/companies
This endpoint allows you to list all active shipping companies for your store.
manual : which means that the shipping company is from the merchant side (not available to be linked from salla dashboard)
api : which means it has been linked through salla
##### OAuth Scopes
shippings.read
shippings.read_write
RESPONSES
status: OK
{"status":200,"success":true,"data":[{"id":1779459004,"name":"شركة نورين","activation_type":"manual"},{"id":1693611140,"name":"دي اتش ال","activation_type":"api"},{"id":920163205,"name":"سمسا","activation_type":"api"},{"id":10859142,"name":"إسناد","activation_type":"api"},{"id":1384305031,"name":"ديجي باكس","activation_type":"api"},{"id":745533568,"name":"كويك","activation_type":"api"},{"id":2117345153,"name":"تراك","activation_type":"api"},{"id":2010872972,"name":"بيز","activation_type":"api"},{"id":1101110157,"name":"اى مكان","activation_type":"api"},{"id":1526343306,"name":"ارامكس","activation_type":"api"},{"id":885474699,"name":"فتشر","activation_type":"api"},{"id":858217708,"name":"رود للنقل المبرد","activation_type":"api"},{"id":1982584825,"name":"زاجل","activation_type":"api"},{"id":1699385799,"name":"mlcGO","activation_type":"api"}]}