cURL
curl --request GET \ --url https://api.novatrade24.com/v1/partners/{sellerId}/orders/{uuid}/finalization/export-file \ --header 'Authorization: Bearer <token>'
{ "status": "NOT_ELIGIBLE", "version": 123, "downloadUrl": "<string>", "generatedAt": "2023-11-07T05:31:56Z", "decision": "VALID_EXPORT", "supersededVersions": [ { "version": 123, "generatedAt": "2023-11-07T05:31:56Z", "archivedReason": "<string>" } ] }
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_ELIGIBLE
PENDING
GENERATING
READY
FAILED
VALID_EXPORT
VAT_APPLICABLE
Show child attributes