cURL
curl --request GET \ --url https://api.novatrade24.com/v1/partners/{sellerId}/orders/{uuid}/transport \ --header 'Authorization: Bearer <token>'
{ "status": "NOT_STARTED", "pickupConfirmed": true, "pickupDate": "2023-12-25", "deliveryConfirmed": true, "deliveryDate": "2023-12-25", "cmrUploaded": true, "dailyViesChecksActive": true, "vins": [ { "vin": "<string>", "pickupConfirmed": true, "deliveryConfirmed": true } ] }
OAuth 2.0 client_credentials grant via Keycloak service account. Clients are provisioned per IntegrationOrganization in the nt24-idp realm.
IntegrationOrganization
nt24-idp
UUID of the seller trade partner (must be in caller's authorized list).
OK
NOT_STARTED
PICKUP_CONFIRMED
IN_PROGRESS
DELIVERED
PARTIAL
Show child attributes