GET
/store/inventoryGet pet inventory by status
Returns a map of pet statuses to their inventory counts. This endpoint provides a summary of how many pets are available, pending, or sold in the store. No parameters are required.
200Returns an object where each key is a pet status and each value is the count of pets with that status.
defaultUnexpected error