⚙️Examples

Request:

curl --location --request GET 'https://api.alephcrm.com/v2/orders/ZZZZ/shipping/transportation? API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&accountID=NNNN \
--header 'Content-Type: application/json' \
--header 'Cookie: xxx' \

Response

[
    {
        "OrderId": 3915859,
        "ExternalOrderId": "",
        "Transport": {
            "Mode": {
                "Id": 2,
                "Name": "Terrestrial"
            },
            "Container": 5
        }
    }
]

Last updated