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

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0