PATCH

Postpone End Date


Extends the duration of a pricing plan order by postponing the order's endDate. Postponing the end date of an order does not impact payments.

New endDate must be later than the order's current endDate. Can't postpone orders that are unlimited. Can't postpone an order with status: PAUSED.

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

Path Params
idstringRequired

Order ID.

Body Params
endDatestringRequiredformat date-time

New end date and time.

Must be later than the current end date and time.

Response Object
Returns an empty object.
Postpone End Date 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?