Content in this article:
1 Addresses
Transsmart has the functionality to maintain addresses. There are 2 types of addresses which can be maintained.
- Addresses for receivers
- Addresses for dispatching (senders)
2 Address book in MyTranssmart
In MyTranssmart there is an addressbook functionality which is split into 2 pages depending on the type. See chapters 3 and 4.
A dispatch address is the address you use to send goods, so the Sender address. These are for example different warehouses that you are sending from.
The receiving addresses are the addresses to which you are shipping. These can be automatically saved per account.
The addressbook functionality can be called at /v2/addresses.
The following parameters can be in the call:
Parameter | Description |
account | Account code for the account of which you want to retrieve the addresses |
id | Identifier of the address to be retrieved (optional; if this is not specified you will receive all the addresses) |
city | Optional to limit the retrieval of the addresses to a particular city |
street | Optional to limit the retrieval of the addresses to a particular street |
zipcode | Optional to limit the retrieval of the addresses to a particular zipcode |
country | Optional to limit the retrieval of the addresses to a particular country |
addresstype | Optional to limit the retrieval of the addresses to a particular addresstype (SEND, RECV, INVC) |
The type in the response indicates the address type. There are 2 types:
- RECV: receiver address
- SEND: Sender/dispatch address
Of course, the addresses can be managed. Creating an address is a POST to /v2/addresses.
Updating is a PUT and deleting is a DELETE. Retrieving the addresses is done with a GET.
3 Dispatch addresses
Dispatch addresses are maintained in the address book. A dispatch address is indicated by the type SEND. In the MyTranssmart dashboard they can be found in menu Manage account > Locations & Cost Centers.
4 Receiver addresses
Receiver addresses are maintained in the address book. A Receiver address is indicated by the type RECV. In the MyTranssmart dashboard they can be found in menu Manage account > Address Book.