コンテンツにスキップ

入荷

POST
/webhook-storage
Smaregi-Event
string

イベント名 pos:storage

object
contractId
契約ID
string
event
イベント
string
action
アクション
  • created: 登録
  • edited: 更新
  • deleted: 削除
string
created
storageIds
入荷IDリスト
array
[
"1",
"10",
"12"
]
Example
{
"contractId": "your_contract_id",
"event": "pos:storage",
"action": "created",
"storageIds": [
"100"
]
}