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.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Order ID.

Did this help?