FBA-Analytics Docs Help

Quickstart

Identify profitable products in a supplier-issued price list:

Setup

  1. Open your price list in Excel and ensure the FBA Analytics add-in is installed.

  2. Ensure the following required columns are in the price list:

    • Barcode/Product identifier e.g. UPC, EAN, ISBN, ...

    • Supplier Price

    • Product Name (for easy recognition)

    Next, add the necessary columns to calculate the profit per unit.

ASIN Column

To get the product's ASIN use the discovery function

= FBA.DISCOVER_ASIN(marketplaceCode, productIdentifier)

For more details about the discovery function please see: Discovery

Sale Price Column

If you are an FBA seller, then you can get the FBA buy box sale price using:

= FBA.GET_LOWEST_FBA_OFFER(marketplaceCode, asin)

For more details about the sale price functions please see: Pricing

FBA Fees Column

To get a product's FBA fees use the following:

= FBA.GET_FBA_FEES(marketplaceCode, asin, listPrice)

For more details about the fees functions please see: Fees - FBA Fees

Referral Fees Column

To get a product's referral fees use the following:

= FBA.GET_REF_FEES(marketplaceCode, asin, listPrice)

For more details about the fees functions please see: Fees - REF Fees

VAT/Taxes

The VAT and taxes you need to pay depend on the country where you are selling, the country where your business is registered, and the type of product you are selling.

To determine the taxes you owe and can reclaim for each product sold, consult resources from your local tax authority.

Amazon Seller Central may also provides tax advice.

Calculating Profit:

To estimate your product per unit, use the following calculation:

Per Unit Profit = Sale Price - Supplier Price - FBA Fees - Referral Fees - VAT/Taxes Owed

Example:

Consider the following supplier price list with FBA Analytics' profit calculations:

quickstart_supplier-price-list.png

All values in blue are calculated by FBA Analytics. See the following breakdown to understand where the values came from

ASIN:

=FBA.DISCOVER_ASIN("UK", C2)

FBA Sale Price:

=FBA.GET_FBA_SALE_PRICE("UK", D2)

FBA Fees:

=FBA.GET_FBA_FEES("UK", D2, E2)

Referral Fees:

=FBA.GET_REF_FEES("UK", D2, E2)

VAT Owed Per Unit:

= E2 - E2/1.2

Profit Per Unit:

= E2-F2-G2-H2-B2
Last modified: 06 January 2025