Get User Orders
get_user_ordersFetch all orders for a user by providing their user ID. Get a complete list of orders associated with that user.
Instructions
Fetch all orders for a single user, such as usr_001.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID, such as usr_001. |