updateOrder( )


Updates a ticket order.

について updateOrder() function returns a Promise that resolves to an UpdateOrderResponse when the ticket order has been updated with the new form values specified in the updateInfo parameter.

You cannot update an order after payment has been processed.

Note: To work with the Wix Events API, you need to publish your site.

メソッド宣言
コピー
メソッド・パラメータ
eventIdstringRequired

ID of the event that the ticket reservations are for.


orderNumberstringRequired

Number of the order to update.


updateInfoUpdateInfoRequired

Information related to the update.

リターン
Return Type:Promise<UpdateOrderResponse>
役に立ちましたか?
はい
いいえ