Requesting available carriers

Available carriers have to be configured correctly before starting to work with them and belong to the master data of Carrier Connect. Only enabled carriers can be used for shipping further on.

The getAllCarriers request returns the carriers that are available for the given client.
The request for the API call looks very similar to the first part of other requests and needs parameter like 'clientSystemId', 'clientIdentCode', 'userName', and 'resultLanguageIsoCodes'.

A complete request can be shown in the example below:

<request>
   <clientSystemId>SOAPUI</clientSystemId>
   <clientIdentCode>ADMIN</clientIdentCode>
   <userName>ADMIN</userName>
   <resultLanguageIsoCodes>DE</resultLanguageIsoCodes>
</request>