List Shipping Companies

GET {{baseUrl}}/shipping/companies/

This endpoint allows you to list all active shipping companies associated with the store.

:::note If the "activation_type" is set to:

  • 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. ::: shipping.read- Shipping Read Only

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":"manual","slug":"\u003cstring\u003e"}],"pagination":{"count":"\u003cnumber\u003e","total":"\u003cnumber\u003e","perPage":"\u003cnumber\u003e","currentPage":"\u003cnumber\u003e","totalPages":"\u003cnumber\u003e","links":{"next":"\u003cstring\u003e","previous":"\u003cstring\u003e"}}}