Place an order for a pet.
place_orderPlace a new order in the store by providing pet ID, quantity, ship date, and status. Submit the details to create a purchase order.
Instructions
Place a new order in the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| petId | No | ||
| status | No | Order Status | |
| complete | No | ||
| quantity | No | ||
| shipDate | No |