コンテンツにスキップ

バンドル販売商品

POST
/webhook-bundle-products
Smaregi-Event
string

イベント名 pos:bundle-products

object
contractId
契約ID
string
event
イベント
string
action
アクション
  • created: 登録
  • deleted: 削除
string
Allowed values: created deleted
ids
Array<object>
object
productBundleGroupId
商品バンドルグループID
string
productBundleId
商品バンドル明細ID
string
Example
{
"contractId": "string",
"event": "string",
"action": "created",
"ids": [
{
"productBundleGroupId": "1",
"productBundleId": "10"
},
{
"productBundleGroupId": "1",
"productBundleId": "11"
}
]
}