uvirapoficink
  1. store
uvirapoficink
  • Start your Apidog journey
  • Read online Train Japan The Essential Rail Guide to Japan by Steve Wide Michelle Mackintosh
  • epub download Principles of Neural Science Sixth Edition by Thomas M. Jessell Steven A. Siegelbaum Eric R. Kandel
  • Song for Someone The Musical Life of Kenny Wheeler by Brian Shaw Nick Smart on Iphone New Format
  • Pens Down Swords Up Throw Your Studies to the Wind Volume 2 by Mao Nishiura Maro Emily Nelson on Ipad
  • PDF EPUB Download Stop Lying to Yourself 101 Hard Truths to Help You Change Your Life by Simon Gilham Full Book
  • Download Pdf Umma A Korean Moms Kitchen Wisdom and 100 Family Recipes by Sarah Ahn Nam Soon Ahn Americas Test Kitchen
  • The Darkness Outside Us by Eliot Schrefer on Iphone New Format
  • epub download Introduction to Marine Dynamics by Armin W. Troesch
  • Download PDF Ordinary Love A Novel by Marie Rutkoski
  • download pdf Why Belize by Rodney Nelsestuen
  • Read online The Elephants Birthday Ready-to-Read Level 2 by Cynthia Rylant Janna Mattia
  • Download Pdf AI Engineering Building Applications with Foundation Models by Chip Huyen
  • PDF EPUB Download Living Fearless Guided Journal Exchanging the Lies of the World for the Liberating Truth of God by Jamie Winship Full Book
  • epub download Mini Coloring Cuteness A Pusheen Coloring Activity Book by Claire Belton
  • DOWNLOAD PDF EPUB Wild Edible Plants of Arkansas by
  • PDF Kindle The Disclosure by Mel Taylor
  • Solid Waste Management in Canada Approaches Practices and Experiences by Anderson Assuah Kelvin Tsun Wai Ng on Audiobook New
  • PDF Kindle Spider-Man No Way Home The Art of the Movie by Jess Harrold
  • PDF 50 Italian Coffee Breaks Short activities to improve your Italian one cup at a time by Coffee Break Languages
  • epub download The Last Dangerous Visions by Harlan Ellison J. Michael Straczynski Max Brooks James S. A. Corey Richard Peck
  • epub download Stranger Things El vuelo de Ícaro Stranger Things Icaruss Flight by Caitlin Schneiderhan
  • Download PDF The Monocle Travel Guide to London Updated Version by Monocle
  • PDF Download The Complete Illustrated Kama Sutra by Lance Dane Vatsyayana
  • Poverty in Latin America Feelings Perceptions vs Material Conditions by Verónica Amarante Maira Colacce Federico Scalese on Ipad
  • Read Pdf Stiff News by Catherine Aird
  • PDF DOWNLOAD El derecho a las cosas bellas Vindicación de la vida holgada by Juan Evaristo Valls Boix on Iphone
  • pdf download After God Vol. 3 by Sumi Eno
  • Online Read Ebook Be Aware of That Nursing Home How We Got Here.and What to Know by Richard Danford
  • Pdf ePub Management of Moderate or Severe Traumatic Brain Injury by Saeed Kayhanian Erta Beqiri Ari Ercole Adel Helmy download ebook
  • The Bodybuilders Meal Prep Cookbook 64 Make-Ahead Recipes and 8 Macro-Friendly Meal Plans by Erin Stern on Iphone New Format
  • 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-19 22:09:55
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with