Skip to content

Instantly share code, notes, and snippets.

GET /1/savings

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

scope

read_savings

リクエストパラメーター

POST /1/items/edit_stock

商品情報の在庫数を更新

scope

write_items

リクエストパラメーター

POST /1/items/delete

商品情報を削除

scope

write_items

リクエストパラメーター

POST /1/items/edit

商品情報を更新

scope

write_items

リクエストパラメーター

POST /1/items/delete_image

商品情報の画像を削除

scope

write_items

リクエストパラメーター

POST /1/items/add_image

商品情報の画像を登録

scope

write_items

リクエストパラメーター

POST /1/items/add

商品情報を登録

scope

write_items

リクエストパラメーター

POST /1/orders/edit_status

注文情報のステータスを更新

ステータスは3種類あります。

  • ordered (未発送)
  • dispatched (発送完了)
  • cancelled (キャンセル済み)

GET /1/orders/detail/:unique_key

注文情報を取得

scope

read_orders

リクエストパラメーター

GET /1/items/detail/:item_id

商品情報を取得

scope

read_items

リクエストパラメーター