This section covers endpoints related to managing the store and orders.
GET /store/inventory to get pet inventories by status.POST /store/order to place a new order in the store.GET /store/order/{orderId} to find a purchase order by its ID.DELETE /store/order/{orderId} to delete a purchase order.This section covers endpoints related to managing the store and orders.
GET /store/inventory to get pet inventories by status.POST /store/order to place a new order in the store.GET /store/order/{orderId} to find a purchase order by its ID.DELETE /store/order/{orderId} to delete a purchase order.