Skip to main content
GET
Error

Path Parameters

orderId
integer<int64>
required

ID of order that needs to be fetched

Response

successful operation

id
integer<int64>
Example:

10

petId
integer<int64>
Example:

198772

quantity
integer<int32>
Example:

7

shipDate
string<date-time>
status
enum<string>

Order Status

Available options:
placed,
approved,
delivered
Example:

"approved"

complete
boolean