getOrderPrintoutTemplates
Returns a list of all configured printout templates available for orders. The output includes technical identifiers used when executing a printout.
Input parameters
Output data:
A sample request in PHP:
Output data
The method returns the data in JSON format.
status | varchar(30) | SUCCESS - request executed correctly ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code |
printouts | array | A list of order printout templates. Each template contains the following fields: |
| - printout_id | int | Unique identifier of the printout template |
| - name | varchar | Name of the printout template |
| - file_format | varchar | Output format (e.g. PDF, HTML, XLS) |
| - language | varchar | Language of the template |
Sample
Input data:Output data:
A sample request in PHP: