Skip to main content

Find purchase order by ID

For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions

Path Parameters

orderId

int64

REQUIRED

Possible values: 1 ≤ value ≤ 5

ID of pet that needs to be fetched

Responses

200

successful operation

Schema

OPTIONAL

id

int64

OPTIONAL

Order ID

petId

int64

OPTIONAL

Pet ID

quantity

int32

OPTIONAL

Possible values: 1 ≤ value

shipDate

date-time

OPTIONAL

Estimated ship date

status

string

OPTIONAL

Possible values: [placed, approved, delivered]

Order Status

complete

boolean

OPTIONAL

Indicates whenever order was completed or not

requestId

string

OPTIONAL

Unique Request Id

400

Invalid ID supplied

404

Order not found