出庫
POST /webhook-shipping
POST
/webhook-shipping
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Smaregi-Event
string
イベント名 pos:shipping
Request Body
Section titled “Request Body ”object
contractId
契約ID
string
event
イベント
string
action
アクション
- created: 登録
- edited: 更新
- deleted: 削除
string
created
shippingIds
出庫IDリスト
array
[ "1", "10", "12"]
Example
{ "contractId": "your_contract_id", "event": "pos:shipping", "action": "created", "shippingIds": [ "100" ]}