DHL Get ReceiverId by Country
Retrieves DHL receiver/location data by country using account credentials. Returns a list of available receiver locations.
What it does
- Authenticates with DHL using the account number, username and password.
- Fetches location/receiver data filtered by country.
- Returns the location data as a list.
Inputs
| Name | Type | Description |
|---|---|---|
| Account Number | String | DHL account number (Key from Account Manager portal) |
| Username | String | DHL username |
| Password | String | DHL password |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether location data was retrieved |
| locationData | List | List of location/receiver entries |