Skip to main content

Find purchase order by ID

GET 

/store/order/:orderId

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

Request

Path Parameters

    orderId int64required

    Possible values: >= 1 and <= 5

    ID of pet that needs to be fetched

Responses

successful operation

Schema

    id int64
    petId int64
    quantity int32

    Possible values: >= 1

    Default value: 1

    shipDate date-time

    Estimated ship date

    status string

    Possible values: [placed, approved, delivered]

    Order Status

    complete boolean

    Indicates whenever order was completed or not

Loading...