Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

marketplace-fee-reconciliation市场费用调节

Agent Skill

marketplace-fee-reconciliation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

661

周安装

27

GitHub Stars

19

下载量

212
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:marketplace-fee-reconciliation(市场费用调节)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/marketplace-fee-reconciliation
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill marketplace-fee-reconciliation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill marketplace-fee-reconciliation

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理和分析。
  • 安装方式:GitHub 仓库,命令为 npx skills add <repo> --skill marketplace-fee-reconciliation。
  • 使用前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 可结合原始 README 继续核验具体功能和调用方式。

SKILL.md

Marketplace Fee Reconciliation

Overview

Selling on marketplaces like Amazon, eBay, Walmart, and Etsy introduces a complex layer of fees that significantly impact net profitability. Amazon alone has over a dozen distinct fee types: referral fees, FBA fulfillment fees, storage fees, advertising fees, return processing fees, and more. These fees are deducted before disbursement, making it easy to lose track of how much of your gross revenue actually reaches your bank account.

Fee reconciliation is the practice of matching marketplace settlement data against your expected fee schedule, verifying that you have been charged correctly, and computing true net revenue by SKU and category.

This skill guides you through downloading settlement reports from each major marketplace, reconciling fees against expectations, and using dedicated tools to automate this process.

When to Use This Skill

  • When selling on Amazon, eBay, Walmart, or Etsy and needing to understand true net revenue
  • When suspecting FBA fulfillment fee overcharges due to incorrect product dimensions
  • When reconciling marketplace payouts against your GL on a monthly basis
  • When computing true contribution margin per SKU by channel including marketplace fees
  • When evaluating whether to move products from FBA to FBM (fulfilled by merchant)
  • When building a multi-channel profitability model with normalized fee data

Core Instructions

Step 1: Download settlement reports from each marketplace

Amazon (Seller Central):

  1. Go to Seller Central → Reports → Payments → Transaction View
  2. Click Download flat file (.txt) for each settlement period (bi-weekly)
  3. Alternatively, access via the SP-API (Selling Partner API): use the /finances/v0/financialEventGroups endpoint for automated downloads
  4. Key settlement fields: transaction type, fee type, amount, order ID, SKU

eBay:

  1. Go to eBay Seller Hub → Payments → Payments report
  2. Download as CSV (monthly or custom date range)
  3. eBay Payments API is available for programmatic access

Walmart Marketplace:

  1. Go to Walmart Seller Center → Payments → Transaction Report
  2. Download monthly CSV
  3. Walmart's Seller API provides programmatic access via the /payments/filepayments endpoint

Etsy:

  1. Go to Etsy Shop Manager → Finances → Payment account
  2. Download monthly statement CSV
  3. Note: Etsy fees include listing fees, transaction fees (6.5%), payment processing fees, and offsite ads fees (if enrolled)

Step 2: Use a dedicated reconciliation tool (recommended)

Before building custom tooling, check if an existing tool handles your marketplace:

ToolMarketplaces SupportedKey Feature
A2XAmazon, Shopify, eBay, Etsy, WalmartReconciles marketplace settlements to QuickBooks/Xero with GAAP journal entries; fee categorization built-in
Link My BooksAmazon, eBay, Etsy, ShopifyAutomatically maps settlement data to accounting chart of accounts; fee overcharge alerts
GetidaAmazon FBASpecializes in Amazon reimbursement auditing; works on contingency (takes % of recovered fees)
Seller LedgerAmazon, eBay, Etsy, WalmartBookkeeping designed for marketplace sellers; fee reconciliation + tax tracking
InventoryLabAmazon FBACOGS tracking, fee analysis, and profit calculation per ASIN

A2X setup (most comprehensive):

  1. Connect A2X to your marketplace accounts (Amazon Seller Central, eBay, Etsy)
  2. Connect A2X to QuickBooks Online or Xero
  3. A2X automatically imports each settlement, categorizes fees (referral, fulfillment, storage, advertising, refund fees), and creates journal entries
  4. Go to A2X → Settlements — view each settlement with fee breakdown; click any settlement to see the journal entry it will create
  5. Review and post journal entries to your accounting system monthly

Step 3: Categorize and analyze marketplace fees

Amazon fee categories to track separately:

Fee TypeAmazon LabelTypical Rate
Referral feeCommission6–45% of selling price (varies by category)
FBA per-unit fulfillmentFBAPerUnitFulfillmentFee$3–$8+ per unit (based on size/weight)
FBA storage feeFBAStorageFee$0.75–$2.40/cubic foot/month
Long-term storage feeFBALongTermStorageFee$6.90/cubic foot on inventory >365 days old
Return processing feeRefundCommission20% of referral fee on returned items
Advertising (Sponsored Products)Listed separately in Advertising reportsVaries by ACOS target

Build a fee summary by SKU (using a spreadsheet or A2X):

For each SKU and period, calculate:

Gross Revenue
  - Returns & Refunds
= Net Sales

  - Referral Fees
  - FBA Fulfillment Fees
  - Storage Fees
  - Long-term Storage Fees
  - Advertising Fees
  - Return Processing Fees
= Net Marketplace Proceeds

Total Fee Rate % = Total Fees / Net Sales × 100
Net Margin % = Net Proceeds / Net Sales × 100

Typical Amazon total take rate by category:

  • Apparel: 25–35% (high referral + FBA for bulky items)
  • Electronics: 15–20%
  • Health & Beauty: 20–30%
  • Home & Kitchen: 18–28%
  • Books: 15–20%

If your actual fee rate is 5%+ above these ranges, investigate for potential overcharges.

Step 4: Identify FBA fee overcharges

Amazon FBA fees are based on product dimensions and weight stored in their system. If Amazon has incorrect measurements for your product, you may be paying systematically higher fees on every unit shipped.

How to check for FBA measurement errors:

  1. Go to Seller Central → Reports → Fulfillment → Fee Preview — download the fee preview report
  2. Compare the dimensions Amazon has on file against your actual product measurements
  3. Go to Seller Central → Inventory → Manage Inventory → [Product] → FBA product review to see the dimensions Amazon is using

How to dispute an FBA measurement:

  1. Go to Seller Central → Help → Contact Us → FBA issue → FBA fee dispute
  2. Submit a dispute with photos showing your product's actual dimensions
  3. Amazon has up to 90 days to investigate; if the dispute is upheld, fees are corrected going forward
  4. For historical overcharges: file a reimbursement request via Seller Central → Help → Contact Us → Reimbursements

Using Getida for systematic reimbursement recovery:

  1. Sign up at getida.com — Getida works on a contingency fee basis (takes ~25% of recovered amounts)
  2. Grant Getida SP-API access to your Seller Central account
  3. Getida audits 18 months of historical FBA fees and claims reimbursements automatically
  4. You receive the net recovery with no upfront cost

Step 5: Monitor long-term storage fees proactively

Amazon charges long-term storage fees on inventory held more than 365 days, assessed on February 15 and August 15 each year. These fees can be significant — $6.90 per cubic foot.

Proactive monitoring:

  1. 60 days before the assessment date (December 15 and June 15), go to Seller Central → Reports → Fulfillment → Inventory Age
  2. Download the report and filter for items with more than 270 days in FBA
  3. For items approaching 365 days, evaluate:

- Price reduction: Run a sale or promotion to accelerate sell-through - Removal order: Request Amazon to return inventory to you (removal fee applies but is lower than long-term storage fee for most items) - Liquidation: Amazon's liquidation program sells inventory to resellers at ~5–10% of the listed price

Step 6: Build a multi-channel fee comparison

Once you have fee data from multiple marketplaces, compare net margin per SKU across channels:

Example comparison for one SKU at $39.99 selling price:

ChannelGross RevenueFeesNet ProceedsNet Margin
Own Website (Shopify + Stripe)$39.99$1.46 (Stripe: 2.9% + $0.30) + $5 shipping$33.5383.8% of revenue
Amazon FBA$39.99$5.99 referral (15%) + $4.50 FBA + $0.82 storage$28.6871.7% of revenue
eBay$39.99$5.20 final value (13%) + $0.30 payment + $5 shipping$29.4973.7% of revenue
Etsy$39.99$2.60 transaction (6.5%) + $0.90 payment + $0.20 listing$36.2990.7% of revenue

This comparison shows which channel generates the most net proceeds per unit sold.

Best Practices

  • Reconcile every settlement, not just month-end — Amazon produces bi-weekly settlements; reconcile each one within 3 business days of receipt to catch discrepancies early
  • Use A2X or Link My Books to automate journal entries — manual entry of marketplace settlements is error-prone; these tools save 4–8 hours per month and create accurate GAAP entries
  • Track fee rates as a percentage of revenue — absolute fee amounts grow with revenue; tracking fee rate % lets you monitor fee efficiency independent of volume changes
  • Submit FBA reimbursement claims systematically — claims must typically be submitted within 90–180 days; automate detection with Getida or SELLERBOARD to avoid leaving money unclaimed
  • Separate advertising spend from transaction fees — marketing spend (Sponsored Products) is a strategic investment decision; transaction fees (referral, fulfillment) are unavoidable cost of sales; keep them in separate GL accounts
  • Monitor net payout timing for cash flow — marketplace disbursements have holds and reserves; build the expected payout schedule into your cash flow model (see @cash-flow-forecasting)

Common Pitfalls

ProblemSolution
Using marketplace payout amount as revenueThe amount deposited by Amazon is net of all fees; record gross sales as revenue and fees as cost of revenue separately
Missing FBA inventory reimbursementsAmazon loses or damages FBA inventory and is obligated to reimburse; reconcile expected inventory against FBA inventory reports monthly; use Getida or SELLERBOARD for systematic auditing
Not tracking fee changes in Amazon's annual fee schedule updateAmazon updates FBA fees annually (typically in January/February); update your expected fee model or reconciliation will show unexplained variances throughout the year
Currency conversion fees ignored for international marketplacesIf selling on Amazon UK/DE/JP, currency conversion fees reduce disbursements; track separately and include in international channel profitability analysis
Long-term storage fees as a surprisePull the FBA Inventory Age report 60 days before Feb 15 and Aug 15 assessment dates; take action before fees are assessed

Related Skills

  • @profit-margin-analysis
  • @cost-allocation-analysis
  • @cash-flow-forecasting
  • @financial-reporting-dashboard

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.28%
按下载量换算79

Claude

28.46%
按下载量换算60

Cursor

20.91%
按下载量换算44

Gemini CLI

8.51%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills