[YahooAPI][在庫API]SellerID is not specifiedとなります。


お世話になります。

Yahooショッピングの商品一括更新APIにおいて質問がございます。

エンドポイント
https://circus.shopping.yahooapis.jp/ShoppingWebService/V1/getStock
headers:
'Authorization':"Bearer "+ access_token,
'Content-Type':"application/x-www-form-urlencoded",
POST内容
seller_id:xxxxxxxxxxxxx
item_code:b110011010054-MINT-IP7

上記内容でPOSTしました所、下記のようなエラーが返ってきました。

{"Error":{"Message":["\"seller_id\" is not specified"],"Code":["px-04001"]}}

seller_idは指定させていただいておりますが、原因が不明です。
「seller_id」という項目名は正しいでしょうか。(エラーがSellerIDでしたので)
その他に、考えられる問題点はございますでしょうか。

よろしくお願いいたします。