コンテンツにスキップ

入庫

POST
/webhook-receiving
Smaregi-Event
string

イベント名 pos:receiving

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