#DuckHunter-cli
1 messages · Page 1 of 1 (latest)
Hello! Give me a minute and I'd be happy to help
No, there's no way to use the CLI to just return a list of IDs. The CLI is basically just making API requests and returning the results. If you just want the IDs that's something you'd need to do by making the requests yourself and just pulling out the IDs from the response
Alright. Second question: Do you know if there is a way to see pending invoice items on the dashboard? My issue is I had an error with invoice create. Some of my end users attempted to create invoices. The invoice list item worked, however, the API call to make the invoice failed. I fixed that issue but now there are many customers with multiple invoice items on their account. Once the invoice gets created, they have more items than needed. Any thoughts on a solution here?
You can see the pending Invoice Items on the Dashboard on the Customer Overview page - you should see a section on the customer called "Pending invoice items"
Awesome! Final question: Is there any way to filter on the dashboard and show only customers with pending invoice items?
No, there isn't a way to do that - the best way would be write code to list all the invoice items and pull the list of affected customers from there