コンテンツにスキップ

発注

POST
/webhook-purchase-orders
Smaregi-Event
string

イベント名 pos:purchase-orders

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