paveknoniqyss
  1. store
paveknoniqyss
  • Start your Apidog journey
  • PDF Kindle From Decision Theory to Game Theory Reasoning about the Decisions of Others by Andrés Perea
  • Phoney Baloney by Oshri Hakak on Audiobook New
  • The Last Drop Solving the worlds water crisis by Tim Smedley on Iphone New Format
  • PDF DOWNLOAD The End of Summer by Kj Micciche on Iphone
  • Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fredric Matteson on
  • Read pdf Hysteria by Jessica Gross
  • PDF Download Battle of the Bookstores by Ali Brady
  • Download Pdf Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • White Bird A Wonder Story A Graphic Novel by on Iphone New Format
  • PDF The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • Read pdf Feminism against Progress by Mary Harrington
  • DOWNLOAD PDF EPUB Fullgás Poesia reunida by Antonio Cicero Bloco Gráfico Noemi Jaffe
  • Talent How to Identify Energizers Creatives and Winners Around the World by Tyler Cowen Daniel Gross on Audiobook New
  • The Girl in the Woods by Gregg Olsen on Ipad
  • Microsoft 365 Office All-in-One For Dummies by Paul McFedries Peter Weverka on Iphone New Format
  • Download PDF En el amor y en la guerra La catedral del mar 3 by Ildefonso Falcones
  • Read pdf Torn by Carian Cole
  • PDF E-Z Dickens Superhrdina Kniha Tretia Červenï½ Izba by Cathy McGough
  • DOWNLOADS Space Vault The Seed Eclipse by Jeremy P Clift
  • download pdf Technopreneurship and Sustainability Innovation Challenges and Opportunities by Rajender Kumar Rahul Sindhwani Raman Kumar Punj Lata Singh J. Paulo Davim
  • Download Pdf Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • epub download Tomb of Sand A Novel by Geetanjali Shree Daisy Rockwell
  • PDF EPUB Download Alice in Borderland Vol. 1 by Haro Aso Full Book
  • Anubis - Ancient Egypts Lord of Death and Protection by Charlie Larson Jason Miller on Audiobook New
  • PDF Who Better Than You The Art of Healthy Arrogance Dreaming Big by Will Packer
  • 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-29 23:27:55
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with