---
title: "Changes to Execute subscription plan change"
method: POST
path: "/subscriptions/{id}/change/execute"
---

# Changes to Execute subscription plan change

`POST /subscriptions/{id}/change/execute`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 12 revisions.

- **2026-06-29** `cef2964c102c` — 2 warning, 12 info
- **2026-05-18** `f62d8a5fe7cf` — 6 warning, 1 info
- **2026-05-18** `0cb3425d6580` — 1 breaking, 9 warning, 6 info
- **2026-04-23** `82f205e0f429` — 2 warning, 2 info
- **2026-04-06** `4ded3711f401` — 1 breaking, 10 warning, 13 info
- **2026-04-04** `d1860fe0ee67` — 1 warning, 3 info
- **2026-03-20** `bc91c95fbb1a` — 1 info

## Changes

- **2026-06-29** `cef2964c102c` — 2 warning, 12 info
  - removed the optional property `invoice/subscription/customer_timezone` from the response with the `200` status
  - added the new `VOIDED` enum value to the `invoice/payment_status` response property for the response status `200`
  - added the optional property `invoice/customer/integrations/items/metadata` to the response with the `200` status
  - added the optional property `invoice/customer/timezone` to the response with the `200` status
  - added the optional property `invoice/line_items/items/adjusted_entitlement_quantity` to the response with the `200` status
  - added the optional property `invoice/line_items/items/subscription_line_item_id` to the response with the `200` status
  - added the optional property `invoice/subscription/coupon_associations/items/coupon/coupon_code` to the response with the `200` status
  - added the optional property `invoice/subscription/coupon_associations/items/subscription_line_item` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/integrations/items/metadata` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/timezone` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/commitment_time_buckets` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/price/sequence` to the response with the `200` status
  - added the optional property `invoice/subscription/synced_price_sequence` to the response with the `200` status
  - added the optional property `invoice/subscription/timezone` to the response with the `200` status
- **2026-05-18** `f62d8a5fe7cf` — 6 warning, 1 info
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `404`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
  - added the optional property `invoice/issue_date` to the response with the `200` status
- **2026-05-18** `0cb3425d6580` — 1 breaking, 9 warning, 6 info
  - removed the enum value `ONETIME` of the request property `billing_cadence`
  - removed the optional property `invoice/subscription/line_items/items/trial_period_days` from the response with the `200` status
  - added the new `ONETIME` enum value to the `invoice/line_items/items/commitment_info/duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `invoice/subscription/line_items/items/price/billing_period` response property for the response status `200`
  - added the new `delegated_invoicing` enum value to the `invoice/subscription/subscription_type` response property for the response status `200`
  - added the new `grouped_invoicing` enum value to the `invoice/subscription/subscription_type` response property for the response status `200`
  - added the new `ONETIME` enum value to the request property `billing_period`
  - added the optional property `invoice/subscription/auto_invoice_threshold` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/addon_association_id` to the response with the `200` status
  - added the optional property `invoice/subscription_customer_id` to the response with the `200` status
  - removed the `ONETIME` enum value from the `invoice/subscription/billing_cadence` response property for the response status `200`
  - removed the `ONETIME` enum value from the `invoice/subscription/line_items/items/price/billing_cadence` response property for the response status `200`
- **2026-04-23** `82f205e0f429` — 2 warning, 2 info
  - removed the optional property `invoice/subscription/line_items/items/price/trial_period` from the response with the `200` status
  - removed the optional property `invoice/subscription/line_items/items/trial_period` from the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/price/trial_period_days` to the response with the `200` status
  - added the optional property `invoice/subscription/line_items/items/trial_period_days` to the response with the `200` status
- **2026-04-06** `4ded3711f401` — 1 breaking, 10 warning, 13 info
  - the `invoice/billing_period` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `invoice/customer/parent_customer` from the response with the `200` status
  - removed the optional property `invoice/customer/parent_customer_id` from the response with the `200` status
  - removed the optional property `invoice/subscription/customer/parent_customer` from the response with the `200` status
  - removed the optional property `invoice/subscription/customer/parent_customer_id` from the response with the `200` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `404` status
  - removed the optional property `success` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `400` status
  - added the optional property `http_status_code` to the response with the `404` status
  - added the optional property `http_status_code` to the response with the `500` status
  - added the optional property `invoice/subscription/subscription_type` to the response with the `200` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `404` status
  - added the optional property `message` to the response with the `500` status
- **2026-04-04** `d1860fe0ee67` — 1 warning, 3 info
  - added the new `SKIPPED` enum value to the `invoice/invoice_status` response property for the response status `200`
  - added the optional property `invoice/customer/integrations` to the response with the `200` status
  - added the optional property `invoice/last_computed_at` to the response with the `200` status
  - added the optional property `invoice/subscription/customer/integrations` to the response with the `200` status
- **2026-03-20** `bc91c95fbb1a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api-2/docs/subscriptions/:id/change/execute/post.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api-2.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api-2/changes/subscriptions/:id/change/execute/post)
