ghygedazussi
  1. store
ghygedazussi
  • Start your Apidog journey
  • DOWNLOADS Women Living Deliciously by Florence Given
  • PDF EPUB Download Tangled Tales by Charlotte E English Full Book
  • The Last Hours Complete Paperback Collection Boxed Set Chain of Gold Chain of Iron Chain of Thorns by Cassandra Clare on Iphone New Format
  • Read Pdf Batman Resurrection by John Jackson Miller
  • PDF Why Belize by Rodney Nelsestuen
  • The Boardwalk People by Shirley Waters on Ipad
  • Download PDF Stay in the Light the chilling sequel to THE WATCHERS now adapted into a major motion picture by A.M. Shine
  • pdf download The Menopause Brain New Science Empowers Women to Navigate the Pivotal Transition with Knowledge and Confidence by Lisa Mosconi Phd
  • Read online Harry Potter Books 1-3 Boxed Set MinaLima Editions by J. K. Rowling MinaLima Design
  • DOWNLOAD PDF EPUB The Knights of Tayrealm Coloring Book by Alef Vernon
  • El Club de las Canguro 8 Logan x Mary Anne by Gale Galligan Ana Belén Fletes Valera on Ipad
  • pdf download The Bumbleberry Hollows Coloring Book Color Your Way Through Sweet Treats and Kawaii Characters by Faith Varvara
  • epub download The Next Chapter A Novel by Camille Kellogg
  • Download PDF Hive by Garin K Hovannisian
  • Contribution of Colloidal Materials to Air Water and Soil Environmental Sustainability From Basic Concepts to Advanced Applications by Izabel C Riegel-Vidotti Lizandra Mar
  • PDF EPUB Download Lorne The Man Who Invented Saturday Night Live by Susan Morrison Full Book
  • pdf download Psychology in India Stories of Eminence by Braj Bhushan
  • Download Pdf All the Blues in the Sky by Renée Watson
  • PDF DOWNLOAD Thank You for Calling the Lesbian Line by Elizabeth Lovatt on Iphone
  • download pdf The Names A Read with Jenna Pick by Florence Knapp
  • DOWNLOAD PDF EPUB Psychic Phenomena of Jamaica by Joseph J. Williams
  • Download Pdf Sympathy for Wild Girls Stories by Demree McGhee
  • PDF Kindle Where is Lufengosaurus by Mao Xiao
  • Read Pdf Remote Team Interactions Workbook Using Team Topologies Patterns for Remote Working by Matthew Skelton Manuel Pais
  • PDF Download I Spy Love by Dan Marzollo Walter Wick Dave Marzollo
  • 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 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
}

Request

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Modified at 2025-08-20 23:03:55
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with