Skip to content

Instantly share code, notes, and snippets.

POST /1/items/delete_variation

商品情報のバリエーションを削除

scope

write_items

リクエストパラメーター

GET /1/search/refresh

検索で取得した商品情報を再取得

※現在Search APIの1日の利用回数の上限は10000回に設定しています。

※shop_idの指定が必須です。

※商品またはショップが削除されている場合は商品情報を返しません。

GET /1/search

商品の検索結果を取得

※現在Search APIの1日の利用回数の上限は10000回に設定しています。

認証

client_idとclient_secretで認証します。

POST /1/item_categories/delete

商品のカテゴリー情報を削除

scope

write_items

リクエストパラメーター

POST /1/item_categories/add

商品のカテゴリー情報を登録

scope

write_items

リクエストパラメーター

GET /1/item_categories/detail/:item_id

商品のカテゴリー情報を取得

scope

read_items

リクエストパラメーター

POST /1/categories/delete

カテゴリー情報を削除

scope

write_items

リクエストパラメーター

POST /1/categories/edit

カテゴリー情報を更新

scope

write_items

リクエストパラメーター

POST /1/categories/add

カテゴリー情報を登録

scope

write_items

リクエストパラメーター

GET /1/categories

カテゴリー情報の一覧を取得

scope

read_items

リクエストパラメーター