Pauses an order. Calling this method changes the order status to "PAUSED" and updates the pausePeriods array.
Only orders with status: ACTIVE can be paused.
For orders with recurring payments, it also pauses the payment schedule. Buyers are not charged when an order is paused.
Pausing an order affects the end date of the order by adding the time the order is paused to the endDate.
The endDate and the earliestEndDate for the order are adjusted to include the pause period when the order is resumed.
To resume a paused order, call Resume Order.
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
Order ID.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.