xetisyssohov
  1. store
xetisyssohov
  • Start your Apidog journey
  • 1983 by Tom Cox on Ipad
  • pdf download Pathfinders Extraordinary Stories of People Like You on the Quest for Financial Independence-And How to Join Them by JL Collins
  • PDF DOWNLOAD Never Curse the Rain The Adventures of Wilder Good 9 by S. J. Dahlstrom on Iphone
  • PDF EPUB Download Tourism in Rural Protected Areas Trends and Opportunities in Southern Africa by Kaitano Dube Ikechukwu O. Ezeuduji Magdalena Petronella Swart Full Book
  • Pdf ePub Graph Algorithms the Fun Way Powerful Algorithms Decoded Not Oversimplified by Jeremy Kubica download ebook
  • Download PDF A Stepmothers Marchen Vol. 1 by Spicekitty ORKA
  • Read pdf Geiger Volume 3 by Geoff Johns Gary Frank Brad Anderson Paul Pelletier Andrew Hennessey
  • PDF DOWNLOAD Komi Cant Communicate Vol. 29 by Tomohito Oda on Iphone
  • Read online Clean Point A Novel by Meg Jones
  • DOWNLOADS The Book of Bill by Alex Hirsch
  • download pdf Advances in Topology Dynamical Systems and Interdisciplinary Applications by Bipan Hazarika Santanu Acharjee Dragan S. Djordjevic
  • Pdf ePub Fate of the Five Veil of Vasara by Niamh Rose download ebook
  • DOWNLOAD PDF EPUB The Black Girl Survives in This One Horror Stories by Desiree S. Evans Saraciea J. Fennell Tananarive Due
  • Read online Checkmate Vol. 2 by TAN
  • PDF The Partys Interests Come First The Life of Xi Zhongxun Father of Xi Jinping by Joseph Torigian
  • PDF EPUB Download Counting Like a State How Intergovernmental Partnerships Shaped the 2020 US Census by Philip Rocco Full Book
  • DOWNLOAD PDF EPUB I am Looking for My Children Through You by Latoya Harris
  • Dear Virginia Wait for Me A Novel by Marcia Butler on Iphone New Format
  • epub download The GovCon Winners Way How To Win Government Contracts Faster Than Trying to Go It Alone by Dr. Kizzy M. Parks Dr. Myron Golden
  • PDF Kindle Avatar El camino del agua. Diccionario visual Avatar The Way of Water The Visual Dictionary by DK
  • Pdf ePub A Readers Guide to Thomas Manns Doctor Faustus by Tobias Boes download ebook
  • epub download Pathfinder Kingmaker Adventure Path P2 by James Jacobs Rob McCreary Tim Hitchcock Ron Lundeen Steven T. Helt
  • Read pdf The Black Utopians Searching for Paradise and the Promised Land in America by Aaron Robertson
  • PDF EPUB Download The Royal Free A Novel by Carl Shuker Full Book
  • The Cambridge Economic History of China by Debin Ma Richard von Glahn on Ipad
  • pet
    • Find pet by ID
    • Finds Pets by status
    • Finds Pets by tags
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Returns pet inventories by status
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. store

Find purchase order by ID

GET
/store/order/{orderId}

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

Request

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/order/'
Response Response Example
200 - Example 1
{
    "id": 40238436,
    "petId": 69923630,
    "quantity": 87,
    "shipDate": "2024-12-09",
    "status": "approved",
    "complete": false
}
Modified at 2025-08-31 22:58:40
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with