<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>手数料 | DIYジャーナル</title>
	<atom:link href="https://diyjournal.net/category/calculator/fee/feed" rel="self" type="application/rss+xml" />
	<link>https://diyjournal.net</link>
	<description></description>
	<lastBuildDate>Wed, 20 Sep 2017 05:03:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://diyjournal.net/wp-content/uploads/2025/01/cropped-logo-32x32.png</url>
	<title>手数料 | DIYジャーナル</title>
	<link>https://diyjournal.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Amazonマーケットプレイス手数料の計算</title>
		<link>https://diyjournal.net/1276.html</link>
					<comments>https://diyjournal.net/1276.html#respond</comments>
		
		<dc:creator><![CDATA[管理者DIY]]></dc:creator>
		<pubDate>Sun, 12 Feb 2017 11:03:11 +0000</pubDate>
				<category><![CDATA[手数料]]></category>
		<category><![CDATA[Amazonマーケットプレイス]]></category>
		<guid isPermaLink="false">http://diyjournal.net/?p=1276</guid>

					<description><![CDATA[Amazonマーケットプレイスの出品手数料の計算方法についてまとめました。 目次 Amazonマーケットプレイス出品手数料の計算機Amazonマーケットプレイス出品手数料の内訳は？配送料基本成約料カテゴリー成約料販売手数 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><font color="#ff0000">Amazonマーケットプレイス</font>の出品手数料の計算方法についてまとめました。<div><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- diy_more_link -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-2080266310477183"
     data-ad-slot="3187945245"
     data-ad-format="link"
     data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><span id="more-1276"></span></p>

  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">Amazonマーケットプレイス出品手数料の計算機</a></li><li><a href="#toc2" tabindex="0">Amazonマーケットプレイス出品手数料の内訳は？</a><ol><li><a href="#toc3" tabindex="0">配送料</a></li><li><a href="#toc4" tabindex="0">基本成約料</a></li><li><a href="#toc5" tabindex="0">カテゴリー成約料</a></li><li><a href="#toc6" tabindex="0">販売手数料率</a></li></ol></li></ol>
    </div>
  </div>

<h2><span id="toc1">Amazonマーケットプレイス出品手数料の計算機</span></h2>
<p><script language="javascript">
<!--
function calc(){
  form = document.forms.amazon_fee;
  price = Number(form.price.value);
  type=get_checked_radio_value(form.itemtype);
  if(type=="book"){
    commission = 257-108-65-Math.ceil((price+257-108-65)*0.15);
    form.commission.value=-commission;
    form.profit.value=price+commission;
  }
  else if(type=="cd"){
    commission = 350-108-152-Math.ceil((price+350-108-152)*0.15);
    form.commission.value=-commission;
    form.profit.value=price+commission;
  }
  else if(type=="video"){
    commission = 391-108-33-Math.ceil((price+391-108-33)*0.15);
    form.commission.value=-commission;
    form.profit.value=price+commission;
  }
  else if(type=="dvd"){
    commission = 350-108-152-Math.ceil((price+350-108-152)*0.15);
    form.commission.value=-commission;
    form.profit.value=price+commission;
  }
  return false;
}

//radioオブジェクトの選択された値を取得する
function get_checked_radio_value(obj_radio){
  re="";
  for(var i=0; i<obj_radio.length-1;i++){
    if(obj_radio[i].checked){ 
      flag = true;    
      re = obj_radio[i].value;
    }
  }
  return(re);
}
//-->
</script></p>
<p><span style="font-weight:bold;">出品価格</span>と<span style="font-weight:bold;">商品カテゴリー</span>を入力し、「<b>計算する</b>」ボタンをクリックすると、<span class="marker">手数料</span>と<span class="marker">収入</span>の計算結果が表示されます。</p>
<div class="sp-info">
<form name="amazon_fee">
<span style="font-weight:bold;">出品価格（円）</span>：<br />
<input type="text" name="price"></p>
<p><span style="font-weight:bold;">商品カテゴリー</span>：<br />
<input type="radio" name="itemtype" value="book" checked>本<br />
<input type="radio" name="itemtype" value="cd">CD・レコード<br />
<input type="radio" name="itemtype" value="video">ビデオ<br />
<input type="radio" name="itemtype" value="dvd">DVD</p>
<p><input type="submit" value="計算する" onclick="return calc();"></p>
<p><span style="font-weight:bold;">手数料（円）</span>：<br />
<input type="text" name="commission" readonly="readonly"></p>
<p><span style="font-weight:bold;">収入（円）</span>：※出品価格－手数料<br />
<input type="text" name="profit" readonly="readonly"><br />
</form>
</div>
<h2><span id="toc2">Amazonマーケットプレイス出品手数料の内訳は？</span></h2>
<p><font color="#ff0000">Amazonマーケットプレイスの手数料</font>は以下の式で計算されます（小口出品の場合）。</p>
<p><span style="font-weight:bold;"><font size="+1.5">配送料－基本成約料(小口出品のみ)－カテゴリ成約料－販売手数料</font></span></p>
<p><font color="#666666">※大口出品者は基本成約料が免除されるなど、上記とは計算方法が異なります。</font></p>
<p>以下、各項目について説明します。</p>
<h3><span id="toc3">配送料</span></h3>
<p>配送料として、商品カテゴリー別に以下の金額がAmazonから補てんされます。</p>
<table>
<thead>
<tr>
<th>商品カテゴリー</th>
<th align="right">配送料</th>
</tr>
</thead>
<tbody>
<tr>
<td>本</td>
<td align="right">257円</td>
</tr>
<tr>
<td>CD・レコード</td>
<td align="right">350円</td>
</tr>
<tr>
<td>ビデオ</td>
<td align="right">391円</td>
</tr>
<tr>
<td>DVD</td>
<td align="right">350円</td>
</tr>
</tbody>
</table>
<h3><span id="toc4">基本成約料</span></h3>
<p>小口出品者には一律<font color="#ff0000">108円（税込）</font>の基本成約料がかかります。</p>
<h3><span id="toc5">カテゴリー成約料</span></h3>
<p>カテゴリー成約料とは、Amazonが定めるカテゴリー別の手数料です。</p>
<table>
<thead>
<tr>
<th>商品カテゴリー</th>
<th>カテゴリー成約料(税込)</th>
</tr>
</thead>
<tbody>
<tr>
<td>本</td>
<td>65円</td>
</tr>
<tr>
<td>CD&amp;レコード</td>
<td>152円</td>
</tr>
<tr>
<td>ビデオ</td>
<td>33円</td>
</tr>
<tr>
<td>DVD</td>
<td>152円</td>
</tr>
</tbody>
</table>
<h3><span id="toc6">販売手数料率</span></h3>
<p>販売手数料は、出品価格と商品のカテゴリーによって決まる手数料です。</p>
<p>正確には販売価格から<font color="#ff0000">販売手数料以外の手数料を引いた引いた値に対して販売手数料率を掛けて求められます。</font></p>
<p>計算式は<br />
<span style="font-weight:bold;"><font size="+1">販売手数料＝(販売価格＋配送料－基本成約料－カテゴリ成約料)×販売手数料率</font></span><br />
となります。</p>
<table>
<thead>
<tr>
<th>商品カテゴリー</th>
<th>販売手数料率</th>
</tr>
</thead>
<tbody>
<tr>
<td>本</td>
<td>15%</td>
</tr>
<tr>
<td>CD&amp;レコード</td>
<td>15%</td>
</tr>
<tr>
<td>ビデオ</td>
<td>15%</td>
</tr>
<tr>
<td>DVD</td>
<td>15%</td>
</tr>
</tbody>
</table>
<div style="float:left;">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=diy0c9-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=as_ss_li_til&#038;asins=4798137839&#038;linkId=a1dae03a0338cf8816c7ef8d225db916"></iframe><iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=diy0c9-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=as_ss_li_til&#038;asins=447801373X&#038;linkId=4c5e5d6486ed1bd6dbdc28d59bcedc20"></iframe><iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=diy0c9-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=as_ss_li_til&#038;asins=4863673132&#038;linkId=6edd1597193aaacff9403238ef4a496a"></iframe><iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//rcm-fe.amazon-adsystem.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=diy0c9-22&#038;o=9&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=as_ss_li_til&#038;asins=B01M0ENAHF&#038;linkId=d38220f5ee2065651ce339a0c2dbbc06"></iframe></div>
<p><br style="clear:both;"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://diyjournal.net/1276.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
