Skip to content
Justin Docs Test
Search
Ctrl
K
Auto
Light
Dark
Get started
Guides
API Reference
Get started
typescript
http
typescript
Guides
API Reference
API Reference
Overview
Pets
Overview
Create
Delete
Find By Status
Find By Tags
Retrieve
Update
Update By ID
Upload Image
Store
Overview
List Inventory
Orders
Overview
Create
Delete
Retrieve
Users
Overview
Create
Create With List
Delete
Login
Logout
Retrieve
Update
Auto
Light
Dark
Shared
API Reference
Shared
Models
Expand
Collapse
Order
{
id
,
complete
,
petId
,
3 more
}
id
?
:
number
complete
?
:
boolean
petId
?
:
number
quantity
?
:
number
shipDate
?
:
string
status
?
:
"placed"
|
"approved"
|
"delivered"
Order Status
Accepts one of the following:
"placed"
"approved"
"delivered"