会員
POST /webhook-customers
POST
/webhook-customers
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Smaregi-Event
string
イベント名 pos:customers
Request Body
Section titled “Request Body ”object
contractId
契約ID
string
event
イベント
string
action
アクション
- created: 登録
- edited: 更新
- deleted: 削除
- bulk-update: 一括更新
- bulk-deleted: 一括削除
string
customerIds
会員IDリスト
array
Example
{ "contractId": "string", "event": "string", "action": "created", "customerIds": [ "1", "10", "12" ]}