aov-cart-drawer-help-center
🤖 MCP
Recipes
Is the drawer earning?

Is the drawer earning?

"Yes" is not a useful answer. The useful one names which feature earned it.

Ask: "How did the cart drawer do last month, and which feature drove it?"

Step 1 — Set the range explicitly

Call get_analytics with start and end as YYYY-MM-DD. Omit both for the last 30 days.

Dates are read in the store's own timezone, and the range that was actually used comes back in dateRange — check it against what you asked for.

Step 2 — Read the per-feature breakdown, not the total

attributedRevenue is the headline. revenueByFeature is the answer:

FieldThe feature
rewardsBarFree-shipping / reward progress bar
upsellProductsIn-drawer product recommendations
giftWrapGift wrap add-on
shippingProtectionShipping protection add-on

A feature contributing zero is worth acting on in one of two ways: it is switched off, or it is on and nobody takes it. get_drawer_settings tells you which — and those two situations call for opposite decisions.

Step 3 — Look at what actually sold

topUpsellProducts lists the products that sold through the drawer. If upsellProducts revenue is low, this is where you see whether it is because one product carries everything, or because nothing lands.

Step 4 — Put the numbers in context

  • aov — average order value on drawer orders
  • totalOrders — orders in the range
  • abandonedCartRate — the share that did not convert
  • currency — the store's own; do not assume a symbol

What you finish holding

Revenue for a range you can name, split by feature, with the products behind the upsell figure and the currency it is all denominated in.

Product
Install AppWebsiteAvada Apps
Resources
DocumentationFAQPrivacy Policy
Company
Avada GroupContact
© 2026 Avada Group. All rights reserved.