onOrderEnded( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Note: This method registers a callback function as an event handler. Subscribe your app to the relevant event via the Webhooks page in the Wix Dev Center to enable it. For more information, see Handle Events With Webhooks.

Triggered when an order ends.

This webhook is triggered:

  • When an order expires at the end of the current payment cycle.
  • When an order is canceled and effectiveAt is set to IMMEDIATELY..
Permissions
Manage Orders
Manage Bookings Services and Settings
Read Orders
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
handlerfunction

handler(event: OrderEndedEnvelope): void | Promise<void>

役に立ちましたか?
はい
いいえ