オプショングループ商品
POST /webhook-product-option-group-products
POST
/webhook-product-option-group-products
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Smaregi-Event
string
イベント名 pos:product-options
Request Body
Section titled “Request Body ”object
contractId
契約ID
string
event
イベント
string
action
アクション
- created: 登録
- deleted: 削除
- bulk-update: 一括更新
string
ids
Array<object>
object
productOptionGroupId
オプショングループID
string
productId
商品ID
string
Example
{ "contractId": "string", "event": "string", "action": "created", "ids": [ { "productOptionGroupId": "1", "productId": "1" }, { "productOptionGroupId": "1", "productId": "10" } ]}