LoginSignup
0
0

More than 5 years have passed since last update.

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

Posted at

お世話になります。

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でしたので)
その他に、考えられる問題点はございますでしょうか。

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0