# Place an order for a pet **POST /store/order** Place a new order in the store ## Servers ## Parameters ### Body: (object) - **id** (integer(int64)) - **petId** (integer(int64)) - **quantity** (integer(int32)) - **shipDate** (string(date-time)) - **status** (string) Order Status - **complete** (boolean) ## Responses ### 200 successful operation #### Body: (object) - **id** (integer(int64)) - **petId** (integer(int64)) - **quantity** (integer(int32)) - **shipDate** (string(date-time)) - **status** (string) Order Status - **complete** (boolean) ### 405 Invalid input [Powered by Bump.sh](https://bump.sh)