This guide helps you migrate from Plans V1 to the Plans V3 API. Plans V1 will be removed on December 31, 2025.
Plans V3 is a new and improved version of V1. The API has been standardized according to the latest Wix API design rules.
The following methods don't have a 1:1 replacement and need to be replaced with alternative methods:
filter
object, set the visibility
field to PUBLIC
and the archived
field to false
.filter
object, set the visibility
field to PUBLIC
and the archived
field to false
.visibility
field value.primary: true
. For the filtered plans, call Bulk Update Plans to set the primary
field to false
. Then set the primary
field to true
for the new plan.primary: true
. For the filtered plans, call Bulk Update Plans to set the primary
field to false
.archived
field to true
.