Pulling your numbers usually means loading the WooCommerce analytics screen, waiting for it to render, then clicking between the sales tab and the products tab to line up what sold against what came in. This is one prompt that reads all of it and hands you the summary in chat, so you can ask the same question every morning without the clicking.
Give me a sales readout for the store. Read only, just the numbers. Pull thesales summary for [last month]: total sales, number of orders, net sales, andaverage order value. Then show me the best sellers for [that same period] byquantity sold, top [10]. Finish with the order count broken down by status soI can see how much is still sitting in processing or on-hold versus completed.Keep it tight, I want to skim it in under a minute.Why this is safe to run
Every ability here is a read. The sales summary, the top-sellers list, and the order-count breakdown are three separate read abilities, none of which can touch an order, a price, or a product. If the WooCommerce integration is off, or you left these particular reads switched off, the abilities are not registered and the prompt simply has nothing to call. Nothing lands in the store either way.
Already connected? You do not have to paste this at all. Ask your agent for the “sales and top-sellers report” recipe, or just ask it for last month’s numbers, and it runs the same reads against your own store.