Skip to content

Get order information

GET
/rest/v1/orders/info/{ordernumber}

Returns order information by order number

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

ordernumber*
Typestring
Required
Example"ORD123456"

Responses

Order information

application/json
JSON
{
"id": 0,
"orderNumber": "string",
"customerId": 0,
"status": "string",
"orderDate": "string",
"deliveryDate": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z