Skip to content

Instantly share code, notes, and snippets.

POST /1/items/add

商品情報を登録

scope

write_items

リクエストパラメーター

POST /1/items/add_image

商品情報の画像を登録

scope

write_items

リクエストパラメーター

POST /1/items/delete_image

商品情報の画像を削除

scope

write_items

リクエストパラメーター

POST /1/items/edit

商品情報を更新

scope

write_items

リクエストパラメーター

POST /1/items/delete

商品情報を削除

scope

write_items

リクエストパラメーター

POST /1/items/edit_stock

商品情報の在庫数を更新

scope

write_items

リクエストパラメーター

GET /1/savings

振込申請情報の一覧を取得

scope

read_savings

リクエストパラメーター

GET /1/categories

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

scope

read_items

リクエストパラメーター

POST /1/categories/add

カテゴリー情報を登録

scope

write_items

リクエストパラメーター

POST /1/categories/edit

カテゴリー情報を更新

scope

write_items

リクエストパラメーター