Subscriptions

Preview Bulk Update

Generates a preview of the subscriptions that would be affected by a bulk update

post/subscriptions/bulk-update/preview

Request body

fromPricestring required

The ID of the price to update subscriptions from

toPricestring required

The ID of the price to update subscriptions to

Example request

{
  "fromPrice": "price_2R4e2xDqbww8ewmkIYWE1A6Zcfp",
  "toPrice": "price_2R4e2xDqbww8ewmkIYWE1A6Zcfp"
}

Response

OK

affectednumber required

Estimated number of subscriptions that would be affected by the bulk update job

Changes

No recorded changes to this endpoint across all 1 revision of this API.