Invoice Jobs
Was this helpful?
Was this helpful?
Returns the job status and details about the processed orders.
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$
Unique identifier of an invoice job.
Endpoint for creating a job that triggers invoice creation. There are two types of jobs: manual and automatic.
Manual - takes orderIds from which the invoices should be created. The orderIds come from the request payload.
Automatic - performs a query to find orders that are ready for invoice generation based on configured parameters. The query parameters are defined in configuration service.
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$
A list of order IDs for which the invoices should be created.
A job type determines if the orders are searched automatically based on parameters configured in configuration service or are manually provided in orderIds array.