PATCH

Update Plan


Updates a pricing plan. Updating a plan doesn't impact existing orders made for the plan. All orders keep the details of the original plan that was active at the time of purchase.

Authentication

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

Permissions
Manage Pricing Plans
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/pricing-plans/v2/plans/{plan.id}

Path Params
plan.idstringRequired

Plan ID.

Body Params
planPlanRequired

ID of the plan to update.

Response Object
planPlan

Updated plan.

Update Plan Example 1
Request
cURL
Response
JSON
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?