Download OpenAPI specification:Download
The Emporix Invoice Service can be used for invoices generation based on provided order IDs.
Key Features:
Key Benefits:
Endpoint for creating a job that triggers invoice creation. There are two types of jobs: manual and automatic.
Invoices job created. The job ID is returned.
Bad Request
Forbidden
Internal Server Error
{- "orderIds": [
- "sampleOrderId1",
- "sampleOrderId2"
], - "jobType": "MANUAL"
}
{- "jobId": "sampleJobId"
}
Returns the job status and details about the processed orders.
Returned when job exists
Forbidden
Returned when a job doesn't exist.
Internal Server Error
{- "status": "IN_PROGRESS"
}