temosifissih
  1. store
temosifissih
  • Start your Apidog journey
  • Online Read Ebook Grave Words A Deadly Deadlines Mystery by Gerri Lewis
  • Read pdf Wrath of the Triple Goddess Percy Jackson and the Olympians by Rick Riordan
  • DOWNLOAD PDF EPUB Wild Light Book 1 by Alex Aili Jade DeVries
  • DOWNLOADS Tidal Creatures by Seanan McGuire
  • DOWNLOADS How to Dodge a Cannonball A Novel by Dennard Dayle
  • Read Pdf Bits and Pieces My Mother My Brother and Me by Whoopi Goldberg
  • Pdf ePub Mr. Lemoncellos Fantabulous Finale by Chris Grabenstein download ebook
  • Cult of the Lamb Vol. 1 The First Verse by Alex Paknadel Troy Little Nick Filardi Crank on Ipad
  • Read Pdf Egeria Theological and Ecclesial Knowledge Between Eastern and Western Traditions by Anni Maria Laato
  • Pokémon Primers Type Box Set Collection Volume 4 Dark Ice Normal Types by Pikachu Press on Iphone New Format
  • PDF Kindle Aristotle and Dante Dive into the Waters of the World by Benjamin Alire Sáenz
  • Literature as Sound Studies by yasser elhariry Liesl Yamaguchi on Ipad
  • PDF Kindle Midnight Is Not in Everyones Reach by Antonio Lobo Antunes Elizabeth Lowe
  • pdf download Embers in the Dark by Stefanie Castro
  • pdf download Beach Reads and Deadly Deeds A Novel by Allison Brennan
  • PDF EPUB Download The Witch Roads by Kate Elliott Full Book
  • DOWNLOAD PDF EPUB Emotions in His Image Explore Gods Purpose for Your Emotions Cultivate Emotional Intelligence by Ekemini Ogunsola
  • Read pdf Happy Hour A Novel by Marlowe Granados
  • PDF EPUB Download Marine Specialized Secondary Metabolites and their Diverse Applications by Thilina Jayawardena PhD Asanka Sanjeewa PhD Full Book
  • Beyond Stoicism A Guide to the Good Life with Stoics Skeptics Epicureans and Other Ancient Philosophers by Massimo Pigliucci Gregory Lopez Meredith Alexander Kunz on Ipad
  • Read Pdf Overshoot How the World Surrendered to Climate Breakdown by Andreas Malm Wim Carton
  • Pdf ePub Kakuriyo Bed Breakfast for Spirits Vol. 10 by Waco Ioka Midori Yuma Laruha download ebook
  • download pdf Transformative Friendships 7 Questions to Deepen Any Relationship by Brad Hambrick
  • Read online Love in Tandem by Becca Kinzer
  • DOWNLOADS Un cuento perfecto A Perfect Short Story by Elisabet Benavent
  • PDF The Science of Last Things Essays on Deep Time and the Boundaries of the Self by Ellen Wayland-Smith
  • pdf download Damaged Goods by John Colbert
  • Read pdf Gods Path to Sanity Lessons from Ancient Holy Counselors on How to Have a Sound Mind by Dee Pennock
  • The Illumination by Asher D. Payne on Audiobook New
  • Download PDF The Nervous System Workbook Practical Exercises to Ease Anxiety Find Safety and Come Home to Yourself Using Polyvagal Theory by Deb Dana LCSW
  • 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-21 22:13:45
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with