Unified View (FBA + FBM) Seller Inventory

A single, unified view of FBA and FBM inventory side by side, one row per ASIN × SKU × Marketplace.

Source: Combines SELLER_INVENTORY_FBA_PLANNING (Amazon FBA Manage Inventory Health Report) and SELLER_INVENTORY_ALL_LISTINGS (Amazon All Listings Report)

What this dataset is

A single, unified view of your inventory across both fulfillment channels — one row per ASIN × SKU × Marketplace, showing FBA and FBM stock side by side. Instead of querying two separate tables and manually matching rows, you can directly compare price, condition, and stock health across channels for the same product, or pull a blended total quantity across FBA and FBM.

Use it to answer questions like "is this listing active on FBA, FBM, both, or neither?", "how does my price/condition differ by channel?", or "what's my combined available stock for this SKU?"


Freshness & coverage

RefreshDaily
Geographic scopeMarketplace level. FBA side excludes NL, PL, SE, and BE (not covered by Amazon's FBA planning report); FBM side covers all marketplaces.
GrainOne row per ASIN × SKU × Marketplace. A row can be FBA-only, FBM-only, or both — see FBA_LISTING_EXISTS / FBM_LISTING_EXISTS below.

If a listing exists on only one channel, the columns for the other channel will simply be null.


Field reference

Identity

FieldDefinition
WORKSPACE_IDInternal workspace identifier
ACCOUNT_KEYInternal identifier for the seller account
MARKETPLACE_KEYInternal identifier for the Amazon marketplace
ASINAmazon Standard Identification Number, coalesced from FBA or FBM (ASIN1) source
SKUSeller SKU, coalesced from FBA or FBM (seller_sku) source
SELLER_NAMEName of the selling account
PRODUCT_NAMEProduct title, coalesced from FBA PRODUCT_NAME or FBM ITEM_NAME
REGION_NAMEGeographic region the marketplace belongs to
CURRENCYCurrency code for price fields on this row

Listing presence

FieldDefinition
FBA_LISTING_EXISTSYes/No — whether this ASIN/SKU has an FBA listing
FBM_LISTING_EXISTSYes/No — whether this ASIN/SKU has an FBM (merchant-fulfilled) listing

Snapshot dates

FieldDefinition
FBA_SNAPSHOT_DATEDate of the underlying FBA inventory snapshot
FBM_SNAPSHOT_DATEDate of the underlying FBM listing snapshot

Condition & price (kept separate by channel, not merged)

FieldDefinition
FBA_CONDITIONItem condition as reported on the FBA side (e.g. New, Used - Like New, Collectible - Good)
FBM_CONDITIONItem condition as reported on the FBM side, decoded from Amazon's numeric condition code
FBA_PRICECurrent FBA listing price
FBM_PRICECurrent FBM listing price

Stock — available

FieldDefinition
FBA_AVAILABLEUnits currently available for sale via FBA
FBM_QUANTITYUnits declared as available for merchant-fulfilled orders
TOTAL_AVAILABLE_QUANTITYFBA_AVAILABLE + FBM_QUANTITY

Stock — total

FieldDefinition
FBA_TOTAL_QUANTITYFBA_AVAILABLE + FBA_UNFULFILLABLE_QUANTITY + FBA_RESERVED_QUANTITY_INCLUDING_TRANSFER + FBA_INBOUND_TOTAL + FBA_PENDING_REMOVAL_QUANTITY
FBM_TOTAL_QUANTITYFBM_QUANTITY + FBM_PENDING_QUANTITY
TOTAL_QUANTITYFBA_TOTAL_QUANTITY + FBM_TOTAL_QUANTITY

FBA — reserved / inbound / removal detail

FieldDefinition
FBA_UNFULFILLABLE_QUANTITYUnits in FBA marked as unsellable (damaged, expired, etc.)
FBA_RESERVED_FC_TRANSFERReserved units in transit between fulfillment centers
FBA_RESERVED_FC_PROCESSINGReserved units being processed within a fulfillment center
FBA_RESERVED_CUSTOMER_ORDERReserved units allocated to open customer orders
FBA_RESERVED_STAGINGReserved units in staging
FBA_RESERVED_QUANTITYAmazon's own total reserved figure
FBA_RESERVED_QUANTITY_INCLUDING_TRANSFEROur recomputed total: sum of the four reserved components above
FBA_INBOUND_WORKINGInbound units in "working" status (shipment created, not yet shipped)
FBA_INBOUND_SHIPPEDInbound units shipped, not yet received at an FC
FBA_INBOUND_RECEIVEDInbound units received at an FC, not yet available for sale
FBA_INBOUND_TOTALSum of working + shipped + received inbound units
FBA_PENDING_REMOVAL_QUANTITYUnits pending removal or disposal from FBA

FBA — aging & supply

FieldDefinition
FBA_DAYS_OF_SUPPLYEstimated days of inventory remaining at current sales velocity
FBA_INV_AGE_0_TO_30_DAYSUnits in FBA for 0–30 days
FBA_INV_AGE_31_TO_60_DAYSUnits in FBA for 31–60 days
FBA_INV_AGE_61_TO_90_DAYSUnits in FBA for 61–90 days
FBA_INV_AGE_91_TO_180_DAYSUnits in FBA for 91–180 days
FBA_INV_AGE_181_TO_330_DAYSUnits in FBA for 181–330 days
FBA_INV_AGE_331_TO_365_DAYSUnits in FBA for 331–365 days
FBA_INV_AGE_365_PLUS_DAYSUnits in FBA over 365 days. Not populated for US, DE, UK, FR, IT, ES — for these marketplaces use FBA_INV_AGE_366_TO_455_DAYS + FBA_INV_AGE_456_PLUS_DAYS instead
FBA_INV_AGE_366_TO_455_DAYSUnits in FBA for 366–455 days (populated only for US, DE, UK, FR, IT, ES)
FBA_INV_AGE_456_PLUS_DAYSUnits in FBA over 456 days (populated only for US, DE, UK, FR, IT, ES)

FBM-only detail

FieldDefinition
FBM_PENDING_QUANTITYUnits pending/reserved on the FBM side, not yet fulfilled
FBM_STATUSListing status (e.g. active, inactive, suppressed)
FBM_FULFILLMENT_CHANNELFulfillment channel reported on the FBM source row

Questions you can answer

  • Is this listing active on FBA, FBM or both?
  • How does price or condition compare across fulfillment channels for the same ASIN?
  • What's my combined (FBA + FBM) available and total stock per SKU?
  • What's the current stock health — aging, reserved breakdown, inbound pipeline — for my FBA inventory?
  • Are there products only sold via one channel that I'm not tracking on the other?
  • How much aged inventory (365+ days) do I have, accounting for the marketplace split in the 366–455 and 456+ buckets?

On this page