Skip to main content
Version: v1.0.0(int)

W160: Reactivate order channel

Restores a previously archived order channel. Triggered from Settings → Order channels.

Steps

  1. Flip the active flag. Call SalesOrders.setChannelActive(id, true).

Returns

The reactivated order channel.

Business rules

  • History is preserved. Existing records that reference this order channel are unaffected.

Errors

  • NotFoundError. The order channel was not found.