wossatarynac
  1. store
wossatarynac
  • Start your Apidog journey
  • PDF Kindle Biblia - Libro para colorear con pegatinas Bible-Coloring and Sticker Book by Monsgo
  • PDF Lost Girls and Love Hotels A Novel by Catherine Hanrahan
  • PDF Download Encounters Experiences with Nonhuman Intelligences by D. W. Pasulka
  • Escaping Peril A Graphic Novel Wings of Fire Graphic Novel 8 by Tui T. Sutherland Mike Holmes on Audiobook New
  • PDF DOWNLOAD Firefly in a Box An Anthology of Soviet Kid Lit by Anna Krushelnitskaya Dmitri Manin on Iphone
  • DOWNLOADS Building the Case How Lawyers are Leading on Sustainability Insights and Inspiration from Leading Lawyers Across North America by Andrew McLaughlin Conor Chell
  • DOWNLOADS My Trancestors Lived Here Re-Membering Trans Art Education and Activism by Ac Panella
  • Download Pdf Asphalt Core Embankment Dams by Kaare Høeg Weibiao Wang
  • Online Read Ebook The Art of Gouache An Inspiring and Practical Guide to Painting with This Exciting Medium by Jeremy Ford
  • Moths A Complete Guide to Biology and Behavior by David Lees Alberto Zilli on Ipad
  • Online Read Ebook The Cowboys English Lady by Lauri Robinson
  • PDF EPUB Download Economic Alliance Economic Split Technology Transfers Trade and Models of Industrialization between China and Soviet Eastern Europe in the Early Cold War
  • Read online Throne of Light by Guy Haley
  • Astrology. the Library of Esoterica by Andrea Richards Susan Miller Jessica Hundley Thunderwing on Iphone New Format
  • Pdf ePub Metallic Nanostructures by Francisco Javier Gonzalez download ebook
  • Download Pdf The Firework-Makers Daughter Clockwork or All Wound Up Two Tales by Philip Pullman Peter Bailey
  • download pdf Race and the Question of Palestine by Lana Tatour Ronit Lentin
  • PDF Kindle The Others by Sheena Kalayil
  • PDF DOWNLOAD Solution Focused Practice and Mental Health Crisis Inclusive Support Towards Safety and Hope by Nick Perry on Iphone
  • PDF EPUB Download EMPOWERED Ordinary People Extraordinary Products by Marty Cagan Chris Jones Full Book
  • PDF EPUB Download Kalte Spur in Shady Hollow Ein Waldtier-Krimi So flauschig kann eine Mordgeschichte sein. FAZ by Juneau Black Barbara Ostrop Full Book
  • Read online Effective Serious Games Development A Step-by-Step Guide for Beginners by Philipp Busch
  • DOWNLOADS Dating to Die For by Adam Gaffen
  • PDF DOWNLOAD Becoming a Ballerina The Story of Michaela Mabinty DePrince by Laura Obuobi Olivia Duchess on Iphone
  • epub download Bamboo Kingdom 5 The Lightning Path by Erin Hunter
  • 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-09-01 00:24:05
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with