Profit Analyzer
A product can sell well and still lose money. Per-unit fee math (see amz-fba-calculator)
tells you if a single unit is profitable. This skill goes wider: it analyzes real
profitability per ASIN and across the catalog, including the costs that only show up
at the account level, and finds where the money actually goes.
When to use this
- Sales are strong but the bank balance is not growing.
- A seller wants to know which products carry the business and which drain it.
- Profit came in far below the per-unit math's promise.
- Deciding which SKUs to scale, fix, or cut.
The framework. The Profit Waterfall
True profit is revenue minus seven layers. The per-unit calculators stop at layer 3.
the money usually leaks in layers 4 to 7.
Gross revenue
minus Amazon selling fees (referral, fulfillment)
minus Cost of goods (landed: factory + freight + duty)
minus Storage (monthly + long-term storage fees)
minus Advertising (the real ad spend attributed to the SKU)
minus Returns and refunds (refunded amount + lost units + return processing)
minus Promotions (coupons, deals, deal fees, discounts)
minus Hidden and overhead (removal fees, reimbursements net, chargebacks, software, VA)
= True net profit
Run the waterfall per ASIN. The pattern across the catalog tells the story: a few
SKUs usually carry the business, several are break-even, and one or two quietly lose
money while looking busy.
The leak finder
For each SKU, compute each layer as a percent of that SKU's revenue. The layer that
is abnormally large versus the rest of the catalog is the leak:
- Advertising far above the catalog norm. an ad-dependent SKU, the listing or
conversion is weak.
- Returns far above the norm. a product, sizing, or expectation problem.
- Storage far above the norm. overstock or a slow mover, possibly facing long-term
storage fees.
- Promotions far above the norm. discounting that has become a permanent crutch.
Step by step
Collect inputs. Per ASIN where possible: units sold, revenue, Amazon fees,
landed cost, ad spend, returns, storage, promotion costs, and any account-level
overhead to allocate.
Run the waterfall per ASIN. Produce true net profit and true net margin for
each, not just for the catalog total.
Rank the catalog. Sort SKUs by true net profit. Identify the carriers, the
break-even SKUs, and any loss-makers.
Run the leak finder on each SKU. Name the abnormal layer.
Recommend per SKU. Scale the carriers, fix the named leak on the break-even
SKUs, and decide cut or fix on the loss-makers.
Surface the hidden layer. Account-level costs sellers forget. removal fees,
long-term storage, reimbursement gaps, software, labor. Allocate and show them.
Run the quality check, then deliver.
Output format
## Profit Analysis. [catalog or ASIN]
### Per-ASIN waterfall
[ASIN] . revenue . fees . COGS . storage . ads . returns . promo . overhead . NET . margin%
...
### Catalog ranking
Carriers: [SKUs and their net]
Break-even: [SKUs]
Loss-makers: [SKUs]
### Leaks
[SKU] . abnormal layer . [the leak and the fix]
...
### Recommendations
Scale: ... Fix: ... Cut or rework: ...
Worked example
A 6-SKU catalog looks healthy on revenue. The waterfall shows SKU C, the best seller
by units, runs ad spend at 31 percent of its revenue while the catalog norm is 14.
Its true net margin is 2 percent. SKU C is not a winner, it is a treadmill. the
listing converts poorly and only ad spend keeps it moving.
Recommendation: do not scale SKU C. Fix the conversion leak first (listing and
images). Two other SKUs are the real carriers and deserve the ad budget that SKU C
is burning.
Quality check
- The full seven-layer waterfall is run, including ads, returns, promo, and overhead.
- Profit is computed per ASIN, not only as a catalog total.
- Each SKU's layers are compared as a percent of revenue to find the abnormal one.
- Loss-making SKUs are identified explicitly, even if they sell well by units.
- Account-level hidden costs are allocated and shown, not ignored.
- Each SKU gets a scale, fix, or cut recommendation.
Common mistakes
- Stopping at per-unit fees. The per-unit math says a SKU is fine while ads,
returns, and promos make it a loss.
- Catalog-total thinking. A healthy total can hide a SKU bleeding money.
- Confusing units with profit. The best seller by volume can be the worst by
margin.
- Ignoring overhead. Removal fees, long-term storage, software, and labor are
real and rarely allocated.
- Scaling a treadmill. Pouring budget into a SKU that only moves because of ad
spend.
Built by Jay GPT Pro
Part of Amazon Pro Skills. Production-grade skills for serious Amazon sellers.
Free and open. Built by Jay Margaliot.
I share a new AI play for Amazon sellers every week, free, in my WhatsApp group.
Join here: https://chat.whatsapp.com/ILX65p1yWcaIG3c9WGHpTY
1---2name: amz-profit-analyzer3description: Analyze true Amazon profitability per ASIN and across a portfolio. Goes beyond per-unit fees to include advertising, returns, storage, promotions, and hidden fees, and finds where the real money is made and lost. Use when a user asks about profitability, true net profit, which products make money, why profit is lower than expected, portfolio profit analysis, or hidden fees eating margin. Trigger phrases: "profit analysis", "true profit", "net margin", "which products are profitable", "where is my money going", "hidden fees". Works with zero tools. the user pastes revenue, fee, and cost figures.4---56# Profit Analyzer78A product can sell well and still lose money. Per-unit fee math (see amz-fba-calculator)9tells you if a single unit is profitable. This skill goes wider: it analyzes real10profitability per ASIN and across the catalog, including the costs that only show up11at the account level, and finds where the money actually goes.1213## When to use this1415- Sales are strong but the bank balance is not growing.16- A seller wants to know which products carry the business and which drain it.17- Profit came in far below the per-unit math's promise.18- Deciding which SKUs to scale, fix, or cut.1920## The framework. The Profit Waterfall2122True profit is revenue minus seven layers. The per-unit calculators stop at layer 3.23the money usually leaks in layers 4 to 7.2425```26Gross revenue27 minus Amazon selling fees (referral, fulfillment)28 minus Cost of goods (landed: factory + freight + duty)29 minus Storage (monthly + long-term storage fees)30 minus Advertising (the real ad spend attributed to the SKU)31 minus Returns and refunds (refunded amount + lost units + return processing)32 minus Promotions (coupons, deals, deal fees, discounts)33 minus Hidden and overhead (removal fees, reimbursements net, chargebacks, software, VA)34 = True net profit35```3637Run the waterfall per ASIN. The pattern across the catalog tells the story: a few38SKUs usually carry the business, several are break-even, and one or two quietly lose39money while looking busy.4041## The leak finder4243For each SKU, compute each layer as a percent of that SKU's revenue. The layer that44is abnormally large versus the rest of the catalog is the leak:4546- Advertising far above the catalog norm. an ad-dependent SKU, the listing or47 conversion is weak.48- Returns far above the norm. a product, sizing, or expectation problem.49- Storage far above the norm. overstock or a slow mover, possibly facing long-term50 storage fees.51- Promotions far above the norm. discounting that has become a permanent crutch.5253## Step by step54551. **Collect inputs.** Per ASIN where possible: units sold, revenue, Amazon fees,56 landed cost, ad spend, returns, storage, promotion costs, and any account-level57 overhead to allocate.58592. **Run the waterfall per ASIN.** Produce true net profit and true net margin for60 each, not just for the catalog total.61623. **Rank the catalog.** Sort SKUs by true net profit. Identify the carriers, the63 break-even SKUs, and any loss-makers.64654. **Run the leak finder** on each SKU. Name the abnormal layer.66675. **Recommend per SKU.** Scale the carriers, fix the named leak on the break-even68 SKUs, and decide cut or fix on the loss-makers.69706. **Surface the hidden layer.** Account-level costs sellers forget. removal fees,71 long-term storage, reimbursement gaps, software, labor. Allocate and show them.72737. **Run the quality check**, then deliver.7475## Output format7677```78## Profit Analysis. [catalog or ASIN]7980### Per-ASIN waterfall81[ASIN] . revenue . fees . COGS . storage . ads . returns . promo . overhead . NET . margin%82...8384### Catalog ranking85Carriers: [SKUs and their net]86Break-even: [SKUs]87Loss-makers: [SKUs]8889### Leaks90[SKU] . abnormal layer . [the leak and the fix]91...9293### Recommendations94Scale: ... Fix: ... Cut or rework: ...95```9697## Worked example9899A 6-SKU catalog looks healthy on revenue. The waterfall shows SKU C, the best seller100by units, runs ad spend at 31 percent of its revenue while the catalog norm is 14.101Its true net margin is 2 percent. SKU C is not a winner, it is a treadmill. the102listing converts poorly and only ad spend keeps it moving.103104Recommendation: do not scale SKU C. Fix the conversion leak first (listing and105images). Two other SKUs are the real carriers and deserve the ad budget that SKU C106is burning.107108## Quality check109110- The full seven-layer waterfall is run, including ads, returns, promo, and overhead.111- Profit is computed per ASIN, not only as a catalog total.112- Each SKU's layers are compared as a percent of revenue to find the abnormal one.113- Loss-making SKUs are identified explicitly, even if they sell well by units.114- Account-level hidden costs are allocated and shown, not ignored.115- Each SKU gets a scale, fix, or cut recommendation.116117## Common mistakes118119- **Stopping at per-unit fees.** The per-unit math says a SKU is fine while ads,120 returns, and promos make it a loss.121- **Catalog-total thinking.** A healthy total can hide a SKU bleeding money.122- **Confusing units with profit.** The best seller by volume can be the worst by123 margin.124- **Ignoring overhead.** Removal fees, long-term storage, software, and labor are125 real and rarely allocated.126- **Scaling a treadmill.** Pouring budget into a SKU that only moves because of ad127 spend.128129---130131## Built by Jay GPT Pro132133Part of **Amazon Pro Skills**. Production-grade skills for serious Amazon sellers.134Free and open. Built by Jay Margaliot.135136I share a new AI play for Amazon sellers every week, free, in my WhatsApp group.137Join here: https://chat.whatsapp.com/ILX65p1yWcaIG3c9WGHpTY