POST

Resume Order


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.
Endpoint
POST
https://www.wixapis.com/pricing-plans/v2/orders/{id}/resume

Errors

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

Event TriggersThis method triggers the following events:
Did this help?