コンテンツにスキップ

クーポン

POST
/webhook-coupons
Smaregi-Event
string

イベント名 pos:coupons

object
contractId
契約ID
string
event
イベント
string
action
アクション
  • created: 登録
  • edited: 更新
  • deleted: 削除
string
Allowed values: created edited deleted
couponIds
クーポンID
array
Example
{
"contractId": "string",
"event": "string",
"action": "created",
"couponIds": [
"1",
"10",
"12"
]
}