resumeOrder( )


Resumes a paused order. For orders with recurring payments, it also restarts the payment schedule.

Resuming an order causes the following changes:

  • The order status changes to "ACTIVE".
  • The pausePeriods array is updated.
  • The endDate for the order is adjusted to include the pause period.
  • For orders with recurring payments, the payment schedule is restarted.
  • The earliestEndDate is adjusted to include the pause period. (This property is reserved for future use).

To pause an order, call Pause Order.

Method Declaration
Copy
Method Parameters
_idstringRequired

Order ID.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?