コンテンツにスキップ

受注

POST
/webhook-orders
Smaregi-Event
string

イベント名 order-shipment:orders

object
contractId
契約ID
string
smaregi
event
イベント
string
order-shipment:orders
action
アクション
  • shipped: 出荷済
  • canceled: キャンセル済

※actionは今後追加される場合があります。

string
shipped
storeId
受注店舗ID
string
1
orderHeadIds
受注IDリスト
Array<string>
[
"111",
"222"
]
Example
{
"contractId": "smaregi",
"event": "order-shipment:orders",
"action": "shipped",
"storeId": "1",
"orderHeadIds": [
"111",
"222"
]
}

受信成功