商品画像
POST /webhook-product-images
POST
/webhook-product-images
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Smaregi-Event
string
イベント名 pos:product-images
Request Body
Section titled “Request Body ”object
contractId
契約ID
string
event
イベント
string
action
アクション
- created: 登録
- deleted: 削除
- bulk-deleted: 一括削除
string
productIds
商品IDリスト
array
Example
{ "contractId": "string", "event": "string", "action": "created", "productIds": [ "1", "10", "12" ]}