Function delivery/exportTypes (http://<DOMAIN>/api/delivery/exportTypes/)

Parameters:

Response:

Query example to http://<DOMAIN>/api/delivery/exportTypes/

{
    "token": "24a75d0678c49a34030e35baeb376ff3"
}

Response example

{
    "status": "OK",
    "response": {
        "deliveryTypes": [
            {
                "id": 1,
                "title": {
                    "en": "Downloadable content",
                    "ro": "Conținut descărcabil"
                }
            },
            {
                "id": 2,
                "title": {
                    "en": "Entering an address",
                    "ro": "Introducerea adresei"
                }
            },
            {
                "id": 3,
                "title": {
                    "en": "Entering an address in one row",
                    "ro": "Introducerea unei adrese într-un rând"
                }
            },
            {
                "id": 4,
                "title": {
                    "en": "Local pickup",
                    "ro": "Ridicare personală"
                }
            },
            {
                "id": 5,
                "title": {
                    "en": "Novapost",
                    "ro": "Novapost"
                }
            }
        ]
    }
}