List Shipping Companies

GET https://api.salla.dev/admin/v2/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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","app_id":"\u003cstring\u003e","activation_type":"api","slug":"\u003cstring\u003e"},{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","app_id":"\u003cstring\u003e","activation_type":"api","slug":"\u003cstring\u003e"}]}